diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-19 18:56:19 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-19 18:56:19 +0200 |
commit | 57b4297ee0b2c65b53923ebf55d1bd888ae39b01 (patch) | |
tree | add5020fbf42edf2ac5702cb1bdab5b77203b4fe | |
parent | media-video/ffmpeg: Backport mipdsp fix to latest ~arch, bug #621728 (diff) | |
download | gentoo-57b4297ee0b2c65b53923ebf55d1bd888ae39b01.tar.gz gentoo-57b4297ee0b2c65b53923ebf55d1bd888ae39b01.tar.bz2 gentoo-57b4297ee0b2c65b53923ebf55d1bd888ae39b01.zip |
dev-ml/ounit: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r-- | dev-ml/ounit/ounit-2.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ounit/ounit-2.0.0.ebuild b/dev-ml/ounit/ounit-2.0.0.ebuild index bc756bb1e98b..d58f97f52314 100644 --- a/dev-ml/ounit/ounit-2.0.0.ebuild +++ b/dev-ml/ounit/ounit-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,7 +12,7 @@ HOMEPAGE="http://ounit.forge.ocamlcore.org/" SRC_URI="http://forge.ocamlcore.org/frs/download.php/1258/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="amd64 arm ppc x86" +KEYWORDS="amd64 arm ~arm64 ppc x86" DEPEND="" RDEPEND="${DEPEND}" IUSE="" |