diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-11-17 23:07:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-11-17 23:07:05 +0000 |
commit | 663e7c99cb006d04c5900a24cffd01bb47514de1 (patch) | |
tree | 997fea2b14183ee9095067eaa90f2411a54dc146 | |
parent | Fix typo. (diff) | |
download | gentoo-2-663e7c99cb006d04c5900a24cffd01bb47514de1.tar.gz gentoo-2-663e7c99cb006d04c5900a24cffd01bb47514de1.tar.bz2 gentoo-2-663e7c99cb006d04c5900a24cffd01bb47514de1.zip |
mips stable
(Portage version: 2.1.3.19)
-rw-r--r-- | sys-kernel/linux-headers/linux-headers-2.6.22-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-2.6.22-r2.ebuild b/sys-kernel/linux-headers/linux-headers-2.6.22-r2.ebuild index a2d89b78b6f2..79184f242a12 100644 --- a/sys-kernel/linux-headers/linux-headers-2.6.22-r2.ebuild +++ b/sys-kernel/linux-headers/linux-headers-2.6.22-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.22-r2.ebuild,v 1.9 2007/11/09 20:09:25 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.22-r2.ebuild,v 1.10 2007/11/17 23:07:05 vapier 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="3" 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 ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="-* alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" DEPEND="dev-util/unifdef" RDEPEND="" |