diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2006-02-27 20:14:47 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2006-02-27 20:14:47 +0000 |
commit | ef0c11f1a83791569bc562406f593833aec1f70e (patch) | |
tree | a5b6b20a5a224e740e4816c83cc9ebcf5a957ff0 /sys-kernel/rsbac-sources | |
parent | Version bump. (diff) | |
download | historical-ef0c11f1a83791569bc562406f593833aec1f70e.tar.gz historical-ef0c11f1a83791569bc562406f593833aec1f70e.tar.bz2 historical-ef0c11f1a83791569bc562406f593833aec1f70e.zip |
Drop amd64 keywords from all 2.4 kernels since they're not supported.
Package-Manager: portage-2.1_pre5-r1
Diffstat (limited to 'sys-kernel/rsbac-sources')
-rw-r--r-- | sys-kernel/rsbac-sources/ChangeLog | 6 | ||||
-rw-r--r-- | sys-kernel/rsbac-sources/rsbac-sources-2.4.31.ebuild | 4 | ||||
-rw-r--r-- | sys-kernel/rsbac-sources/rsbac-sources-2.4.99.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-kernel/rsbac-sources/ChangeLog b/sys-kernel/rsbac-sources/ChangeLog index b0873261e223..535c15c0cfa9 100644 --- a/sys-kernel/rsbac-sources/ChangeLog +++ b/sys-kernel/rsbac-sources/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-kernel/rsbac-sources # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rsbac-sources/ChangeLog,v 1.44 2006/02/16 10:30:31 kang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rsbac-sources/ChangeLog,v 1.45 2006/02/27 20:14:47 chutzpah Exp $ + + 27 Feb 2006; Patrick McLean <chutzpah@gentoo.org> + rsbac-sources-2.4.31.ebuild, rsbac-sources-2.4.99.ebuild: + Drop amd64 keywords from all 2.4 kernels since they're not supported. 16 Feb 2006; Guillaume Destuynder <kang@gentoo.org> -rsbac-sources-2.4.29.ebuild, -rsbac-sources-2.4.29-r1.ebuild, diff --git a/sys-kernel/rsbac-sources/rsbac-sources-2.4.31.ebuild b/sys-kernel/rsbac-sources/rsbac-sources-2.4.31.ebuild index a6cfd839476d..86837c93b824 100644 --- a/sys-kernel/rsbac-sources/rsbac-sources-2.4.31.ebuild +++ b/sys-kernel/rsbac-sources/rsbac-sources-2.4.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rsbac-sources/rsbac-sources-2.4.31.ebuild,v 1.5 2006/02/16 10:30:31 kang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rsbac-sources/rsbac-sources-2.4.31.ebuild,v 1.6 2006/02/27 20:14:47 chutzpah Exp $ IUSE="" ETYPE="sources" @@ -24,7 +24,7 @@ HOMEPAGE="http://hardened.gentoo.org/rsbac" DESCRIPTION="RSBAC hardened sources for the ${KV_MAJOR}.${KV_MINOR} kernel tree" SRC_URI="${KERNEL_URI} ${RGPV_SRC}" -KEYWORDS="x86 amd64" +KEYWORDS="x86" K_NOUSENAME="yes" K_PREPATCHED="yes" diff --git a/sys-kernel/rsbac-sources/rsbac-sources-2.4.99.ebuild b/sys-kernel/rsbac-sources/rsbac-sources-2.4.99.ebuild index 455710768c1e..14f30c4a9fb0 100644 --- a/sys-kernel/rsbac-sources/rsbac-sources-2.4.99.ebuild +++ b/sys-kernel/rsbac-sources/rsbac-sources-2.4.99.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rsbac-sources/rsbac-sources-2.4.99.ebuild,v 1.4 2006/02/16 10:18:38 kang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rsbac-sources/rsbac-sources-2.4.99.ebuild,v 1.5 2006/02/27 20:14:47 chutzpah Exp $ IUSE="" ETYPE="sources" @@ -22,7 +22,7 @@ HOMEPAGE="http://hardened.gentoo.org/rsbac/" DESCRIPTION="RSBAC hardened sources for the ${KV_MAJOR}.${KV_MINOR} kernel tree" #SRC_URI="${KERNEL_URI} ${RGPV_SRC}" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~x86" K_NOUSENAME="yes" K_PREPATCHED="yes" |