diff options
author | Yuta Satoh <nigoro@gentoo.org> | 2004-12-20 12:15:46 +0000 |
---|---|---|
committer | Yuta Satoh <nigoro@gentoo.org> | 2004-12-20 12:15:46 +0000 |
commit | d4603ffe8476f3414147b7d44b474ee80c05fdc1 (patch) | |
tree | 4459b6d8adeced1515657b7958a144e4883a7898 /dev-ruby/ruby-progressbar | |
parent | added ~ppc64 (Manifest recommit) (diff) | |
download | gentoo-2-d4603ffe8476f3414147b7d44b474ee80c05fdc1.tar.gz gentoo-2-d4603ffe8476f3414147b7d44b474ee80c05fdc1.tar.bz2 gentoo-2-d4603ffe8476f3414147b7d44b474ee80c05fdc1.zip |
added ~ppc64
Diffstat (limited to 'dev-ruby/ruby-progressbar')
-rw-r--r-- | dev-ruby/ruby-progressbar/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ruby-progressbar/ChangeLog b/dev-ruby/ruby-progressbar/ChangeLog index 787607966e13..05e1490756d9 100644 --- a/dev-ruby/ruby-progressbar/ChangeLog +++ b/dev-ruby/ruby-progressbar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby-progressbar # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.7 2004/06/25 02:02:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.8 2004/12/20 12:15:46 nigoro Exp $ + + 20 Dec 2004; Yuta SATOH <nigoro@gentoo.org> ruby-progressbar-0.8.ebuild: + added ~ppc64 23 May 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-progressbar-0.8.ebuild: Stable on alpha and ppc diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild index 3cd816e0e1dc..8881c604015c 100644 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.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/ruby-progressbar/ruby-progressbar-0.8.ebuild,v 1.6 2004/08/26 15:11:17 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild,v 1.7 2004/12/20 12:15:46 nigoro Exp $ inherit ruby @@ -11,7 +11,7 @@ SRC_URI="http://namazu.org/~satoru/ruby-progressbar/${P}.tar.gz" LICENSE="Ruby" SLOT="0" USE_RUBY="any" -KEYWORDS="x86 alpha ppc ~amd64" +KEYWORDS="x86 alpha ppc ~amd64 ~ppc64" IUSE="" |