diff options
author | 2023-07-09 21:16:36 +0200 | |
---|---|---|
committer | 2023-07-09 21:17:35 +0200 | |
commit | 9f92bd12094139e2804392564470732c8b60d80d (patch) | |
tree | b5bcc75bd83cff42fc1b40b4f3a3d231056ce301 /dev-ml | |
parent | dev-util/jenkins-bin: update DESCRIPTION, SRC_URI (diff) | |
download | gentoo-9f92bd12094139e2804392564470732c8b60d80d.tar.gz gentoo-9f92bd12094139e2804392564470732c8b60d80d.tar.bz2 gentoo-9f92bd12094139e2804392564470732c8b60d80d.zip |
dev-ml/timezone: wrong RDEPEND spelling
Closes: https://bugs.gentoo.org/910092
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/timezone/timezone-0.16.0-r1.ebuild (renamed from dev-ml/timezone/timezone-0.16.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/timezone/timezone-0.16.0.ebuild b/dev-ml/timezone/timezone-0.16.0-r1.ebuild index db85989940f9..535ba4635b52 100644 --- a/dev-ml/timezone/timezone-0.16.0.ebuild +++ b/dev-ml/timezone/timezone-0.16.0-r1.ebuild @@ -14,7 +14,7 @@ SLOT="0/$(ver_cut 1-2)" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt" -R09DEPEND=" +RDEPEND=" >=dev-lang/ocaml-4.14 dev-ml/core:${SLOT} dev-ml/ppx_jane:${SLOT} |