diff options
author | Michael Weber <xmw@gentoo.org> | 2017-02-13 23:19:21 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-02-14 01:34:16 +0100 |
commit | 7f282c30befc6b7f52967215091f9dd6e3073f41 (patch) | |
tree | 84205f527bd94dfeed5a149563541eaae5c275a0 /dev-ruby/i18n | |
parent | dev-ruby/dalli: Add ~ppc keyword (bug 583390). (diff) | |
download | gentoo-7f282c30befc6b7f52967215091f9dd6e3073f41.tar.gz gentoo-7f282c30befc6b7f52967215091f9dd6e3073f41.tar.bz2 gentoo-7f282c30befc6b7f52967215091f9dd6e3073f41.zip |
dev-ruby/i18n: Add ~ppc keyword (bug 583390).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ruby/i18n')
-rw-r--r-- | dev-ruby/i18n/i18n-0.7.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/i18n/i18n-0.7.0-r2.ebuild b/dev-ruby/i18n/i18n-0.7.0-r2.ebuild index 9bb8c86621f7..a77ddb364919 100644 --- a/dev-ruby/i18n/i18n-0.7.0-r2.ebuild +++ b/dev-ruby/i18n/i18n-0.7.0-r2.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$ @@ -20,7 +20,7 @@ SRC_URI="https://github.com/svenfuchs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RUBY_PATCHES=( ${P}-frozen-classes.patch ) |