diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-04-01 22:51:58 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-04-01 22:51:58 +0200 |
commit | a40135d148d5bb5154cc5100224e908ffcae5c98 (patch) | |
tree | ac6087557fd6072658794f8794934891eda5923e /dev-ml | |
parent | dev-ml/easy-format: stabilize 1.2.0 for amd64 (diff) | |
download | gentoo-a40135d148d5bb5154cc5100224e908ffcae5c98.tar.gz gentoo-a40135d148d5bb5154cc5100224e908ffcae5c98.tar.bz2 gentoo-a40135d148d5bb5154cc5100224e908ffcae5c98.zip |
dev-ml/biniou: amd64 stable
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/biniou/biniou-1.2.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/biniou/biniou-1.2.2-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ml/biniou/biniou-1.2.1.ebuild b/dev-ml/biniou/biniou-1.2.1.ebuild index 0f3a349bbbde..c999d304653d 100644 --- a/dev-ml/biniou/biniou-1.2.1.ebuild +++ b/dev-ml/biniou/biniou-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-community/biniou/archive/${PV}.tar.gz -> ${P}. LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="+ocamlopt" RDEPEND=">=dev-lang/ocaml-4.02.3:=[ocamlopt?] diff --git a/dev-ml/biniou/biniou-1.2.2-r1.ebuild b/dev-ml/biniou/biniou-1.2.2-r1.ebuild index 45538d1c0312..2bd2b9f03492 100644 --- a/dev-ml/biniou/biniou-1.2.2-r1.ebuild +++ b/dev-ml/biniou/biniou-1.2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml-community/biniou/archive/${PV}.tar.gz LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="+ocamlopt" RDEPEND=" |