diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-31 15:31:17 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-31 15:31:17 +0000 |
commit | c15b82eee7f165e08d47b93541d77951df38222d (patch) | |
tree | 00d68a8984065415b091bd6800f0f6ed1a38b5f4 /dev-libs/klibc | |
parent | Add ~ppc64, wrt bug #449220 (diff) | |
download | gentoo-2-c15b82eee7f165e08d47b93541d77951df38222d.tar.gz gentoo-2-c15b82eee7f165e08d47b93541d77951df38222d.tar.bz2 gentoo-2-c15b82eee7f165e08d47b93541d77951df38222d.zip |
Add ~ppc64, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/klibc')
-rw-r--r-- | dev-libs/klibc/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/klibc/klibc-1.5.25.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-libs/klibc/ChangeLog b/dev-libs/klibc/ChangeLog index fd0b7bb86222..d4849e476e18 100644 --- a/dev-libs/klibc/ChangeLog +++ b/dev-libs/klibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/klibc -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/ChangeLog,v 1.82 2011/08/30 01:37:01 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/ChangeLog,v 1.83 2012/12/31 15:31:17 ago Exp $ + + 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> klibc-1.5.25.ebuild: + Add ~ppc64, wrt bug #449220 *klibc-1.5.25 (30 Aug 2011) @@ -379,4 +382,3 @@ 09 Mar 2005; Martin Schlemmer <azarah@gentoo.org> +metadata.xml, +files/klibc.m4, +klibc-1.0.ebuild: Initial version - diff --git a/dev-libs/klibc/klibc-1.5.25.ebuild b/dev-libs/klibc/klibc-1.5.25.ebuild index 2412bd594112..ac35a0422a4f 100644 --- a/dev-libs/klibc/klibc-1.5.25.ebuild +++ b/dev-libs/klibc/klibc-1.5.25.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/klibc-1.5.25.ebuild,v 1.1 2011/08/30 01:37:01 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/klibc-1.5.25.ebuild,v 1.2 2012/12/31 15:31:17 ago Exp $ # Robin H. Johnson <robbat2@gentoo.org>, 12 Nov 2007: # This still needs major work. @@ -36,7 +36,7 @@ SRC_URI=" ${KERNEL_URI}" LICENSE="|| ( GPL-2 LGPL-2 )" -KEYWORDS="~amd64 ~arm -mips ~ppc ~x86" +KEYWORDS="~amd64 ~arm -mips ~ppc ~ppc64 ~x86" SLOT="0" IUSE="debug" |