diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-08-02 12:37:00 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-08-02 13:22:48 +0200 |
commit | 9be0bfdbb3cc3ed1a52adcb33358eb84143e57f5 (patch) | |
tree | 5331aa3c6bb954392d1a0d2c0631990bf96ea163 /dev-ml/opam | |
parent | dev-ml/dose3: keyword ~x86 (diff) | |
download | gentoo-9be0bfdbb3cc3ed1a52adcb33358eb84143e57f5.tar.gz gentoo-9be0bfdbb3cc3ed1a52adcb33358eb84143e57f5.tar.bz2 gentoo-9be0bfdbb3cc3ed1a52adcb33358eb84143e57f5.zip |
dev-ml/opam: keyword ~x86
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-ml/opam')
-rw-r--r-- | dev-ml/opam/opam-1.3.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam/opam-1.3.1-r1.ebuild b/dev-ml/opam/opam-1.3.1-r1.ebuild index 48542a6757f0..57dd504dc707 100644 --- a/dev-ml/opam/opam-1.3.1-r1.ebuild +++ b/dev-ml/opam/opam-1.3.1-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A source-based package manager for OCaml" HOMEPAGE="http://opam.ocaml.org/" LICENSE="LGPL-3-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" IUSE="test" if [[ ${PV} != 9999 ]]; then |