diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-07-30 22:55:45 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-07-30 22:55:45 +0000 |
commit | 243fc9441b47f8f30e0c6050b3cf17a7240da248 (patch) | |
tree | 9b479199e1d23e0af7979680c3cf0d1528014ff5 /virtual/libffi | |
parent | new revision featuring migration of libpng, udis86 and libffi. libpng files r... (diff) | |
download | gentoo-2-243fc9441b47f8f30e0c6050b3cf17a7240da248.tar.gz gentoo-2-243fc9441b47f8f30e0c6050b3cf17a7240da248.tar.bz2 gentoo-2-243fc9441b47f8f30e0c6050b3cf17a7240da248.zip |
no need to block emul-libs here since it doesnt install any file
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'virtual/libffi')
-rw-r--r-- | virtual/libffi/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/libffi/libffi-3.0.13-r1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/virtual/libffi/ChangeLog b/virtual/libffi/ChangeLog index b2fe0b1b01e1..a62e5dd98b9e 100644 --- a/virtual/libffi/ChangeLog +++ b/virtual/libffi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/libffi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/ChangeLog,v 1.31 2013/07/15 15:09:47 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/ChangeLog,v 1.32 2013/07/30 22:55:45 aballier Exp $ + + 30 Jul 2013; Alexis Ballier <aballier@gentoo.org> libffi-3.0.13-r1.ebuild: + no need to block emul-libs here since it doesnt install any file *libffi-3.0.13-r1 (15 Jul 2013) diff --git a/virtual/libffi/libffi-3.0.13-r1.ebuild b/virtual/libffi/libffi-3.0.13-r1.ebuild index f3b0c7c4d718..1e85c666c20b 100644 --- a/virtual/libffi/libffi-3.0.13-r1.ebuild +++ b/virtual/libffi/libffi-3.0.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/libffi-3.0.13-r1.ebuild,v 1.1 2013/07/15 15:09:47 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/libffi-3.0.13-r1.ebuild,v 1.2 2013/07/30 22:55:45 aballier Exp $ # The purpose of this ebuild is to provide quick fallback if and when we need to # switch back to internal copy of libffi from sys-devel/gcc. @@ -18,6 +18,5 @@ 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 ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -RDEPEND=">=dev-libs/libffi-3.0.13-r1[${MULTILIB_USEDEP}] - abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224 )" +RDEPEND=">=dev-libs/libffi-3.0.13-r1[${MULTILIB_USEDEP}]" DEPEND="" |