diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-01-09 14:23:56 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-01-09 14:23:56 +0000 |
commit | 89cb941aca4b2c494d4b64388c0524e64fa8fccc (patch) | |
tree | 1e6d5c9e55786b57a6b27659adaff8d04f7f45aa /dev-ruby/text-format | |
parent | Stable for HPPA (bug #450144). (diff) | |
download | gentoo-2-89cb941aca4b2c494d4b64388c0524e64fa8fccc.tar.gz gentoo-2-89cb941aca4b2c494d4b64388c0524e64fa8fccc.tar.bz2 gentoo-2-89cb941aca4b2c494d4b64388c0524e64fa8fccc.zip |
Stable for HPPA (bug #450144).
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-ruby/text-format')
-rw-r--r-- | dev-ruby/text-format/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/text-format/text-format-1.0.0-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/text-format/ChangeLog b/dev-ruby/text-format/ChangeLog index 3cf70571dae5..246d232f983e 100644 --- a/dev-ruby/text-format/ChangeLog +++ b/dev-ruby/text-format/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/text-format # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.64 2013/01/07 22:20:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.65 2013/01/09 14:23:56 jer Exp $ + + 09 Jan 2013; Jeroen Roovers <jer@gentoo.org> text-format-1.0.0-r3.ebuild: + Stable for HPPA (bug #450144). 07 Jan 2013; Agostino Sarubbo <ago@gentoo.org> text-format-1.0.0-r3.ebuild: Stable for alpha, wrt bug #450144 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 0645f17b93db..2a8e8273bc9c 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-2013 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.13 2013/01/07 22:20:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r3.ebuild,v 1.14 2013/01/09 14:23:56 jer 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 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 hppa ia64 ppc 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' |