diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 15:01:54 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 15:01:54 +0000 |
commit | 1c35914b1484368707de5d3e0f6da260962a71d4 (patch) | |
tree | fcc60a70028e40560eda9c46b911c17bce452b06 /app-admin/pwgen/pwgen-2.06.ebuild | |
parent | kill virtual/libc (diff) | |
download | gentoo-2-1c35914b1484368707de5d3e0f6da260962a71d4.tar.gz gentoo-2-1c35914b1484368707de5d3e0f6da260962a71d4.tar.bz2 gentoo-2-1c35914b1484368707de5d3e0f6da260962a71d4.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/pwgen/pwgen-2.06.ebuild')
-rw-r--r-- | app-admin/pwgen/pwgen-2.06.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/pwgen/pwgen-2.06.ebuild b/app-admin/pwgen/pwgen-2.06.ebuild index 7641e3058c42..a3fab4c59956 100644 --- a/app-admin/pwgen/pwgen-2.06.ebuild +++ b/app-admin/pwgen/pwgen-2.06.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-admin/pwgen/pwgen-2.06.ebuild,v 1.7 2008/09/13 17:35:31 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/pwgen/pwgen-2.06.ebuild,v 1.8 2009/09/23 15:01:54 patrick Exp $ inherit eutils toolchain-funcs @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~arm" IUSE="livecd" -DEPEND="virtual/libc" +DEPEND="" src_unpack() { unpack ${A} |