diff options
author | Simon Stelling <blubb@gentoo.org> | 2007-02-12 00:26:13 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2007-02-12 00:26:13 +0000 |
commit | 44131f4cfc29a37a3591352c3adb9040fdd8c4ec (patch) | |
tree | 0fe6d0e431819598a47e634e74bb0f484ad08b72 /dev-libs | |
parent | stable on amd64; bug 148424 (diff) | |
download | gentoo-2-44131f4cfc29a37a3591352c3adb9040fdd8c4ec.tar.gz gentoo-2-44131f4cfc29a37a3591352c3adb9040fdd8c4ec.tar.bz2 gentoo-2-44131f4cfc29a37a3591352c3adb9040fdd8c4ec.zip |
stable on amd64; 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 c1eb34e5e4b2..d3ffcdd4d584 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.91 2007/02/10 13:28:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.92 2007/02/12 00:26:13 blubb Exp $ + + 12 Feb 2007; Simon Stelling <blubb@gentoo.org> elfutils-0.123.ebuild: + stable on amd64; bug 165798 10 Feb 2007; Jeroen Roovers <jer@gentoo.org> elfutils-0.123.ebuild: Stable for HPPA (bug #165798). diff --git a/dev-libs/elfutils/elfutils-0.123.ebuild b/dev-libs/elfutils/elfutils-0.123.ebuild index 3e3249414183..45c9b478203d 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.4 2007/02/10 13:28:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.123.ebuild,v 1.5 2007/02/12 00:26:13 blubb 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 |