diff options
author | Matt Turner <mattst88@gmail.com> | 2008-05-04 18:53:39 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2008-05-04 18:53:39 +0000 |
commit | 4f0d9e47176171f78f766b852074089d7593bc2d (patch) | |
tree | 008571235743e9c0f43eba92ca22e5ba197caa76 /dev-libs/libcpml | |
parent | 8611b0c466fd6324476de48f32ef8060e9303dd5 (diff) |
more ebuild fixes
git-svn-id: svn://mattst88.com/svn/compaq-c-overlay@16 8c41e67f-757b-4206-be13-12d8f16ad5be
Diffstat (limited to 'dev-libs/libcpml')
-rw-r--r-- | dev-libs/libcpml/libcpml-5.2.01.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-libs/libcpml/libcpml-5.2.01.ebuild b/dev-libs/libcpml/libcpml-5.2.01.ebuild index d3e36d7..11ec781 100644 --- a/dev-libs/libcpml/libcpml-5.2.01.ebuild +++ b/dev-libs/libcpml/libcpml-5.2.01.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcpml/libcpml-5.2.01-r3.ebuild,v 1.5 2004/07/02 04:44:16 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcpml/libcpml-5.2.01.ebuild,v 1.5 2004/07/02 04:44:16 eradicator Exp $ inherit eutils rpm @@ -15,12 +15,9 @@ KEYWORDS="-* ~alpha" IUSE="ev6" RESTRICT="fetch strip mirror" -DEPEND="virtual/libc - sys-devel/binutils - dev-libs/libots +DEPEND="sys-devel/binutils sys-apps/findutils" -RDEPEND="${DEPEND} - virtual/libc" +RDEPEND="dev-libs/libots" S=${WORKDIR}/usr |