diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:50:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:50:25 +0000 |
commit | e68bfc4f99a1494fe694e0fba33382eb7f291126 (patch) | |
tree | 77d19caab6885db4e77c6dde68ca960500d54b5b | |
parent | sync IUSE (+gnome), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-e68bfc4f99a1494fe694e0fba33382eb7f291126.tar.gz gentoo-2-e68bfc4f99a1494fe694e0fba33382eb7f291126.tar.bz2 gentoo-2-e68bfc4f99a1494fe694e0fba33382eb7f291126.zip |
inherit eutils, sync IUSE (missing)
-rw-r--r-- | sys-kernel/hppa-dev-sources/hppa-dev-sources-2.6.7_p1-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-kernel/hppa-dev-sources/hppa-dev-sources-2.6.7_p1-r2.ebuild b/sys-kernel/hppa-dev-sources/hppa-dev-sources-2.6.7_p1-r2.ebuild index 32ee5c2bae6f..7a62fe080487 100644 --- a/sys-kernel/hppa-dev-sources/hppa-dev-sources-2.6.7_p1-r2.ebuild +++ b/sys-kernel/hppa-dev-sources/hppa-dev-sources-2.6.7_p1-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hppa-dev-sources/hppa-dev-sources-2.6.7_p1-r2.ebuild,v 1.1 2004/07/09 19:39:15 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hppa-dev-sources/hppa-dev-sources-2.6.7_p1-r2.ebuild,v 1.2 2004/07/15 03:50:25 agriffis Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. ETYPE="sources" -inherit kernel-2 +inherit kernel-2 eutils OKV="${PV/_p*/}" PATCH_LEVEL="${PV/${OKV}_p/}" EXTRAVERSION="-pa${PATCH_LEVEL}" @@ -17,6 +17,7 @@ DESCRIPTION="Full sources for the Linux kernel with patch for hppa" SRC_URI="mirror://kernel/linux/kernel/v2.6/linux-${OKV}.tar.bz2 http://ftp.parisc-linux.org/cvs/linux-2.6/patch-${OKV}-pa${PATCH_LEVEL}.gz" HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/ http://parisc-linux.org" KEYWORDS="hppa -*" +IUSE="" SLOT="${KV}" |