diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-10-18 15:33:29 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-10-18 15:33:29 +0000 |
commit | 27cc236815121787c3671aa4c782a8d500f34555 (patch) | |
tree | 9265770f342097d597a9e55dcf4581ede77ab9c2 /dev-libs/libelf | |
parent | really stable for amd64 now (diff) | |
download | gentoo-2-27cc236815121787c3671aa4c782a8d500f34555.tar.gz gentoo-2-27cc236815121787c3671aa4c782a8d500f34555.tar.bz2 gentoo-2-27cc236815121787c3671aa4c782a8d500f34555.zip |
Stable on arm, ppc and ppc64. Bug #525746
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-libs/libelf')
-rw-r--r-- | dev-libs/libelf/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libelf/libelf-0.8.13-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/libelf/ChangeLog b/dev-libs/libelf/ChangeLog index 0c1858194a53..244b1b0cfd52 100644 --- a/dev-libs/libelf/ChangeLog +++ b/dev-libs/libelf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libelf -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v 1.44 2013/08/16 12:36:10 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v 1.45 2014/10/18 15:33:29 blueness Exp $ + + 18 Oct 2014; Anthony G. Basile <blueness@gentoo.org> libelf-0.8.13-r2.ebuild: + Stable on arm, ppc and ppc64. Bug #525746 *libelf-0.8.13-r2 (16 Aug 2013) diff --git a/dev-libs/libelf/libelf-0.8.13-r2.ebuild b/dev-libs/libelf/libelf-0.8.13-r2.ebuild index b1bb4abb9311..b18d282a9f8f 100644 --- a/dev-libs/libelf/libelf-0.8.13-r2.ebuild +++ b/dev-libs/libelf/libelf-0.8.13-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild,v 1.1 2013/08/16 12:36:10 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild,v 1.2 2014/10/18 15:33:29 blueness Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="http://www.mr511.de/software/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm ~hppa ~mips ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="debug nls elibc_FreeBSD" RDEPEND="!dev-libs/elfutils |