Diff cffi-1.11.2 with a cffi-1.11.4
/usr/portage/dev-python/cffi/cffi-1.11.4.ebuild 2019-11-17 02:09:00.000000000 +0300 | ||
---|---|---|
15 | 15 | |
16 | 16 |
LICENSE="MIT" |
17 | 17 |
SLOT="0/${PV}" |
18 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" |
|
18 |
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" |
|
19 | 19 |
IUSE="doc test" |
20 | 20 |
RESTRICT="!test? ( test )" |
21 | 21 | |
... | ... | |
25 | 25 |
DEPEND="${RDEPEND} |
26 | 26 |
virtual/pkgconfig |
27 | 27 |
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) |
28 |
test? ( dev-python/pytest[${PYTHON_USEDEP}] )" |
|
28 |
test? ( dev-python/pytest[${PYTHON_USEDEP}] )" |
|
29 | 29 | |
30 | 30 |
# Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile) |
31 | 31 |
DISTUTILS_IN_SOURCE_BUILD=1 |