summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2010-01-03 06:17:17 +0000
committerJeroen Roovers <jer@gentoo.org>2010-01-03 06:17:17 +0000
commit1878ecd1648547bc5f99448b5776253dc08cbc18 (patch)
treebf30caaa3044a5cd65689e76b01f5cdcdbcb3822 /dev-libs/libffi
parent Fix file collisions with sys-apps/man-db, thanks to David Voge (bug (diff)
downloadgentoo-2-1878ecd1648547bc5f99448b5776253dc08cbc18.tar.gz
gentoo-2-1878ecd1648547bc5f99448b5776253dc08cbc18.tar.bz2
gentoo-2-1878ecd1648547bc5f99448b5776253dc08cbc18.zip
Marked ~ppc (bug #298322).
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'dev-libs/libffi')
-rw-r--r--dev-libs/libffi/ChangeLog7
-rw-r--r--dev-libs/libffi/libffi-3.0.9.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/libffi/ChangeLog b/dev-libs/libffi/ChangeLog
index d8c5879149d4..a21f67d6bc63 100644
--- a/dev-libs/libffi/ChangeLog
+++ b/dev-libs/libffi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libffi
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.93 2009/12/31 16:19:56 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.94 2010/01/03 06:17:17 jer Exp $
+
+ 03 Jan 2010; Jeroen Roovers <jer@gentoo.org> libffi-3.0.9.ebuild:
+ Marked ~ppc (bug #298322).
*libffi-3.0.9 (31 Dec 2009)
diff --git a/dev-libs/libffi/libffi-3.0.9.ebuild b/dev-libs/libffi/libffi-3.0.9.ebuild
index 0ff26439f043..ea1ae3a1cd60 100644
--- a/dev-libs/libffi/libffi-3.0.9.ebuild
+++ b/dev-libs/libffi/libffi-3.0.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.9.ebuild,v 1.1 2009/12/31 16:19:57 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.9.ebuild,v 1.2 2010/01/03 06:17:17 jer Exp $
inherit libtool
@@ -10,7 +10,7 @@ SRC_URI="ftp://sourceware.org/pub/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE="debug static-libs test"
RDEPEND=""