diff options
author | Jason Huebel <jhuebel@gentoo.org> | 2004-08-26 15:11:17 +0000 |
---|---|---|
committer | Jason Huebel <jhuebel@gentoo.org> | 2004-08-26 15:11:17 +0000 |
commit | c00d4e334564734e2ac7c6bbca17b726ebd1b080 (patch) | |
tree | 5fc23ff811fd441369d37001db277b30c744621f | |
parent | Fixed a warning while loading 50howm-gentoo.el. (diff) | |
download | historical-c00d4e334564734e2ac7c6bbca17b726ebd1b080.tar.gz historical-c00d4e334564734e2ac7c6bbca17b726ebd1b080.tar.bz2 historical-c00d4e334564734e2ac7c6bbca17b726ebd1b080.zip |
~amd64
-rw-r--r-- | dev-ruby/ruby-progressbar/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/ruby-progressbar/Manifest b/dev-ruby/ruby-progressbar/Manifest index 0a58688e4a99..424152e23b83 100644 --- a/dev-ruby/ruby-progressbar/Manifest +++ b/dev-ruby/ruby-progressbar/Manifest @@ -1,4 +1,4 @@ -MD5 d250e71b1e60ccb6ff3e279fe702fa13 ruby-progressbar-0.8.ebuild 524 MD5 da57ff832e2b3ea62b081de6266ad994 ChangeLog 1060 MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 +MD5 82e6b0c9f9269da188e90884f2450669 ruby-progressbar-0.8.ebuild 530 MD5 a98ef2e9877ae090212cb188e3ea227b files/digest-ruby-progressbar-0.8 70 diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild index eb9ea4e3ae10..3cd816e0e1dc 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.5 2004/06/25 02:02:42 agriffis Exp $ +# $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 $ 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" +KEYWORDS="x86 alpha ppc ~amd64" IUSE="" |