diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-05-11 19:12:07 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-05-11 19:12:07 +0000 |
commit | d710edfccd416ff42263ce040eff95843f147d7c (patch) | |
tree | 4fbd50513bfaa0c5c6d7efea905bcefd592dcc55 /dev-lang/ocaml/ocaml-3.08.4.ebuild | |
parent | Add patch for -Wl,--as-needed and remove dependency on gnome-base/orbit as it... (diff) | |
download | gentoo-2-d710edfccd416ff42263ce040eff95843f147d7c.tar.gz gentoo-2-d710edfccd416ff42263ce040eff95843f147d7c.tar.bz2 gentoo-2-d710edfccd416ff42263ce040eff95843f147d7c.zip |
Fix bug #135641 again, remove unused version, drop virtual/libc dep as it is in system anyway
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-lang/ocaml/ocaml-3.08.4.ebuild')
-rw-r--r-- | dev-lang/ocaml/ocaml-3.08.4.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-lang/ocaml/ocaml-3.08.4.ebuild b/dev-lang/ocaml/ocaml-3.08.4.ebuild index 18837ee7670e..e88039b8d55b 100644 --- a/dev-lang/ocaml/ocaml-3.08.4.ebuild +++ b/dev-lang/ocaml/ocaml-3.08.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.08.4.ebuild,v 1.14 2007/02/17 19:16:10 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.08.4.ebuild,v 1.15 2007/05/11 19:12:07 aballier Exp $ inherit flag-o-matic eutils multilib @@ -14,8 +14,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 -s390 sparc ~x86" IUSE="tk latex" -DEPEND="virtual/libc - tk? ( >=dev-lang/tk-3.3.3 )" +DEPEND="tk? ( >=dev-lang/tk-3.3.3 )" pkg_setup() { ewarn |