diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-07-22 20:00:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-07-22 20:00:35 +0000 |
commit | c1c49da1968f585582b3fae315610f00436588cf (patch) | |
tree | 18be71d386f5ca7f1f68d7ba06d6ccb9e6ca43ea /sys-kernel/ppc-sources-crypto | |
parent | inherit || die is redundant (diff) | |
download | historical-c1c49da1968f585582b3fae315610f00436588cf.tar.gz historical-c1c49da1968f585582b3fae315610f00436588cf.tar.bz2 historical-c1c49da1968f585582b3fae315610f00436588cf.zip |
inherit || die is redundant
Diffstat (limited to 'sys-kernel/ppc-sources-crypto')
-rw-r--r-- | sys-kernel/ppc-sources-crypto/ppc-sources-crypto-2.4.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/ppc-sources-crypto/ppc-sources-crypto-2.4.20.ebuild b/sys-kernel/ppc-sources-crypto/ppc-sources-crypto-2.4.20.ebuild index 7aeda6090315..ed22d21ffe0d 100644 --- a/sys-kernel/ppc-sources-crypto/ppc-sources-crypto-2.4.20.ebuild +++ b/sys-kernel/ppc-sources-crypto/ppc-sources-crypto-2.4.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ppc-sources-crypto/ppc-sources-crypto-2.4.20.ebuild,v 1.6 2003/03/24 23:34:01 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ppc-sources-crypto/ppc-sources-crypto-2.4.20.ebuild,v 1.7 2003/07/22 20:00:32 vapier Exp $ IUSE="build crypt" @@ -20,7 +20,7 @@ S=${WORKDIR}/linux-ppc-crypto-${KV} ETYPE="sources" -#inherit kernel || die +#inherit kernel DESCRIPTION="Full cryptoapi enabled sources for the Gentoo Linux PPC kernel" SRC_URI="http://perso.wanadoo.fr/olivier.reisch/linux-ppc-crypto/linux-ppc-crypto-${OKV}.tar.bz2" |