diff options
author | Matt Turner <mattst88@gentoo.org> | 2012-05-24 19:17:28 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2012-05-24 19:17:28 +0000 |
commit | cf8d865bef2a59041740f859f5264d90e206d9d5 (patch) | |
tree | a3920b2c9a82771392ea13684f8c66218a3d44d6 | |
parent | Apply patch when building with ruby enabled. Fixes bug#402443. Patch by Denni... (diff) | |
download | gentoo-2-cf8d865bef2a59041740f859f5264d90e206d9d5.tar.gz gentoo-2-cf8d865bef2a59041740f859f5264d90e206d9d5.tar.bz2 gentoo-2-cf8d865bef2a59041740f859f5264d90e206d9d5.zip |
Stable on alpha, bug 416669. Also fixes bug 395755.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
-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 403a8b5b87ea..932b31e7e633 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.145 2012/05/21 05:48:30 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.146 2012/05/24 19:17:28 mattst88 Exp $ + + 24 May 2012; Matt Turner <mattst88@gentoo.org> libffi-3.0.11.ebuild: + Stable on alpha, bug 416669. Also fixes bug 395755. 21 May 2012; Jeff Horelick <jdhore@gentoo.org> libffi-3.0.11.ebuild: marked x86 per bug 416669 diff --git a/dev-libs/libffi/libffi-3.0.11.ebuild b/dev-libs/libffi/libffi-3.0.11.ebuild index 33467a2d43db..337ce00aa69b 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.4 2012/05/21 05:48:30 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.11.ebuild,v 1.5 2012/05/24 19:17:28 mattst88 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="" |