diff options
author | 2011-10-14 22:45:30 +0000 | |
---|---|---|
committer | 2011-10-14 22:45:30 +0000 | |
commit | 2efa0bf74de841a639cbb125d82b39fdd1f63ecd (patch) | |
tree | 33db4b3ab8fadcf38753df754915648747b8bf81 /dev-libs | |
parent | Version bump. Update to EAPI 4 and add myself as maintainer. (diff) | |
download | gentoo-2-2efa0bf74de841a639cbb125d82b39fdd1f63ecd.tar.gz gentoo-2-2efa0bf74de841a639cbb125d82b39fdd1f63ecd.tar.bz2 gentoo-2-2efa0bf74de841a639cbb125d82b39fdd1f63ecd.zip |
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Elijah "Armageddon" El Lazkani in bug #387063.
(Portage version: 2.1.10.27/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libffi/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libffi/libffi-3.0.10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libffi/ChangeLog b/dev-libs/libffi/ChangeLog index 6e6aef788691..14b9c7adf712 100644 --- a/dev-libs/libffi/ChangeLog +++ b/dev-libs/libffi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libffi # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.128 2011/10/13 21:48:29 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.129 2011/10/14 22:45:30 chainsaw Exp $ + + 14 Oct 2011; Tony Vroon <chainsaw@gentoo.org> libffi-3.0.10.ebuild: + Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & + Elijah "Armageddon" El Lazkani in bug #387063. *libffi-3.0.11_rc1 (13 Oct 2011) diff --git a/dev-libs/libffi/libffi-3.0.10.ebuild b/dev-libs/libffi/libffi-3.0.10.ebuild index fef6b9dc4766..4251d0d236b6 100644 --- a/dev-libs/libffi/libffi-3.0.10.ebuild +++ b/dev-libs/libffi/libffi-3.0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.10.ebuild,v 1.1 2011/08/29 17:40:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.10.ebuild,v 1.2 2011/10/14 22:45:30 chainsaw Exp $ EAPI=2 @@ -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 ~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 ~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="" |