diff options
author | 2005-05-13 13:24:59 +0000 | |
---|---|---|
committer | 2005-05-13 13:24:59 +0000 | |
commit | 2fe94fc6da0abd440d82523faba3790ed86bc410 (patch) | |
tree | 26044942258c08d7eb0ed5f6ab6f2522321b1318 /dev-libs | |
parent | Revision bump; added patch to fix missing check on ctime return value (was us... (diff) | |
download | gentoo-2-2fe94fc6da0abd440d82523faba3790ed86bc410.tar.gz gentoo-2-2fe94fc6da0abd440d82523faba3790ed86bc410.tar.bz2 gentoo-2-2fe94fc6da0abd440d82523faba3790ed86bc410.zip |
Stable on sparc wrt #91817
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/elfutils/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.94-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/elfutils/ChangeLog b/dev-libs/elfutils/ChangeLog index 4104f6443f50..01bf9c70612a 100644 --- a/dev-libs/elfutils/ChangeLog +++ b/dev-libs/elfutils/ChangeLog @@ -1,6 +1,10 @@ # 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.48 2005/05/13 12:12:44 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.49 2005/05/13 13:24:59 gustavoz Exp $ + + 13 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> + elfutils-0.94-r2.ebuild: + Stable on sparc wrt #91817 13 May 2005; Jan Brinkmann <luckyduck@gentoo.org> elfutils-0.94-r2.ebuild: stable on amd64 wrt #91817 diff --git a/dev-libs/elfutils/elfutils-0.94-r2.ebuild b/dev-libs/elfutils/elfutils-0.94-r2.ebuild index 1a2a5e8cbc1b..f5ab65bb2f25 100644 --- a/dev-libs/elfutils/elfutils-0.94-r2.ebuild +++ b/dev-libs/elfutils/elfutils-0.94-r2.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.94-r2.ebuild,v 1.3 2005/05/13 12:12:44 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.94-r2.ebuild,v 1.4 2005/05/13 13:24:59 gustavoz Exp $ inherit eutils gnuconfig @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="OpenSoftware" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~s390 sparc ~x86" IUSE="nls uclibc" # This pkg does not actually seem to compile currently in a uClibc |