diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-09-14 16:14:25 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-09-14 16:14:25 +0000 |
commit | a6cf87613f950d42eb5407bc01bc84b89966e3a7 (patch) | |
tree | b5b3284f14d581a25bfc5c28e7b09326efa87ab7 /dev-ruby/text-format | |
parent | Fix building with libpng15 wrt #378377 by Diego Elio Pettenò (diff) | |
download | historical-a6cf87613f950d42eb5407bc01bc84b89966e3a7.tar.gz historical-a6cf87613f950d42eb5407bc01bc84b89966e3a7.tar.bz2 historical-a6cf87613f950d42eb5407bc01bc84b89966e3a7.zip |
Stable for HPPA (bug #369573).
Package-Manager: portage-2.2.0_alpha55/cvs/Linux x86_64
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-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/text-format/ChangeLog b/dev-ruby/text-format/ChangeLog index a88cb02cc54f..6ce01ee1e16b 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.55 2011/07/11 06:16:58 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.56 2011/09/14 16:08:18 jer Exp $ + + 14 Sep 2011; Jeroen Roovers <jer@gentoo.org> text-format-1.0.0-r2.ebuild: + Stable for HPPA (bug #369573). 11 Jul 2011; Hans de Graaff <graaff@gentoo.org> -text-format-1.0.0.ebuild, -text-format-1.0.0-r1.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 bcd9b2b99968..61816f354fd5 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.11 2011/07/10 23:17:23 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r2.ebuild,v 1.12 2011/09/14 16:08:18 jer 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' |