summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGysbert Wassenaar <nixnut@gentoo.org>2009-07-19 13:16:01 +0000
committerGysbert Wassenaar <nixnut@gentoo.org>2009-07-19 13:16:01 +0000
commit2ff6f82e13273e268d9846eafc6364d1311fb28c (patch)
tree893019006c83b06787499185984123a261840d2d /dev-libs/libffi
parentDon't abort if icons are not found wrt #273815, thanks to Robert Förster. (diff)
downloadgentoo-2-2ff6f82e13273e268d9846eafc6364d1311fb28c.tar.gz
gentoo-2-2ff6f82e13273e268d9846eafc6364d1311fb28c.tar.bz2
gentoo-2-2ff6f82e13273e268d9846eafc6364d1311fb28c.zip
ppc stable #272673
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'dev-libs/libffi')
-rw-r--r--dev-libs/libffi/ChangeLog5
-rw-r--r--dev-libs/libffi/libffi-3.0.8.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libffi/ChangeLog b/dev-libs/libffi/ChangeLog
index 389bef9a2334..146f62c1f818 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.70 2009/07/18 05:11:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.71 2009/07/19 13:16:01 nixnut Exp $
+
+ 19 Jul 2009; nixnut <nixnut@gentoo.org> libffi-3.0.8.ebuild:
+ ppc stable #272673
18 Jul 2009; Jeroen Roovers <jer@gentoo.org> libffi-3.0.8.ebuild:
Stable for HPPA (bug #272675).
diff --git a/dev-libs/libffi/libffi-3.0.8.ebuild b/dev-libs/libffi/libffi-3.0.8.ebuild
index 84989323b187..fb8c73846ac0 100644
--- a/dev-libs/libffi/libffi-3.0.8.ebuild
+++ b/dev-libs/libffi/libffi-3.0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.8.ebuild,v 1.12 2009/07/18 05:11:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.8.ebuild,v 1.13 2009/07/19 13:16:01 nixnut Exp $
EAPI=2
inherit eutils
@@ -11,7 +11,7 @@ SRC_URI="ftp://sourceware.org/pub/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh sparc x86"
IUSE="debug static-libs test"
RDEPEND=""