diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-12-13 12:21:05 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-12-13 12:21:05 +0000 |
commit | b22974a7dc11c8d223ec1afbebc31b051d8682b6 (patch) | |
tree | 1cb5034e4c1bd3668093da8735b265f908665d17 /dev-libs/elfutils | |
parent | Fix build with USE=pcap; thanks to Alexander E. Patrakov in bug #348489 for r... (diff) | |
download | gentoo-2-b22974a7dc11c8d223ec1afbebc31b051d8682b6.tar.gz gentoo-2-b22974a7dc11c8d223ec1afbebc31b051d8682b6.tar.bz2 gentoo-2-b22974a7dc11c8d223ec1afbebc31b051d8682b6.zip |
Stable for HPPA (bug #348407).
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-libs/elfutils')
-rw-r--r-- | dev-libs/elfutils/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.149.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/elfutils/ChangeLog b/dev-libs/elfutils/ChangeLog index 3bfab2d846ff..b8495316b3a2 100644 --- a/dev-libs/elfutils/ChangeLog +++ b/dev-libs/elfutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/elfutils # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.143 2010/12/11 06:41:09 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.144 2010/12/13 12:21:05 jer Exp $ + + 13 Dec 2010; Jeroen Roovers <jer@gentoo.org> elfutils-0.149.ebuild: + Stable for HPPA (bug #348407). *elfutils-0.150 (11 Dec 2010) diff --git a/dev-libs/elfutils/elfutils-0.149.ebuild b/dev-libs/elfutils/elfutils-0.149.ebuild index 0bc816bca31b..b40edfb73c29 100644 --- a/dev-libs/elfutils/elfutils-0.149.ebuild +++ b/dev-libs/elfutils/elfutils-0.149.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/dev-libs/elfutils/elfutils-0.149.ebuild,v 1.1 2010/09/19 09:02:53 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.149.ebuild,v 1.2 2010/12/13 12:21:05 jer Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="https://fedorahosted.org/releases/e/l/elfutils/${PV}/${P}.tar.bz2" LICENSE="GPL-2-with-exceptions" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="bzip2 lzma nls zlib elibc_glibc" # This pkg does not actually seem to compile currently in a uClibc |