diff options
author | Brent Baude <ranger@gentoo.org> | 2007-09-21 00:07:34 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2007-09-21 00:07:34 +0000 |
commit | e5fade9c37302cc1ad7a547c8b98919ff6b2196b (patch) | |
tree | 8e92b903c48bfaa6d79f71a76c72189a9a215a7a /dev-ruby/text-format | |
parent | Marking text-hyphen-1.0.0 ~ppc64 for deb in bug 192258 (diff) | |
download | gentoo-2-e5fade9c37302cc1ad7a547c8b98919ff6b2196b.tar.gz gentoo-2-e5fade9c37302cc1ad7a547c8b98919ff6b2196b.tar.bz2 gentoo-2-e5fade9c37302cc1ad7a547c8b98919ff6b2196b.zip |
Marking text-format-1.0.0 ~ppc64 for bug 192258
(Portage version: 2.1.2.12)
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.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/text-format/ChangeLog b/dev-ruby/text-format/ChangeLog index bff760e89890..725b43f8b813 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.19 2007/09/08 13:45:28 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.20 2007/09/21 00:07:34 ranger Exp $ + + 21 Sep 2007; Brent Baude <ranger@gentoo.org> text-format-1.0.0.ebuild: + Marking text-format-1.0.0 ~ppc64 for bug 192258 08 Sep 2007; nixnut <nixnut@gentoo.org> text-format-1.0.0.ebuild: Added ~ppc wrt bug 189455 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 50f195f0b458..a14550cd5082 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-2007 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.4 2007/09/08 13:45:28 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0.ebuild,v 1.5 2007/09/21 00:07:34 ranger 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 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="" DEPEND="virtual/ruby >=dev-ruby/text-hyphen-1.0.0" |