diff options
Diffstat (limited to 'dev-python/networkx/networkx-2.1.ebuild')
-rw-r--r-- | dev-python/networkx/networkx-2.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/networkx/networkx-2.1.ebuild b/dev-python/networkx/networkx-2.1.ebuild index 0dbd8fe24418..14a32caab043 100644 --- a/dev-python/networkx/networkx-2.1.ebuild +++ b/dev-python/networkx/networkx-2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,6 +15,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="examples extras pandas scipy test xml yaml" +RESTRICT="!test? ( test )" REQUIRED_USE=" test? ( extras pandas scipy xml yaml )" |