diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-08-02 12:29:04 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-08-02 13:22:40 +0200 |
commit | 4f1fb3745875400c040628bee0d4398048336e2a (patch) | |
tree | adbea7dcd9c3bfc6b078c8dbe90fda572d4337f7 /dev-ml/ocaml-re | |
parent | opam.eclass: Allow to override package name (diff) | |
download | gentoo-4f1fb3745875400c040628bee0d4398048336e2a.tar.gz gentoo-4f1fb3745875400c040628bee0d4398048336e2a.tar.bz2 gentoo-4f1fb3745875400c040628bee0d4398048336e2a.zip |
dev-ml/ocaml-re: keyword ~x86
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-ml/ocaml-re')
-rw-r--r-- | dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild b/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild index b14835b93a0a..c8cec900da50 100644 --- a/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild +++ b/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" IUSE="test" RDEPEND=">=dev-lang/ocaml-4.02:=" |