summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2005-08-25 13:26:19 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2005-08-25 13:26:19 +0000
commit0310873e71accbde9b446df2a1b76189f359f5a8 (patch)
tree26d0a96a47f945d639deceac5a21aba62991f6fc /sys-kernel
parentstable on ia64 (diff)
downloadgentoo-2-0310873e71accbde9b446df2a1b76189f359f5a8.tar.gz
gentoo-2-0310873e71accbde9b446df2a1b76189f359f5a8.tar.bz2
gentoo-2-0310873e71accbde9b446df2a1b76189f359f5a8.zip
sparc non-multilib fix
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/linux-headers/ChangeLog6
-rw-r--r--sys-kernel/linux-headers/linux-headers-2.6.8.1-r4.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-kernel/linux-headers/ChangeLog b/sys-kernel/linux-headers/ChangeLog
index 895ae4546222..ef1c834d838c 100644
--- a/sys-kernel/linux-headers/ChangeLog
+++ b/sys-kernel/linux-headers/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-kernel/linux-headers
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v 1.140 2005/07/28 22:05:26 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v 1.141 2005/08/25 13:26:19 gustavoz Exp $
+
+ 25 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org>
+ linux-headers-2.6.8.1-r4.ebuild:
+ sparc non-multilib fix
28 Jul 2005; <plasmaroo@gentoo.org> linux-headers-2.6.11-r2.ebuild:
Fix #100080.
diff --git a/sys-kernel/linux-headers/linux-headers-2.6.8.1-r4.ebuild b/sys-kernel/linux-headers/linux-headers-2.6.8.1-r4.ebuild
index 2ab5a2e37e44..f710da40dc42 100644
--- a/sys-kernel/linux-headers/linux-headers-2.6.8.1-r4.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-2.6.8.1-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.8.1-r4.ebuild,v 1.7 2005/07/09 02:03:50 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.8.1-r4.ebuild,v 1.8 2005/08/25 13:26:19 gustavoz Exp $
ETYPE="headers"
H_SUPPORTEDARCH="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc sh x86"
@@ -13,7 +13,8 @@ SRC_URI="${KERNEL_URI} mirror://gentoo/linux-2.6.8.1-sh-headers.patch.bz2
http://dev.gentoo.org/~plasmaroo/patches/kernel/gentoo-headers/gentoo-headers-${PV}-${PATCHES_V}.tar.bz2"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sparc sh x86"
-DEPEND="ppc? ( gcc64? ( sys-devel/gcc-powerpc64 ) )"
+DEPEND="ppc? ( gcc64? ( sys-devel/gcc-powerpc64 ) )
+ sparc? ( gcc64? ( sys-devel/gcc-sparc64 ) )"
UNIPATCH_LIST="${DISTDIR}/linux-2.6.8.1-sh-headers.patch.bz2
${DISTDIR}/gentoo-headers-${PV}-${PATCHES_V}.tar.bz2"