diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-05-20 18:43:24 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-05-20 18:43:24 +0000 |
commit | fb9ecbd60b5f4b113abd108db276c55b0e45ad59 (patch) | |
tree | da347675e08872ea44d4c1076ff1e0609e3be0c8 /dev-libs/elfutils | |
parent | Stable on alpha + ia64, bug 91792. (diff) | |
download | gentoo-2-fb9ecbd60b5f4b113abd108db276c55b0e45ad59.tar.gz gentoo-2-fb9ecbd60b5f4b113abd108db276c55b0e45ad59.tar.bz2 gentoo-2-fb9ecbd60b5f4b113abd108db276c55b0e45ad59.zip |
Stable on alpha + ia64, bug 91817.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-libs/elfutils')
-rw-r--r-- | dev-libs/elfutils/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.108.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/elfutils/ChangeLog b/dev-libs/elfutils/ChangeLog index 2aa92880c45b..7d459b88457e 100644 --- a/dev-libs/elfutils/ChangeLog +++ b/dev-libs/elfutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/elfutils # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.60 2005/05/19 18:07:11 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.61 2005/05/20 18:43:24 kloeri Exp $ + + 20 May 2005; Bryan Østergaard <kloeri@gentoo.org> elfutils-0.108.ebuild: + Stable on alpha + ia64, bug 91817. 19 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> elfutils-0.108.ebuild: Stable on sparc wrt #91817 diff --git a/dev-libs/elfutils/elfutils-0.108.ebuild b/dev-libs/elfutils/elfutils-0.108.ebuild index d368a816fecc..51af7292367a 100644 --- a/dev-libs/elfutils/elfutils-0.108.ebuild +++ b/dev-libs/elfutils/elfutils-0.108.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.108.ebuild,v 1.7 2005/05/19 18:07:11 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.108.ebuild,v 1.8 2005/05/20 18:43:24 kloeri Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz mirror://gentoo/${P}.robustify.patch.bz2" LICENSE="OpenSoftware" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 sparc ~x86" IUSE="nls uclibc" # This pkg does not actually seem to compile currently in a uClibc |