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/alpha-sources | |
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/alpha-sources')
-rw-r--r-- | sys-kernel/alpha-sources/alpha-sources-2.4.21-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/alpha-sources/alpha-sources-2.4.21-r1.ebuild b/sys-kernel/alpha-sources/alpha-sources-2.4.21-r1.ebuild index 0f09eeb6a651..bd3f61f1f5db 100644 --- a/sys-kernel/alpha-sources/alpha-sources-2.4.21-r1.ebuild +++ b/sys-kernel/alpha-sources/alpha-sources-2.4.21-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/alpha-sources/alpha-sources-2.4.21-r1.ebuild,v 1.3 2003/07/21 22:56:22 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/alpha-sources/alpha-sources-2.4.21-r1.ebuild,v 1.4 2003/07/22 20:00:28 vapier Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. IUSE="build crypt usagi" ETYPE="sources" -inherit kernel || die +inherit kernel DESCRIPTION="Full sources for the Gentoo Linux Alpha kernel" SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 |