diff options
author | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2023-04-18 23:01:22 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-04-18 23:55:12 +0200 |
commit | f16190c89abedbb151f2ebe10fc5526ae1a58843 (patch) | |
tree | 6f637b6db9cc7837120a618f30edda1b063934cd /dev-ml | |
parent | dev-ml/charinfo_width: require <dev-ml/camomile-2.0.0 (diff) | |
download | gentoo-f16190c89abedbb151f2ebe10fc5526ae1a58843.tar.gz gentoo-f16190c89abedbb151f2ebe10fc5526ae1a58843.tar.bz2 gentoo-f16190c89abedbb151f2ebe10fc5526ae1a58843.zip |
dev-ml/ocaml-gettext-camomile: fix camomile dep
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Closes: https://github.com/gentoo/gentoo/pull/30641
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-gettext-camomile/ocaml-gettext-camomile-0.4.2-r1.ebuild (renamed from dev-ml/ocaml-gettext-camomile/ocaml-gettext-camomile-0.4.2.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/ocaml-gettext-camomile/ocaml-gettext-camomile-0.4.2.ebuild b/dev-ml/ocaml-gettext-camomile/ocaml-gettext-camomile-0.4.2-r1.ebuild index f55d99f5f09a..a9d71a8d2edf 100644 --- a/dev-ml/ocaml-gettext-camomile/ocaml-gettext-camomile-0.4.2.ebuild +++ b/dev-ml/ocaml-gettext-camomile/ocaml-gettext-camomile-0.4.2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 MY_PN=${PN/-camomile/} MY_P=${P/-camomile/} @@ -17,7 +17,7 @@ LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" KEYWORDS="amd64" IUSE="+ocamlopt test" -RESTRICT="!test? ( test )" +RESTRICT="test" # Tests fail BDEPEND=" >=dev-ml/cppo-1.6.6 @@ -25,7 +25,7 @@ BDEPEND=" " RDEPEND=" dev-ml/base:= - dev-ml/camomile:=[ocamlopt] + <dev-ml/camomile-2.0.0:=[ocamlopt] dev-ml/ocaml-gettext:= " DEPEND=" |