diff options
author | 2011-01-31 19:40:31 +0000 | |
---|---|---|
committer | 2011-01-31 19:40:31 +0000 | |
commit | e5f4fbfae3d0023feb95fcd99f8e7cb6133e4e23 (patch) | |
tree | 3e19181ba44d8351b222552acb4666a88f16c609 /dev-ruby/text-format | |
parent | Stable on amd64 wrt bug #353264 (diff) | |
download | historical-e5f4fbfae3d0023feb95fcd99f8e7cb6133e4e23.tar.gz historical-e5f4fbfae3d0023feb95fcd99f8e7cb6133e4e23.tar.bz2 historical-e5f4fbfae3d0023feb95fcd99f8e7cb6133e4e23.zip |
stable x86, bug 353130
Package-Manager: portage-2.1.9.35/cvs/Linux i686
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-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/text-format/ChangeLog b/dev-ruby/text-format/ChangeLog index 8623b0fbbde1..4aa9a742ecb7 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.49 2011/01/30 15:55:59 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.50 2011/01/31 19:39:12 fauli Exp $ + + 31 Jan 2011; Christian Faulhammer <fauli@gentoo.org> + text-format-1.0.0-r2.ebuild: + stable x86, bug 353130 30 Jan 2011; Markos Chandras <hwoarang@gentoo.org> text-format-1.0.0-r2.ebuild: diff --git a/dev-ruby/text-format/text-format-1.0.0-r2.ebuild b/dev-ruby/text-format/text-format-1.0.0-r2.ebuild index 739ca13634c1..37577e911e6e 100644 --- a/dev-ruby/text-format/text-format-1.0.0-r2.ebuild +++ b/dev-ruby/text-format/text-format-1.0.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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-r2.ebuild,v 1.6 2011/01/30 15:55:59 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r2.ebuild,v 1.7 2011/01/31 19:39:12 fauli Exp $ EAPI=2 USE_RUBY="ruby18 ree18 jruby" @@ -16,7 +16,7 @@ SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris" +KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-solaris" IUSE="" ruby_add_rdepend '>=dev-ruby/text-hyphen-1.0.0' |