diff options
author | 2005-05-22 21:24:09 +0000 | |
---|---|---|
committer | 2005-05-22 21:24:09 +0000 | |
commit | ac7ac52923f09149262ccf667282180d808501c0 (patch) | |
tree | 1cef1a2c70f8e198dec5722e362affc861a4cf29 /dev-libs/elfutils | |
parent | stable on amd64 (diff) | |
download | gentoo-2-ac7ac52923f09149262ccf667282180d808501c0.tar.gz gentoo-2-ac7ac52923f09149262ccf667282180d808501c0.tar.bz2 gentoo-2-ac7ac52923f09149262ccf667282180d808501c0.zip |
Marking stable on x86 per security bug #91398
(Portage version: 2.0.51.19)
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 7d459b88457e..576821c4dd66 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.61 2005/05/20 18:43:24 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.62 2005/05/22 21:24:09 tester Exp $ + + 22 May 2005; Olivier Crête <tester@gentoo.org> elfutils-0.108.ebuild: + Marking stable on x86 per security bug #91398 20 May 2005; Bryan Østergaard <kloeri@gentoo.org> elfutils-0.108.ebuild: Stable on alpha + ia64, bug 91817. diff --git a/dev-libs/elfutils/elfutils-0.108.ebuild b/dev-libs/elfutils/elfutils-0.108.ebuild index 51af7292367a..fec61f92649b 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.8 2005/05/20 18:43:24 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.108.ebuild,v 1.9 2005/05/22 21:24:09 tester 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 |