diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-04-12 05:55:04 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-04-12 05:55:04 +0000 |
commit | c0701a0080b0db9b0a6b4c49f46706bb720513b4 (patch) | |
tree | ae5e33d937d3c4ed7be9b5cf7628dbd291b6ada2 /dev-ruby/ascii85 | |
parent | media-gfx/gimp: deny gegl 0.2 for Gimp <2.8_rc1 (bug #411673) (diff) | |
download | gentoo-2-c0701a0080b0db9b0a6b4c49f46706bb720513b4.tar.gz gentoo-2-c0701a0080b0db9b0a6b4c49f46706bb720513b4.tar.bz2 gentoo-2-c0701a0080b0db9b0a6b4c49f46706bb720513b4.zip |
Add ppc64 keyword since pdf-reader is keyworded as well, and hopefully this keyword just didn't get committed.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ascii85')
-rw-r--r-- | dev-ruby/ascii85/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ascii85/ascii85-1.0.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/ascii85/ChangeLog b/dev-ruby/ascii85/ChangeLog index 53855acd46cc..75038dc62627 100644 --- a/dev-ruby/ascii85/ChangeLog +++ b/dev-ruby/ascii85/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ascii85 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v 1.11 2012/03/02 12:00:26 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v 1.12 2012/04/12 05:55:04 graaff Exp $ + + 12 Apr 2012; Hans de Graaff <graaff@gentoo.org> ascii85-1.0.1.ebuild: + Add ppc64 keyword since pdf-reader is keyworded as well, and hopefully this + keyword just didn't get committed. 02 Mar 2012; Naohiro Aota <naota@gentoo.org> ascii85-1.0.1.ebuild: Add ~x86-fbsd diff --git a/dev-ruby/ascii85/ascii85-1.0.1.ebuild b/dev-ruby/ascii85/ascii85-1.0.1.ebuild index 478760c99293..0c60a5076d38 100644 --- a/dev-ruby/ascii85/ascii85-1.0.1.ebuild +++ b/dev-ruby/ascii85/ascii85-1.0.1.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/ascii85/ascii85-1.0.1.ebuild,v 1.6 2012/03/02 12:00:26 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.1.ebuild,v 1.7 2012/04/12 05:55:04 graaff Exp $ EAPI=2 @@ -20,7 +20,7 @@ HOMEPAGE="http://ascii85.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.4.0:2 )" |