diff options
author | Joshua Kinard <kumba@gentoo.org> | 2007-05-12 02:40:05 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2007-05-12 02:40:05 +0000 |
commit | 10ce23c5871923c57b3e023a14bf49ef2cf9153a (patch) | |
tree | b9d4f219f75a04a6d8a732e8019b9c551c7ea88c /dev-libs/elfutils | |
parent | Update for Apache 1.X masking. (diff) | |
download | gentoo-2-10ce23c5871923c57b3e023a14bf49ef2cf9153a.tar.gz gentoo-2-10ce23c5871923c57b3e023a14bf49ef2cf9153a.tar.bz2 gentoo-2-10ce23c5871923c57b3e023a14bf49ef2cf9153a.zip |
Stable on mips for #165798.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-libs/elfutils')
-rw-r--r-- | dev-libs/elfutils/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.125.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/elfutils/ChangeLog b/dev-libs/elfutils/ChangeLog index 115f2ea73eb6..94e9c7aff6da 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.102 2007/05/04 02:27:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.103 2007/05/12 02:40:05 kumba Exp $ + + 12 May 2007; Joshua Kinard <kumba@gentoo.org> elfutils-0.125.ebuild: + Stable on mips for #165798. *elfutils-0.127 (04 May 2007) diff --git a/dev-libs/elfutils/elfutils-0.125.ebuild b/dev-libs/elfutils/elfutils-0.125.ebuild index cc97389ba5f1..d03523f10e10 100644 --- a/dev-libs/elfutils/elfutils-0.125.ebuild +++ b/dev-libs/elfutils/elfutils-0.125.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.125.ebuild,v 1.8 2007/04/23 17:52:22 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.125.ebuild,v 1.9 2007/05/12 02:40:05 kumba 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 |