diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-19 20:10:40 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-19 20:12:28 +0200 |
commit | 7045117873f7ebf95ca56d13a74f04a77b997c59 (patch) | |
tree | 9c6fda3316732bb89ed29efecda6c38b16706462 /dev-ml/ocaml-re | |
parent | sys-block/open-isns: keyword ~arm64 (diff) | |
download | gentoo-7045117873f7ebf95ca56d13a74f04a77b997c59.tar.gz gentoo-7045117873f7ebf95ca56d13a74f04a77b997c59.tar.bz2 gentoo-7045117873f7ebf95ca56d13a74f04a77b997c59.zip |
dev-ml/ocaml-re: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
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 0d67ca5c58a6..b14835b93a0a 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 ~ppc" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc" IUSE="test" RDEPEND=">=dev-lang/ocaml-4.02:=" |