diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-17 08:44:59 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-17 08:44:59 +0200 |
commit | 77327c579aa3d2afbe9b3f2ceeedb5c712c32c7d (patch) | |
tree | d5d2011a5cfc8503687395a486b6d9fcf0f6a211 /dev-ml/ounit2/ounit2-2.2.6.ebuild | |
parent | dev-ml/sexplib0: Stabilize 0.15.1-r1 x86, #901513 (diff) | |
download | gentoo-77327c579aa3d2afbe9b3f2ceeedb5c712c32c7d.tar.gz gentoo-77327c579aa3d2afbe9b3f2ceeedb5c712c32c7d.tar.bz2 gentoo-77327c579aa3d2afbe9b3f2ceeedb5c712c32c7d.zip |
dev-ml/ounit2: Stabilize 2.2.6 amd64, #901619
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/ounit2/ounit2-2.2.6.ebuild')
-rw-r--r-- | dev-ml/ounit2/ounit2-2.2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ounit2/ounit2-2.2.6.ebuild b/dev-ml/ounit2/ounit2-2.2.6.ebuild index 4658b3fb40bb..468bda409738 100644 --- a/dev-ml/ounit2/ounit2-2.2.6.ebuild +++ b/dev-ml/ounit2/ounit2-2.2.6.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 @@ S="${WORKDIR}/ounit-${PV}" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt" DEPEND=" |