diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-02-16 18:26:11 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-02-16 18:26:11 +0100 |
commit | 69a0de91c13c42b60ba7c261c69f1ed49d6d8130 (patch) | |
tree | 31885d3fb2eb2c0c343d167f3522e4f873bd391b /dev-ml/extlib | |
parent | dev-ml/cppo: x86 stable wrt bug #586910 (diff) | |
download | gentoo-69a0de91c13c42b60ba7c261c69f1ed49d6d8130.tar.gz gentoo-69a0de91c13c42b60ba7c261c69f1ed49d6d8130.tar.bz2 gentoo-69a0de91c13c42b60ba7c261c69f1ed49d6d8130.zip |
dev-ml/extlib: x86 stable wrt bug #586910
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-ml/extlib')
-rw-r--r-- | dev-ml/extlib/extlib-1.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/extlib/extlib-1.7.1.ebuild b/dev-ml/extlib/extlib-1.7.1.ebuild index 24d62866a367..4549eeed797e 100644 --- a/dev-ml/extlib/extlib-1.7.1.ebuild +++ b/dev-ml/extlib/extlib-1.7.1.ebuild @@ -16,7 +16,7 @@ DEPEND=" " RDEPEND="${DEPEND}" SLOT="0/${PV}" -KEYWORDS="amd64 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc +ocamlopt" S="${WORKDIR}/ocaml-${P}" |