diff options
author | 2022-01-10 22:07:45 +0200 | |
---|---|---|
committer | 2022-01-10 22:07:45 +0200 | |
commit | adb241cf60367d227be9643299c2bb81f806f3c9 (patch) | |
tree | 6a6595b5c567b566ebd48a76695eab257133fad3 /dev-ml | |
parent | dev-ml/opam-repository: Stabilize 2.0.9 ppc, #817749 (diff) | |
download | gentoo-adb241cf60367d227be9643299c2bb81f806f3c9.tar.gz gentoo-adb241cf60367d227be9643299c2bb81f806f3c9.tar.bz2 gentoo-adb241cf60367d227be9643299c2bb81f806f3c9.zip |
dev-ml/opam-solver: Stabilize 2.0.9 ppc, #817749
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/opam-solver/opam-solver-2.0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam-solver/opam-solver-2.0.9.ebuild b/dev-ml/opam-solver/opam-solver-2.0.9.ebuild index 164855e66029..b38d9e316f4d 100644 --- a/dev-ml/opam-solver/opam-solver-2.0.9.ebuild +++ b/dev-ml/opam-solver/opam-solver-2.0.9.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/opam-${PV/_/-}" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 arm ~arm64 ppc ~ppc64 ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |