diff options
Diffstat (limited to 'sys-kernel/linux-headers/linux-headers-2.6.19.2-r2.ebuild')
-rw-r--r-- | sys-kernel/linux-headers/linux-headers-2.6.19.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-2.6.19.2-r2.ebuild b/sys-kernel/linux-headers/linux-headers-2.6.19.2-r2.ebuild index 69a42927eb71..7b26ae575035 100644 --- a/sys-kernel/linux-headers/linux-headers-2.6.19.2-r2.ebuild +++ b/sys-kernel/linux-headers/linux-headers-2.6.19.2-r2.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/sys-kernel/linux-headers/linux-headers-2.6.19.2-r2.ebuild,v 1.2 2007/02/04 22:28:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.19.2-r2.ebuild,v 1.3 2007/02/11 23:55:12 kloeri Exp $ ETYPE="headers" H_SUPPORTEDARCH="alpha amd64 arm cris hppa m68k mips ia64 ppc ppc64 s390 sh sparc x86" @@ -11,7 +11,7 @@ PATCH_VER="4" SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.bz2" [[ -n ${PATCH_VER} ]] && SRC_URI="${SRC_URI} mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.bz2" -KEYWORDS="-* ~alpha ~amd64 arm ~hppa ~ia64 m68k ~ppc ~ppc64 s390 sh ~sparc ~x86" +KEYWORDS="-* -alpha ~amd64 arm ~hppa ~ia64 m68k ~ppc ~ppc64 s390 sh ~sparc ~x86" DEPEND="dev-util/unifdef" RDEPEND="" |