diff options
author | 2017-04-05 19:29:32 +0200 | |
---|---|---|
committer | 2017-04-05 19:48:59 +0200 | |
commit | c26e75a1709c9f6b0546b8a261f04cffd289c003 (patch) | |
tree | 595ee1b2d514aeeb623987b1a9d20df05271dec3 /dev-ml/ocaml-re | |
parent | dev-ml/extlib: add ~arm, bug #611014 (diff) | |
download | gentoo-c26e75a1709c9f6b0546b8a261f04cffd289c003.tar.gz gentoo-c26e75a1709c9f6b0546b8a261f04cffd289c003.tar.bz2 gentoo-c26e75a1709c9f6b0546b8a261f04cffd289c003.zip |
dev-ml/ocaml-re: add ~arm, bug #611014
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm"
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 ae5790077d34..0d67ca5c58a6 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 ~ppc" +KEYWORDS="~amd64 ~arm ~ppc" IUSE="test" RDEPEND=">=dev-lang/ocaml-4.02:=" |