diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-04-10 16:12:56 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-04-10 16:12:56 +0000 |
commit | e3bf50438763642675cd6a424580c1e31ae562d4 (patch) | |
tree | 2d5d0d7fba1cd287f9a84a857bbe844ee71ab58c /dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild | |
parent | virtual/ruby fix (Manifest recommit) (diff) | |
download | gentoo-2-e3bf50438763642675cd6a424580c1e31ae562d4.tar.gz gentoo-2-e3bf50438763642675cd6a424580c1e31ae562d4.tar.bz2 gentoo-2-e3bf50438763642675cd6a424580c1e31ae562d4.zip |
Marked 0.8 stable on x86. virtual/ruby fix
Diffstat (limited to 'dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild')
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild index b9bbdfa6846d..7beb1c768b65 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 Technologies, Inc. # 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.1 2004/03/21 21:34:02 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild,v 1.2 2004/04/10 16:12:56 usata Exp $ inherit ruby @@ -11,11 +11,11 @@ SRC_URI="http://namazu.org/~satoru/ruby-progressbar/${P}.tar.gz" LICENSE="Ruby" SLOT="0" USE_RUBY="any" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="" -DEPEND="dev-lang/ruby" +DEPEND="virtual/ruby" #RDEPEND="" S=${WORKDIR}/${P} |