diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-07-14 14:06:00 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-07-14 14:06:00 +0000 |
commit | 19a7e74d47980548f5282c2304be0ee6556b35e3 (patch) | |
tree | 299612c835502462f49ae60251040af8366963b7 /dev-libs/libelf | |
parent | Version bump, bug #420647 (diff) | |
download | gentoo-2-19a7e74d47980548f5282c2304be0ee6556b35e3.tar.gz gentoo-2-19a7e74d47980548f5282c2304be0ee6556b35e3.tar.bz2 gentoo-2-19a7e74d47980548f5282c2304be0ee6556b35e3.zip |
Keyword ~ppc64
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libelf')
-rw-r--r-- | dev-libs/libelf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libelf/libelf-0.8.13-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libelf/ChangeLog b/dev-libs/libelf/ChangeLog index 844134d7475d..7ee5da2df420 100644 --- a/dev-libs/libelf/ChangeLog +++ b/dev-libs/libelf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libelf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v 1.40 2012/07/03 19:40:04 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v 1.41 2012/07/14 14:06:00 blueness Exp $ + + 14 Jul 2012; Anthony G. Basile <blueness@gentoo.org> libelf-0.8.13-r1.ebuild: + Keyword ~ppc64 03 Jul 2012; Anthony G. Basile <blueness@gentoo.org> libelf-0.8.13-r1.ebuild: Keyword ~mips diff --git a/dev-libs/libelf/libelf-0.8.13-r1.ebuild b/dev-libs/libelf/libelf-0.8.13-r1.ebuild index 890bd7a7e6c6..6995b710997f 100644 --- a/dev-libs/libelf/libelf-0.8.13-r1.ebuild +++ b/dev-libs/libelf/libelf-0.8.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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-r1.ebuild,v 1.10 2012/07/03 19:40:04 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r1.ebuild,v 1.11 2012/07/14 14:06:00 blueness Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="http://www.mr511.de/software/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 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" |