diff options
author | David Holm <dholm@gentoo.org> | 2004-04-10 22:20:58 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-04-10 22:20:58 +0000 |
commit | 71f11087ca290f9264a694e56122a09aed963be3 (patch) | |
tree | 827fefd50359f3ecc8ed12b2f6b7032987077260 /dev-ruby/text-format | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-71f11087ca290f9264a694e56122a09aed963be3.tar.gz gentoo-2-71f11087ca290f9264a694e56122a09aed963be3.tar.bz2 gentoo-2-71f11087ca290f9264a694e56122a09aed963be3.zip |
Added to ~ppc
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-0.64.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/text-format/ChangeLog b/dev-ruby/text-format/ChangeLog index fb968edac37d..376c8178324e 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-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.3 2004/04/10 16:56:17 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.4 2004/04/10 22:20:58 dholm Exp $ + + 11 Apr 2004; David Holm <dholm@gentoo.org> text-format-0.64.ebuild: + Added to ~ppc. *text-format-0.64 (11 Apr 2004) diff --git a/dev-ruby/text-format/text-format-0.64.ebuild b/dev-ruby/text-format/text-format-0.64.ebuild index 91c016d6eec9..6c9adf4db769 100644 --- a/dev-ruby/text-format/text-format-0.64.ebuild +++ b/dev-ruby/text-format/text-format-0.64.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-0.64.ebuild,v 1.1 2004/04/10 16:56:17 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-0.64.ebuild,v 1.2 2004/04/10 22:20:58 dholm Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.halostatue.ca/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="virtual/ruby" S=${WORKDIR}/${P} |