diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-08-02 23:24:35 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-08-02 23:24:35 +0000 |
commit | 8057c4d57dbccd39ada54e61a791d1d1eb7f55a5 (patch) | |
tree | fadc1e2f90eb56231818d83713517bf911bab87e /sys-devel/binutils-hppa64 | |
parent | Version bump. No noteworthy changes. (diff) | |
download | gentoo-2-8057c4d57dbccd39ada54e61a791d1d1eb7f55a5.tar.gz gentoo-2-8057c4d57dbccd39ada54e61a791d1d1eb7f55a5.tar.bz2 gentoo-2-8057c4d57dbccd39ada54e61a791d1d1eb7f55a5.zip |
Mark -hppa as it cannot build a kernel (bug #330933).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'sys-devel/binutils-hppa64')
-rw-r--r-- | sys-devel/binutils-hppa64/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/binutils-hppa64/ChangeLog b/sys-devel/binutils-hppa64/ChangeLog index 184e8af9df0a..f59f053a6c60 100644 --- a/sys-devel/binutils-hppa64/ChangeLog +++ b/sys-devel/binutils-hppa64/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/binutils-hppa64 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.17 2010/07/15 03:20:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.18 2010/08/02 23:24:35 jer Exp $ + + 02 Aug 2010; Jeroen Roovers <jer@gentoo.org> + binutils-hppa64-2.20.1.ebuild: + Mark -hppa as it cannot build a kernel (bug #330933). *binutils-hppa64-2.20.1 (15 Jul 2010) diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild index 42f0aedb1208..6361860725e7 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild,v 1.1 2010/07/15 03:20:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild,v 1.2 2010/08/02 23:24:35 jer Exp $ export CTARGET=hppa64-${CHOST#*-} @@ -10,7 +10,7 @@ inherit toolchain-binutils DESCRIPTION="binutils package for building 64bit kernels on HPPA" -KEYWORDS="-* ~hppa" +KEYWORDS="-* -hppa" src_install() { toolchain-binutils_src_install |