diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-02-14 00:27:47 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-02-14 00:27:47 +0000 |
commit | b5cc552fd7cc4769b7eb07f3e0d3a7e833a01154 (patch) | |
tree | 07e9cc7892605da8bd9baa30bffd51f97cfd7b7d /dev-libs | |
parent | upstream fixes for the scheduler and HDHomeRun (diff) | |
download | gentoo-2-b5cc552fd7cc4769b7eb07f3e0d3a7e833a01154.tar.gz gentoo-2-b5cc552fd7cc4769b7eb07f3e0d3a7e833a01154.tar.bz2 gentoo-2-b5cc552fd7cc4769b7eb07f3e0d3a7e833a01154.zip |
Stable on alpha wrt bug #165798.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/elfutils/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.123.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/elfutils/ChangeLog b/dev-libs/elfutils/ChangeLog index 93a7ce4896c5..4f5acb9fd834 100644 --- a/dev-libs/elfutils/ChangeLog +++ b/dev-libs/elfutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/elfutils # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.94 2007/02/13 10:52:44 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.95 2007/02/14 00:27:47 wolf31o2 Exp $ + + 14 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> elfutils-0.123.ebuild: + Stable on alpha wrt bug #165798. 13 Feb 2007; Markus Rothe <corsair@gentoo.org> elfutils-0.123.ebuild: Stable on ppc64; bug #165798 diff --git a/dev-libs/elfutils/elfutils-0.123.ebuild b/dev-libs/elfutils/elfutils-0.123.ebuild index d1b9750f74a0..33039b209ed4 100644 --- a/dev-libs/elfutils/elfutils-0.123.ebuild +++ b/dev-libs/elfutils/elfutils-0.123.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.123.ebuild,v 1.7 2007/02/13 10:52:44 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.123.ebuild,v 1.8 2007/02/14 00:27:47 wolf31o2 Exp $ inherit eutils autotools @@ -12,7 +12,7 @@ SRC_URI="ftp://sources.redhat.com/pub/systemtap/${PN}/${P}.tar.gz LICENSE="OpenSoftware" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="" # This pkg does not actually seem to compile currently in a uClibc |