diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-12-27 20:54:18 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-12-27 20:54:18 +0000 |
commit | c462b30a4ed086a1e2c4accb563b0e1eeefb6b8b (patch) | |
tree | 07683d78ec4b701ba384f67b68cfd025624bb939 /dev-ruby/text-format | |
parent | Add dev-util/re2c to DEPEND, bug 345241 by Jung Tae-young (diff) | |
download | historical-c462b30a4ed086a1e2c4accb563b0e1eeefb6b8b.tar.gz historical-c462b30a4ed086a1e2c4accb563b0e1eeefb6b8b.tar.bz2 historical-c462b30a4ed086a1e2c4accb563b0e1eeefb6b8b.zip |
Added Prefix keywords
Package-Manager: portage-2.2.01.17422-prefix/cvs/Darwin powerpc
RepoMan-Options: --force
Diffstat (limited to 'dev-ruby/text-format')
-rw-r--r-- | dev-ruby/text-format/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/text-format/text-format-1.0.0-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/text-format/ChangeLog b/dev-ruby/text-format/ChangeLog index bb96194a761e..99cad0bbe1e4 100644 --- a/dev-ruby/text-format/ChangeLog +++ b/dev-ruby/text-format/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/text-format # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.46 2010/12/02 21:08:06 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.47 2010/12/27 20:52:52 grobian Exp $ + + 27 Dec 2010; Fabian Groffen <grobian@gentoo.org> + text-format-1.0.0-r3.ebuild: + Added Prefix keywords 02 Dec 2010; Fabian Groffen <grobian@gentoo.org> text-format-1.0.0-r3.ebuild: diff --git a/dev-ruby/text-format/text-format-1.0.0-r3.ebuild b/dev-ruby/text-format/text-format-1.0.0-r3.ebuild index ce6957025fe3..b5bdd6674ee5 100644 --- a/dev-ruby/text-format/text-format-1.0.0-r3.ebuild +++ b/dev-ruby/text-format/text-format-1.0.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r3.ebuild,v 1.4 2010/12/02 21:08:06 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r3.ebuild,v 1.5 2010/12/27 20:52:52 grobian Exp $ EAPI=2 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -16,7 +16,7 @@ SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend '>=dev-ruby/text-hyphen-1.0.0' |