diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 21:30:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 21:30:55 +0000 |
commit | f7cc97fdfa993185e353e130d8cb86baf962074d (patch) | |
tree | 9a4bccddeb38d11f2b184fa6282047ccc1f4f204 /app-crypt/bcwipe | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-f7cc97fdfa993185e353e130d8cb86baf962074d.tar.gz gentoo-2-f7cc97fdfa993185e353e130d8cb86baf962074d.tar.bz2 gentoo-2-f7cc97fdfa993185e353e130d8cb86baf962074d.zip |
touch the libc
Diffstat (limited to 'app-crypt/bcwipe')
-rw-r--r-- | app-crypt/bcwipe/bcwipe-1.3_p1.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/bcwipe/bcwipe-1.5_p2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild b/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild index bb287c372f04..3cf10b419033 100644 --- a/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild +++ b/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild,v 1.5 2004/06/24 21:30:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild,v 1.6 2004/06/27 21:27:59 vapier Exp $ DESCRIPTION="BCWipe secure file removal utility" HOMEPAGE="http://www.jetico.com/" @@ -12,7 +12,7 @@ SLOT="0" IUSE="" KEYWORDS="x86" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND="" S=${WORKDIR}/${PN} diff --git a/app-crypt/bcwipe/bcwipe-1.5_p2.ebuild b/app-crypt/bcwipe/bcwipe-1.5_p2.ebuild index 4bb7607fc831..fb2854cb003b 100644 --- a/app-crypt/bcwipe/bcwipe-1.5_p2.ebuild +++ b/app-crypt/bcwipe/bcwipe-1.5_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.5_p2.ebuild,v 1.3 2004/06/26 10:51:38 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.5_p2.ebuild,v 1.4 2004/06/27 21:27:59 vapier Exp $ DESCRIPTION="BCWipe secure file removal utility" HOMEPAGE="http://www.jetico.com/" @@ -12,7 +12,7 @@ SLOT="0" IUSE="" KEYWORDS="~x86 ~ppc" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND="" S=${WORKDIR}/${PN} |