diff options
author | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2023-04-18 15:22:32 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-04-18 23:55:12 +0200 |
commit | 9e91de615dfca4a7335674c1fd8e2ed71a1f2488 (patch) | |
tree | 891ca56e02e22bbe99c5312d875406e507c347fc /dev-ml/charinfo_width | |
parent | dev-ml/ocaml-gettext: drop dev-ml/camomile dep, EAPI 7 -> 8 (diff) | |
download | gentoo-9e91de615dfca4a7335674c1fd8e2ed71a1f2488.tar.gz gentoo-9e91de615dfca4a7335674c1fd8e2ed71a1f2488.tar.bz2 gentoo-9e91de615dfca4a7335674c1fd8e2ed71a1f2488.zip |
dev-ml/charinfo_width: require <dev-ml/camomile-2.0.0
Closes: https://bugs.gentoo.org/904505
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml/charinfo_width')
-rw-r--r-- | dev-ml/charinfo_width/charinfo_width-1.1.0-r1.ebuild (renamed from dev-ml/charinfo_width/charinfo_width-1.1.0.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/charinfo_width/charinfo_width-1.1.0.ebuild b/dev-ml/charinfo_width/charinfo_width-1.1.0-r1.ebuild index 93fb360c531e..6191c758438e 100644 --- a/dev-ml/charinfo_width/charinfo_width-1.1.0.ebuild +++ b/dev-ml/charinfo_width/charinfo_width-1.1.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 MY_PN="charInfo_width" DUNE_PKG_NAME="${MY_PN}" @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86" IUSE="+ocamlopt" RDEPEND=" - dev-ml/camomile:= + <dev-ml/camomile-2.0.0:= dev-ml/ppx_expect:= dev-ml/result:= " |