diff options
author | 2004-12-30 10:49:54 +0000 | |
---|---|---|
committer | 2004-12-30 10:49:54 +0000 | |
commit | d611a65195fb0b071c883ca6a5cfe55ba9beef50 (patch) | |
tree | 13a682bd0bb51153b62e0f4ae7e7eae86a7f3fc9 /dev-ruby | |
parent | punt old and clean up latest ebuild (Manifest recommit) (diff) | |
download | gentoo-2-d611a65195fb0b071c883ca6a5cfe55ba9beef50.tar.gz gentoo-2-d611a65195fb0b071c883ca6a5cfe55ba9beef50.tar.bz2 gentoo-2-d611a65195fb0b071c883ca6a5cfe55ba9beef50.zip |
added ~ppc64
Diffstat (limited to 'dev-ruby')
-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 430a1607573f..de744f255544 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 Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.6 2004/09/07 09:09:39 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.7 2004/12/30 10:49:54 nigoro Exp $ + + 30 Dec 2004; Yuta SATOH <nigoro@gentoo.org> text-format-0.64.ebuild: + added ~ppc64 07 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> text-format-0.64.ebuild: Added src_test(). Stable on x86 and ppc. diff --git a/dev-ruby/text-format/text-format-0.64.ebuild b/dev-ruby/text-format/text-format-0.64.ebuild index d4dd0fd16bbb..77a65bbbdba4 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 Foundation # 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.5 2004/09/07 09:09:39 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-0.64.ebuild,v 1.6 2004/12/30 10:49:54 nigoro Exp $ inherit eutils ruby @@ -10,7 +10,7 @@ SRC_URI="http://www.halostatue.ca/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc ~ppc64" IUSE="" DEPEND="virtual/ruby" USE_RUBY="any" |