Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/radius/
Date: Fri, 31 Mar 2017 10:21:02
Message-Id: 1490955640.49da411c7e7c9c24626779ce83ee48cfcd9c0429.xmw@gentoo
1 commit: 49da411c7e7c9c24626779ce83ee48cfcd9c0429
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 31 10:10:04 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 31 10:20:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49da411c
7
8 dev-ruby/radius: add ~arm keyword (bug 553928).
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="arm arm64 ppc ppc64"
12
13 dev-ruby/radius/radius-0.7.4-r3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ruby/radius/radius-0.7.4-r3.ebuild b/dev-ruby/radius/radius-0.7.4-r3.ebuild
17 index 4f6d3a6e67f..9165627ffcb 100644
18 --- a/dev-ruby/radius/radius-0.7.4-r3.ebuild
19 +++ b/dev-ruby/radius/radius-0.7.4-r3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/jlong/radius http://radius.rubyforge.org/"
27
28 LICENSE="MIT"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="~amd64 ~arm ~x86"
32 IUSE=""
33
34 ruby_add_bdepend "test? ( dev-ruby/kramdown )"