diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-10-25 14:35:46 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-10-25 14:35:46 +0000 |
commit | d0fb08fc85c02bfb607ccf5d364f4b1f43069fb5 (patch) | |
tree | 6b0a1bfe9123bff672b5ad2f1a0bbac794a6a12f | |
parent | Stable on ppc wrt bug 244214 (diff) | |
download | gentoo-2-d0fb08fc85c02bfb607ccf5d364f4b1f43069fb5.tar.gz gentoo-2-d0fb08fc85c02bfb607ccf5d364f4b1f43069fb5.tar.bz2 gentoo-2-d0fb08fc85c02bfb607ccf5d364f4b1f43069fb5.zip |
Stable on ppc wrt bug 244214
(Portage version: 2.1.4.5)
-rw-r--r-- | dev-ruby/text-format/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/text-format/text-format-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/text-format/ChangeLog b/dev-ruby/text-format/ChangeLog index 311c31dfe9c9..1fec6cbf7b7d 100644 --- a/dev-ruby/text-format/ChangeLog +++ b/dev-ruby/text-format/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/text-format # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.21 2008/10/25 09:54:00 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.22 2008/10/25 14:35:46 nixnut Exp $ + + 25 Oct 2008; nixnut <nixnut@gentoo.org> text-format-1.0.0.ebuild: + Stable on ppc wrt bug 244214 25 Oct 2008; Hans de Graaff <graaff@gentoo.org> text-format-1.0.0.ebuild: Mark stable for amd64, bug #244214 diff --git a/dev-ruby/text-format/text-format-1.0.0.ebuild b/dev-ruby/text-format/text-format-1.0.0.ebuild index 891d5b626145..a847d0b6311d 100644 --- a/dev-ruby/text-format/text-format-1.0.0.ebuild +++ b/dev-ruby/text-format/text-format-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.ebuild,v 1.6 2008/10/25 09:54:00 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0.ebuild,v 1.7 2008/10/25 14:35:46 nixnut Exp $ inherit ruby gems @@ -10,7 +10,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~x86" IUSE="" DEPEND="virtual/ruby >=dev-ruby/text-hyphen-1.0.0" |