diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-01-14 17:56:55 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-01-14 18:18:54 +0100 |
commit | 38b21964d89c8ccebe1fe33596d4d7fa1dba5006 (patch) | |
tree | 7de7ef6f32fa5501d31ef7183b95ddfa64d8896e /virtual/libffi | |
parent | dev-python/sphinx-gallery: fixup nose dep (diff) | |
download | gentoo-38b21964d89c8ccebe1fe33596d4d7fa1dba5006.tar.gz gentoo-38b21964d89c8ccebe1fe33596d4d7fa1dba5006.tar.bz2 gentoo-38b21964d89c8ccebe1fe33596d4d7fa1dba5006.zip |
virtual: [QA] Bump all virtuals with EAPI 3 or older to EAPI 5.
Also remove empty variable assignments.
As discussed in #gentoo-qa.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'virtual/libffi')
-rw-r--r-- | virtual/libffi/libffi-3.0.10.ebuild | 10 | ||||
-rw-r--r-- | virtual/libffi/libffi-3.0.11.ebuild | 10 |
2 files changed, 6 insertions, 14 deletions
diff --git a/virtual/libffi/libffi-3.0.10.ebuild b/virtual/libffi/libffi-3.0.10.ebuild index 820bffaa4947..09b556e938da 100644 --- a/virtual/libffi/libffi-3.0.10.ebuild +++ b/virtual/libffi/libffi-3.0.10.ebuild @@ -1,18 +1,14 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ # 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. -DESCRIPTION="A virtual for the Foreign Function Interface implementation" -HOMEPAGE="" -SRC_URI="" +EAPI=5 -LICENSE="" +DESCRIPTION="A virtual for the Foreign Function Interface implementation" 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 ~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.10" -DEPEND="" diff --git a/virtual/libffi/libffi-3.0.11.ebuild b/virtual/libffi/libffi-3.0.11.ebuild index 17ffbeeeed4e..95ff00fd4afd 100644 --- a/virtual/libffi/libffi-3.0.11.ebuild +++ b/virtual/libffi/libffi-3.0.11.ebuild @@ -1,18 +1,14 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ # 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. -DESCRIPTION="A virtual for the Foreign Function Interface implementation" -HOMEPAGE="" -SRC_URI="" +EAPI=5 -LICENSE="" +DESCRIPTION="A virtual for the Foreign Function Interface implementation" 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.11" -DEPEND="" |