diff options
author | 2014-08-12 21:30:54 +0000 | |
---|---|---|
committer | 2014-08-12 21:30:54 +0000 | |
commit | d0881a083c3bf34f6644cbc981417d028299e570 (patch) | |
tree | 0827cd7a9627840d77aa89e4780708e75f3e929d /dev-ruby/thor | |
parent | Keyword ~ppc and ~ppc64, bug #519170 (diff) | |
download | gentoo-2-d0881a083c3bf34f6644cbc981417d028299e570.tar.gz gentoo-2-d0881a083c3bf34f6644cbc981417d028299e570.tar.bz2 gentoo-2-d0881a083c3bf34f6644cbc981417d028299e570.zip |
Keyword ~ppc and ~ppc64, bug #519170
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-ruby/thor')
-rw-r--r-- | dev-ruby/thor/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/thor/thor-0.15.2.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/thor/thor-0.18.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/thor/thor-0.19.1.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-ruby/thor/ChangeLog b/dev-ruby/thor/ChangeLog index da2d4da90b3d..562e9c396605 100644 --- a/dev-ruby/thor/ChangeLog +++ b/dev-ruby/thor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/thor # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/ChangeLog,v 1.21 2014/04/19 08:41:03 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/ChangeLog,v 1.22 2014/08/12 21:30:54 blueness Exp $ + + 12 Aug 2014; Anthony G. Basile <blueness@gentoo.org> thor-0.15.2.ebuild, + thor-0.18.1.ebuild, thor-0.19.1.ebuild: + Keyword ~ppc and ~ppc64, bug #519170 *thor-0.19.1 (19 Apr 2014) diff --git a/dev-ruby/thor/thor-0.15.2.ebuild b/dev-ruby/thor/thor-0.15.2.ebuild index 26e1e91e4055..cef2274a03ac 100644 --- a/dev-ruby/thor/thor-0.15.2.ebuild +++ b/dev-ruby/thor/thor-0.15.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.15.2.ebuild,v 1.3 2014/04/05 14:35:29 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.15.2.ebuild,v 1.4 2014/08/12 21:30:54 blueness Exp $ EAPI=4 USE_RUBY="ruby19 jruby" @@ -22,7 +22,7 @@ SRC_URI="http://github.com/wycats/${PN}/tarball/v${PV} -> ${PN}-git-${PV}.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64" IUSE="doc" ruby_add_bdepend " diff --git a/dev-ruby/thor/thor-0.18.1.ebuild b/dev-ruby/thor/thor-0.18.1.ebuild index 449429d3187a..1a0e1ca23997 100644 --- a/dev-ruby/thor/thor-0.18.1.ebuild +++ b/dev-ruby/thor/thor-0.18.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.18.1.ebuild,v 1.4 2014/04/05 14:35:29 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.18.1.ebuild,v 1.5 2014/08/12 21:30:54 blueness Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 jruby" @@ -20,7 +20,7 @@ SRC_URI="http://github.com/erikhuda/${PN}/archive/v${PV}.tar.gz -> ${PN}-git-${P LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="doc" ruby_add_bdepend " diff --git a/dev-ruby/thor/thor-0.19.1.ebuild b/dev-ruby/thor/thor-0.19.1.ebuild index eedd1ec0ec6e..c9be87fed665 100644 --- a/dev-ruby/thor/thor-0.19.1.ebuild +++ b/dev-ruby/thor/thor-0.19.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.19.1.ebuild,v 1.1 2014/04/19 08:41:03 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.19.1.ebuild,v 1.2 2014/08/12 21:30:54 blueness Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" @@ -20,7 +20,7 @@ SRC_URI="http://github.com/erikhuda/${PN}/archive/v${PV}.tar.gz -> ${PN}-git-${P LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="doc" ruby_add_bdepend " |