diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-20 00:32:29 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-20 00:32:29 +0000 |
commit | 2f27b28ed8627d1c0c65d83a22bb511f6f9169df (patch) | |
tree | 85372922842281ee9b8610ae693a8fa867da4533 /dev-libs/elfutils | |
parent | Fix bug #150326 again, hopefully for good this time! (diff) | |
download | historical-2f27b28ed8627d1c0c65d83a22bb511f6f9169df.tar.gz historical-2f27b28ed8627d1c0c65d83a22bb511f6f9169df.tar.bz2 historical-2f27b28ed8627d1c0c65d83a22bb511f6f9169df.zip |
Stable on Alpha.
Package-Manager: portage-2.1.2_pre3-r2
Diffstat (limited to 'dev-libs/elfutils')
-rw-r--r-- | dev-libs/elfutils/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.118.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/elfutils/ChangeLog b/dev-libs/elfutils/ChangeLog index 998ebe63ce7b..2f4aaf414d0c 100644 --- a/dev-libs/elfutils/ChangeLog +++ b/dev-libs/elfutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/elfutils # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.85 2006/09/26 06:14:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.86 2006/10/20 00:17:06 kloeri Exp $ + + 20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> elfutils-0.118.ebuild: + Stable on Alpha. *elfutils-0.123 (26 Sep 2006) diff --git a/dev-libs/elfutils/elfutils-0.118.ebuild b/dev-libs/elfutils/elfutils-0.118.ebuild index 6e1a632b5b76..fd4c490ec835 100644 --- a/dev-libs/elfutils/elfutils-0.118.ebuild +++ b/dev-libs/elfutils/elfutils-0.118.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.118.ebuild,v 1.14 2006/04/28 16:41:22 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.118.ebuild,v 1.15 2006/10/20 00:17:06 kloeri Exp $ inherit eutils @@ -13,7 +13,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 |