diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-31 12:10:04 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-31 12:20:40 +0200 |
commit | 49da411c7e7c9c24626779ce83ee48cfcd9c0429 (patch) | |
tree | aae67a33c5b5a852355c3e4f076e5a0b7d1ed0d8 /dev-ruby/radius | |
parent | app-admin/rex: Bump to version 1.5.0 (diff) | |
download | gentoo-49da411c7e7c9c24626779ce83ee48cfcd9c0429.tar.gz gentoo-49da411c7e7c9c24626779ce83ee48cfcd9c0429.tar.bz2 gentoo-49da411c7e7c9c24626779ce83ee48cfcd9c0429.zip |
dev-ruby/radius: add ~arm keyword (bug 553928).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm arm64 ppc ppc64"
Diffstat (limited to 'dev-ruby/radius')
-rw-r--r-- | dev-ruby/radius/radius-0.7.4-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/radius/radius-0.7.4-r3.ebuild b/dev-ruby/radius/radius-0.7.4-r3.ebuild index 4f6d3a6e67fc..9165627ffcb8 100644 --- a/dev-ruby/radius/radius-0.7.4-r3.ebuild +++ b/dev-ruby/radius/radius-0.7.4-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/jlong/radius http://radius.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/kramdown )" |