diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-12-29 15:11:46 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-12-29 15:11:46 +0000 |
commit | 02df3a3db193c46c3001ee801f5c4fd0cd3eec84 (patch) | |
tree | 3ce748168e9f1c0b2f2ef68f64d24cd3137b3b53 /app-text/glark/glark-1.8.0.ebuild | |
parent | old (diff) | |
download | gentoo-2-02df3a3db193c46c3001ee801f5c4fd0cd3eec84.tar.gz gentoo-2-02df3a3db193c46c3001ee801f5c4fd0cd3eec84.tar.bz2 gentoo-2-02df3a3db193c46c3001ee801f5c4fd0cd3eec84.zip |
Change ruby dependency per bug #265054.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-text/glark/glark-1.8.0.ebuild')
-rw-r--r-- | app-text/glark/glark-1.8.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/glark/glark-1.8.0.ebuild b/app-text/glark/glark-1.8.0.ebuild index 2f25efec14ad..2e067062bf6d 100644 --- a/app-text/glark/glark-1.8.0.ebuild +++ b/app-text/glark/glark-1.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.8.0.ebuild,v 1.2 2008/01/17 20:36:45 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.8.0.ebuild,v 1.3 2009/12/29 15:11:46 graaff Exp $ inherit bash-completion @@ -14,9 +14,9 @@ LICENSE="LGPL-2.1" IUSE="" # perl dep is for pod2man -DEPEND="virtual/ruby +DEPEND="dev-lang/ruby dev-lang/perl" -RDEPEND="virtual/ruby" +RDEPEND="dev-lang/ruby" src_compile() { emake |