summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-10-19 21:20:20 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-10-19 21:20:20 +0000
commit3119d44d4b34515495ba4cfeafb1e5061618ef9f (patch)
tree85afb785a31606e522f80aaacd36a22a815009ca /dev-libs/libffi
parentStable on alpha, bug #287933 (diff)
downloadgentoo-2-3119d44d4b34515495ba4cfeafb1e5061618ef9f.tar.gz
gentoo-2-3119d44d4b34515495ba4cfeafb1e5061618ef9f.tar.bz2
gentoo-2-3119d44d4b34515495ba4cfeafb1e5061618ef9f.zip
[dev-libs/libffi] Add ~mips keyword
(Portage version: 2.2_rc46/cvs/Linux x86_64)
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 a2812899c3c5..bf3d86c379e4 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.82 2009/10/17 07:52:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.83 2009/10/19 21:20:20 alexxy Exp $
+
+ 19 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> libffi-3.0.8.ebuild:
+ Add ~mips keyword
17 Oct 2009; Markus Meier <maekke@gentoo.org> metadata.xml:
remove static-libs description as it is global now
diff --git a/dev-libs/libffi/libffi-3.0.8.ebuild b/dev-libs/libffi/libffi-3.0.8.ebuild
index 9bce776a4f0c..5e510139843f 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.22 2009/10/14 10:03:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.8.ebuild,v 1.23 2009/10/19 21:20:20 alexxy Exp $
inherit autotools eutils
@@ -10,7 +10,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 ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
IUSE="debug static-libs test"
RDEPEND=""