diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-30 07:59:42 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-30 08:02:05 +0200 |
commit | e26626a444da49eec55c71d882a99924599442d4 (patch) | |
tree | add285795eef4a9b1585fafe85a27c0cc9522041 /dev-util/dbus-test-runner | |
parent | app-admin/puppet: drop obsolete and unneeded rgen dependency (diff) | |
download | gentoo-e26626a444da49eec55c71d882a99924599442d4.tar.gz gentoo-e26626a444da49eec55c71d882a99924599442d4.tar.bz2 gentoo-e26626a444da49eec55c71d882a99924599442d4.zip |
dev-util/dbus-test-runner: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-util/dbus-test-runner')
-rw-r--r-- | dev-util/dbus-test-runner/dbus-test-runner-12.10.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/dbus-test-runner/dbus-test-runner-12.10.1.ebuild b/dev-util/dbus-test-runner/dbus-test-runner-12.10.1.ebuild index c793d9f0af5f..c69ab316a910 100644 --- a/dev-util/dbus-test-runner/dbus-test-runner-12.10.1.ebuild +++ b/dev-util/dbus-test-runner/dbus-test-runner-12.10.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -11,7 +11,7 @@ SRC_URI="https://launchpad.net/${PN}/${MY_MAJOR_VERSION}/${PV}/+download/${P}.ta LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="test" |