diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-01 14:33:10 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-01 14:40:26 +0200 |
commit | 14b970f8f8065ecb25ebfce91e7a828344d1bfa2 (patch) | |
tree | e664aa9882ce790565faf8de687ee0aafa0148ce /dev-python/cffi | |
parent | dev-scheme/guile: subscribe to virtual/libffi sub slot (diff) | |
download | gentoo-14b970f8f8065ecb25ebfce91e7a828344d1bfa2.tar.gz gentoo-14b970f8f8065ecb25ebfce91e7a828344d1bfa2.tar.bz2 gentoo-14b970f8f8065ecb25ebfce91e7a828344d1bfa2.zip |
dev-python/cffi: subscribe to virtual/libffi sub slot
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'dev-python/cffi')
-rw-r--r-- | dev-python/cffi/cffi-1.11.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/cffi/cffi-1.11.4.ebuild | 4 | ||||
-rw-r--r-- | dev-python/cffi/cffi-1.11.5.ebuild | 4 | ||||
-rw-r--r-- | dev-python/cffi/cffi-1.9.1.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-python/cffi/cffi-1.11.2.ebuild b/dev-python/cffi/cffi-1.11.2.ebuild index 0e086e82f5fb..73252df06fc0 100644 --- a/dev-python/cffi/cffi-1.11.2.ebuild +++ b/dev-python/cffi/cffi-1.11.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s IUSE="doc test" RDEPEND=" - virtual/libffi + virtual/libffi:= dev-python/pycparser[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} virtual/pkgconfig diff --git a/dev-python/cffi/cffi-1.11.4.ebuild b/dev-python/cffi/cffi-1.11.4.ebuild index bdcd7280874e..db4fad0ca1f3 100644 --- a/dev-python/cffi/cffi-1.11.4.ebuild +++ b/dev-python/cffi/cffi-1.11.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x IUSE="doc test" RDEPEND=" - virtual/libffi + virtual/libffi:= dev-python/pycparser[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} virtual/pkgconfig diff --git a/dev-python/cffi/cffi-1.11.5.ebuild b/dev-python/cffi/cffi-1.11.5.ebuild index 14fa542c3c9d..a768eb4a28d7 100644 --- a/dev-python/cffi/cffi-1.11.5.ebuild +++ b/dev-python/cffi/cffi-1.11.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s IUSE="doc test" RDEPEND=" - virtual/libffi + virtual/libffi:= dev-python/pycparser[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} virtual/pkgconfig diff --git a/dev-python/cffi/cffi-1.9.1.ebuild b/dev-python/cffi/cffi-1.9.1.ebuild index b8e2ed10c434..fcc131700977 100644 --- a/dev-python/cffi/cffi-1.9.1.ebuild +++ b/dev-python/cffi/cffi-1.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc IUSE="doc test" RDEPEND=" - virtual/libffi + virtual/libffi:= dev-python/pycparser[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} virtual/pkgconfig |