diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-28 11:13:18 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-28 11:35:44 +0200 |
commit | 5a67d9751fe4d15c819138567b3d0a913eb34d01 (patch) | |
tree | 517e283ccd927cfb63dcab58c553813b08d58b02 /dev-ruby/pkg-config | |
parent | dev-ruby/racc: keyword ~arm64 (diff) | |
download | gentoo-5a67d9751fe4d15c819138567b3d0a913eb34d01.tar.gz gentoo-5a67d9751fe4d15c819138567b3d0a913eb34d01.tar.bz2 gentoo-5a67d9751fe4d15c819138567b3d0a913eb34d01.zip |
dev-ruby/pkg-config: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ruby/pkg-config')
-rw-r--r-- | dev-ruby/pkg-config/pkg-config-1.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/pkg-config/pkg-config-1.2.3.ebuild b/dev-ruby/pkg-config/pkg-config-1.2.3.ebuild index b6263153de87..4cefe1fadf72 100644 --- a/dev-ruby/pkg-config/pkg-config-1.2.3.ebuild +++ b/dev-ruby/pkg-config/pkg-config-1.2.3.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="A pkg-config implementation by Ruby" HOMEPAGE="https://github.com/rcairo/pkg-config" LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" SLOT="0" IUSE="test" |