diff options
author | 2005-07-30 21:54:48 +0000 | |
---|---|---|
committer | 2005-07-30 21:54:48 +0000 | |
commit | f1ca41af9e9a139ad89423880f64c1e72528ac2b (patch) | |
tree | b468c4a78abfcfc38baf14612c9415bc78f63197 /app-text/gonzui/gonzui-1.2.ebuild | |
parent | moved ocaml from local to global. (diff) | |
download | historical-f1ca41af9e9a139ad89423880f64c1e72528ac2b.tar.gz historical-f1ca41af9e9a139ad89423880f64c1e72528ac2b.tar.bz2 historical-f1ca41af9e9a139ad89423880f64c1e72528ac2b.zip |
Added dev-lang/ocaml to DEPEND.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-text/gonzui/gonzui-1.2.ebuild')
-rw-r--r-- | app-text/gonzui/gonzui-1.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-text/gonzui/gonzui-1.2.ebuild b/app-text/gonzui/gonzui-1.2.ebuild index 30bd4d8cde77..e68160a30fd3 100644 --- a/app-text/gonzui/gonzui-1.2.ebuild +++ b/app-text/gonzui/gonzui-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gonzui/gonzui-1.2.ebuild,v 1.3 2005/07/09 04:34:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gonzui/gonzui-1.2.ebuild,v 1.4 2005/07/30 21:54:48 matsuu Exp $ inherit eutils ruby @@ -13,12 +13,13 @@ SRC_URI="mirror://sourceforge/gonzui/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" +IUSE="ocaml" DEPEND=">=virtual/ruby-1.8.2 >=sys-libs/db-4.2 >=dev-ruby/ruby-bdb-0.5.2 - dev-ruby/ruby-progressbar" + dev-ruby/ruby-progressbar + ocaml? ( dev-lang/ocaml )" # perl? ( dev-perl/PPI ) # g-cpan.pl PPI src_unpack() { |