diff options
author | Markus Meier <maekke@gentoo.org> | 2012-05-30 18:51:04 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-05-30 18:51:04 +0000 |
commit | 89c45fb59c2602ea275589ac435e877b517a8d3a (patch) | |
tree | 18ec33d674d0d236ab90f9bb7c07c5f884d4d01e /dev-libs/libffi | |
parent | arm stable, bug #417317 (diff) | |
download | gentoo-2-89c45fb59c2602ea275589ac435e877b517a8d3a.tar.gz gentoo-2-89c45fb59c2602ea275589ac435e877b517a8d3a.tar.bz2 gentoo-2-89c45fb59c2602ea275589ac435e877b517a8d3a.zip |
arm stable, bug #416669
(Portage version: 2.1.10.62/cvs/Linux i686)
Diffstat (limited to 'dev-libs/libffi')
-rw-r--r-- | dev-libs/libffi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libffi/libffi-3.0.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libffi/ChangeLog b/dev-libs/libffi/ChangeLog index 932b31e7e633..1d8fee56a381 100644 --- a/dev-libs/libffi/ChangeLog +++ b/dev-libs/libffi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libffi # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.146 2012/05/24 19:17:28 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.147 2012/05/30 18:51:04 maekke Exp $ + + 30 May 2012; Markus Meier <maekke@gentoo.org> libffi-3.0.11.ebuild: + arm stable, bug #416669 24 May 2012; Matt Turner <mattst88@gentoo.org> libffi-3.0.11.ebuild: Stable on alpha, bug 416669. Also fixes bug 395755. diff --git a/dev-libs/libffi/libffi-3.0.11.ebuild b/dev-libs/libffi/libffi-3.0.11.ebuild index 337ce00aa69b..4dffb4c5882e 100644 --- a/dev-libs/libffi/libffi-3.0.11.ebuild +++ b/dev-libs/libffi/libffi-3.0.11.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/libffi/libffi-3.0.11.ebuild,v 1.5 2012/05/24 19:17:28 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.11.ebuild,v 1.6 2012/05/30 18:51:04 maekke Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="ftp://sourceware.org/pub/${PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="debug static-libs test" RDEPEND="" |