diff options
author | Michael Weber <xmw@gentoo.org> | 2017-02-14 10:24:15 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-02-14 10:28:05 +0100 |
commit | 55624b4d5c4eaa98a6ae871e72088653bd48f18d (patch) | |
tree | 4ca82b7951242f75c67a589f8dfe51e72258dbf0 /dev-ruby/method_source | |
parent | media-libs/libraw: Bump to version 0.18.1 (diff) | |
download | gentoo-55624b4d5c4eaa98a6ae871e72088653bd48f18d.tar.gz gentoo-55624b4d5c4eaa98a6ae871e72088653bd48f18d.tar.bz2 gentoo-55624b4d5c4eaa98a6ae871e72088653bd48f18d.zip |
dev-ruby/method_source: Add ~ppc keyword (bug 583390).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ruby/method_source')
-rw-r--r-- | dev-ruby/method_source/method_source-0.8.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/method_source/method_source-0.8.2-r3.ebuild b/dev-ruby/method_source/method_source-0.8.2-r3.ebuild index 0414152ae018..7207aaf49a5b 100644 --- a/dev-ruby/method_source/method_source-0.8.2-r3.ebuild +++ b/dev-ruby/method_source/method_source-0.8.2-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 # $Id$ @@ -17,7 +17,7 @@ IUSE="" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" ruby_add_bdepend "test? ( >=dev-ruby/bacon-1.1.0 )" |