diff options
author | 2021-10-02 20:15:39 +0100 | |
---|---|---|
committer | 2021-10-02 20:15:39 +0100 | |
commit | c0d7c7e06638b03a8e8d7345c7c03981a7f52016 (patch) | |
tree | 7ca6e8e23eb03991e83119f009702bcd8c3893cf /dev-ml/opam-state | |
parent | dev-ml/opam-repository: Stabilize 2.0.8-r1 ppc64, #804780 (diff) | |
download | gentoo-c0d7c7e06638b03a8e8d7345c7c03981a7f52016.tar.gz gentoo-c0d7c7e06638b03a8e8d7345c7c03981a7f52016.tar.bz2 gentoo-c0d7c7e06638b03a8e8d7345c7c03981a7f52016.zip |
dev-ml/opam-state: Stabilize 2.0.8-r1 ppc64, #804780
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/opam-state')
-rw-r--r-- | dev-ml/opam-state/opam-state-2.0.8-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam-state/opam-state-2.0.8-r1.ebuild b/dev-ml/opam-state/opam-state-2.0.8-r1.ebuild index 84121789f0a0..749c604d7c96 100644 --- a/dev-ml/opam-state/opam-state-2.0.8-r1.ebuild +++ b/dev-ml/opam-state/opam-state-2.0.8-r1.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" RESTRICT="test" |