diff options
Diffstat (limited to 'dev-ruby/rmagick/rmagick-1.4.0.ebuild')
-rw-r--r-- | dev-ruby/rmagick/rmagick-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rmagick/rmagick-1.4.0.ebuild b/dev-ruby/rmagick/rmagick-1.4.0.ebuild index 94d0137c77f8..e447f280a0fe 100644 --- a/dev-ruby/rmagick/rmagick-1.4.0.ebuild +++ b/dev-ruby/rmagick/rmagick-1.4.0.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/rmagick/rmagick-1.4.0.ebuild,v 1.1 2004/02/28 09:32:52 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/rmagick-1.4.0.ebuild,v 1.2 2004/04/10 16:22:03 usata Exp $ MY_P="RMagick-${PV}" DESCRIPTION="An interface between Ruby and the ImageMagick(TM) image processing library" @@ -9,7 +9,7 @@ SRC_URI="http://rubyforge.org/download.php/352/${MY_P}.tar.bz2" LICENSE="Artistic" SLOT="0" KEYWORDS="~alpha ~hppa ~mips ~ppc ~sparc ~x86" -DEPEND=">=dev-lang/ruby-1.6.8 +DEPEND="virtual/ruby >=media-gfx/imagemagick-5.5.1" S=${WORKDIR}/${MY_P} |