diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-19 11:27:51 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-19 11:27:51 +0000 |
commit | 423c31290b62dca1c53743e50f33b857040f26f2 (patch) | |
tree | 975387d64f0048c1ea73155a03722eb75349403d /dev-ruby | |
parent | Keyword ~ppc ~ppc64, bug #417573 (diff) | |
download | gentoo-2-423c31290b62dca1c53743e50f33b857040f26f2.tar.gz gentoo-2-423c31290b62dca1c53743e50f33b857040f26f2.tar.bz2 gentoo-2-423c31290b62dca1c53743e50f33b857040f26f2.zip |
Keyword ~ppc ~ppc64, bug #417573
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/prawn-core/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/prawn-core/prawn-core-0.8.4-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/prawn-core/ChangeLog b/dev-ruby/prawn-core/ChangeLog index 565a1e6dcc50..debb324c57eb 100644 --- a/dev-ruby/prawn-core/ChangeLog +++ b/dev-ruby/prawn-core/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/prawn-core # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-core/ChangeLog,v 1.13 2012/07/11 14:45:39 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-core/ChangeLog,v 1.14 2012/08/19 11:27:51 blueness Exp $ + + 19 Aug 2012; Anthony G. Basile <blueness@gentoo.org> + prawn-core-0.8.4-r2.ebuild: + Keyword ~ppc ~ppc64, bug #417573 11 Jul 2012; Andreas Schuerch <nativemad@gentoo.org> ChangeLog: forgot to sign... sorry for that diff --git a/dev-ruby/prawn-core/prawn-core-0.8.4-r2.ebuild b/dev-ruby/prawn-core/prawn-core-0.8.4-r2.ebuild index d834af6e63ef..08aee9cf0fc7 100644 --- a/dev-ruby/prawn-core/prawn-core-0.8.4-r2.ebuild +++ b/dev-ruby/prawn-core/prawn-core-0.8.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-core/prawn-core-0.8.4-r2.ebuild,v 1.5 2012/07/11 14:37:13 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-core/prawn-core-0.8.4-r2.ebuild,v 1.6 2012/08/19 11:27:51 blueness Exp $ EAPI=2 USE_RUBY="ruby18 ruby19 ree18 jruby" @@ -20,7 +20,7 @@ HOMEPAGE="http://prawn.majesticseacreature.com/" LICENSE="|| ( GPL-2 Ruby )" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="examples" ruby_add_bdepend test "dev-ruby/test-spec dev-ruby/mocha >=dev-ruby/pdf-reader-0.8" |