summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2007-07-02 23:02:45 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2007-07-02 23:02:45 +0000
commit365581bb63f4229deedbdad295fd41b5e7535bc8 (patch)
tree085dfec7e45b3fb0c37334ce4a4803fd8aa496bd /app-crypt/aesutil/aesutil-1.0.7.ebuild
parentstable x86, bug 183870 (diff)
downloadgentoo-2-365581bb63f4229deedbdad295fd41b5e7535bc8.tar.gz
gentoo-2-365581bb63f4229deedbdad295fd41b5e7535bc8.tar.bz2
gentoo-2-365581bb63f4229deedbdad295fd41b5e7535bc8.zip
Don't depend on virtual/libc as it's pointless.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'app-crypt/aesutil/aesutil-1.0.7.ebuild')
-rw-r--r--app-crypt/aesutil/aesutil-1.0.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/aesutil/aesutil-1.0.7.ebuild b/app-crypt/aesutil/aesutil-1.0.7.ebuild
index bf88e8498d25..42550ab0740d 100644
--- a/app-crypt/aesutil/aesutil-1.0.7.ebuild
+++ b/app-crypt/aesutil/aesutil-1.0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/aesutil/aesutil-1.0.7.ebuild,v 1.2 2007/04/22 10:19:17 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/aesutil/aesutil-1.0.7.ebuild,v 1.3 2007/07/02 23:02:45 betelgeuse Exp $
MY_P="${PN/util/}-${PV}"
DESCRIPTION="Command line program ('aes') to encrypt and decrypt data using the Rijndael algorithm"
@@ -12,7 +12,7 @@ SLOT="0"
KEYWORDS="alpha amd64 hppa ppc ~ppc-macos ~ppc64 sparc x86"
IUSE=""
-DEPEND="virtual/libc"
+DEPEND=""
S=${WORKDIR}/${MY_P}