diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:18:58 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:18:58 +0000 |
commit | e59211bb1c55675bb6e7bd09b4c304cf9678da56 (patch) | |
tree | 3c70a357ad56e05c5c32b43740c2e263ec779d29 /dev-libs/dvenv/dvenv-0.2.2.ebuild | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-e59211bb1c55675bb6e7bd09b4c304cf9678da56.tar.gz gentoo-2-e59211bb1c55675bb6e7bd09b4c304cf9678da56.tar.bz2 gentoo-2-e59211bb1c55675bb6e7bd09b4c304cf9678da56.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/dvenv/dvenv-0.2.2.ebuild')
-rw-r--r-- | dev-libs/dvenv/dvenv-0.2.2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-libs/dvenv/dvenv-0.2.2.ebuild b/dev-libs/dvenv/dvenv-0.2.2.ebuild index 956d959d4968..4c4feef9a23e 100644 --- a/dev-libs/dvenv/dvenv-0.2.2.ebuild +++ b/dev-libs/dvenv/dvenv-0.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvenv/dvenv-0.2.2.ebuild,v 1.7 2005/01/26 22:11:59 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvenv/dvenv-0.2.2.ebuild,v 1.8 2009/09/23 17:18:58 patrick Exp $ DESCRIPTION="dvenv provides polymorphic tree-structured environments, generalizing the Dv::Util::Props class" HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvenv/html/" @@ -12,8 +12,7 @@ KEYWORDS="x86 ppc" IUSE="" -DEPEND="virtual/libc - dev-libs/dvutil" +DEPEND="dev-libs/dvutil" src_install() { #make prefix=${D}/usr install |