From: Michał Górny Date: Sat, 9 Feb 2019 07:34:43 +0000 (+0100) Subject: dev-python/cython: Add conditional test restriction X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e285f83415572dcb13f275d0b6e0ccf52fbfb355;p=gentoo.git dev-python/cython: Add conditional test restriction Signed-off-by: Michał Górny --- diff --git a/dev-python/cython/cython-0.29.5.ebuild b/dev-python/cython/cython-0.29.5.ebuild index dac33af59699..8cd14394ba5a 100644 --- a/dev-python/cython/cython-0.29.5.ebuild +++ b/dev-python/cython/cython-0.29.5.ebuild @@ -18,8 +18,8 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" - IUSE="doc emacs test" +RESTRICT="!test? ( test )" RDEPEND=" emacs? ( virtual/emacs )