diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:50:19 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:50:19 +0000 |
commit | f13d005e3d7cf618e425c167a57f987d426f73cb (patch) | |
tree | 55115f448044e2047636081e4a7220395c00b4cd /sys-fs | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-f13d005e3d7cf618e425c167a57f987d426f73cb.tar.gz gentoo-2-f13d005e3d7cf618e425c167a57f987d426f73cb.tar.bz2 gentoo-2-f13d005e3d7cf618e425c167a57f987d426f73cb.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ext3grep/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ext3grep/ext3grep-0.10.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ext3grep/ChangeLog b/sys-fs/ext3grep/ChangeLog index dca9afdd5298..50487a302ba5 100644 --- a/sys-fs/ext3grep/ChangeLog +++ b/sys-fs/ext3grep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/ext3grep # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ChangeLog,v 1.1 2009/08/03 22:31:37 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ChangeLog,v 1.2 2009/09/23 20:50:19 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> ext3grep-0.10.1.ebuild: + Remove virtual/libc *ext3grep-0.10.1 (03 Aug 2009) diff --git a/sys-fs/ext3grep/ext3grep-0.10.1.ebuild b/sys-fs/ext3grep/ext3grep-0.10.1.ebuild index 6ce840bbd632..edba8d013d45 100644 --- a/sys-fs/ext3grep/ext3grep-0.10.1.ebuild +++ b/sys-fs/ext3grep/ext3grep-0.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.1.ebuild,v 1.2 2009/08/04 16:24:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext3grep/ext3grep-0.10.1.ebuild,v 1.3 2009/09/23 20:50:19 patrick Exp $ inherit eutils @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug pch" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="${DEPEND}" src_unpack(){ |