diff options
author | 2006-01-22 01:13:12 +0000 | |
---|---|---|
committer | 2006-01-22 01:13:12 +0000 | |
commit | ccd19e750cae1810509601419d36b4c5a6f1fa8b (patch) | |
tree | 5f844fec26d4bacfd24eb44e05d9c3eaf6803f6e /sys-kernel | |
parent | ~alpha for bug 118671 (diff) | |
download | historical-ccd19e750cae1810509601419d36b4c5a6f1fa8b.tar.gz historical-ccd19e750cae1810509601419d36b4c5a6f1fa8b.tar.bz2 historical-ccd19e750cae1810509601419d36b4c5a6f1fa8b.zip |
Keywording for ~ppc (needed for kurobox and LinkStation)
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/vanilla-sources/ChangeLog | 6 | ||||
-rw-r--r-- | sys-kernel/vanilla-sources/vanilla-sources-2.4.31.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-kernel/vanilla-sources/ChangeLog b/sys-kernel/vanilla-sources/ChangeLog index bc31507fde46..1ffac2031e3f 100644 --- a/sys-kernel/vanilla-sources/ChangeLog +++ b/sys-kernel/vanilla-sources/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-kernel/vanilla-sources # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.139 2006/01/17 19:21:53 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.140 2006/01/22 01:13:11 nerdboy Exp $ + + 22 Jan 2006; Steve Arnold <nerdboy@gentoo.org> + vanilla-sources-2.4.31.ebuild: + Keywording for ~ppc (needed for kurobox and LinkStation) *vanilla-sources-2.6.16_rc1 (17 Jan 2006) diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.4.31.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.4.31.ebuild index 3855395511ae..e5fe6996997e 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.4.31.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.4.31.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.31.ebuild,v 1.4 2005/11/28 21:48:49 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.31.ebuild,v 1.5 2006/01/22 01:13:12 nerdboy Exp $ K_NOUSENAME="yes" K_NOSETEXTRAVERSION="yes" @@ -10,4 +10,4 @@ detect_version HOMEPAGE="http://www.kernel.org" SRC_URI="${KERNEL_URI}" -KEYWORDS="~alpha ~amd64 sparc x86" +KEYWORDS="~alpha ~amd64 ~ppc sparc x86" |