diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-12-17 08:00:26 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-12-17 08:00:49 -0600 |
commit | 4969f5260c2c30b7dc5d59c53b3e8b0cfc317b6b (patch) | |
tree | ed9c3e829198b67fedd532414bae46927a54c0f3 /dev-libs/newt | |
parent | net-fs/samba: Removed old (diff) | |
download | gentoo-4969f5260c2c30b7dc5d59c53b3e8b0cfc317b6b.tar.gz gentoo-4969f5260c2c30b7dc5d59c53b3e8b0cfc317b6b.tar.bz2 gentoo-4969f5260c2c30b7dc5d59c53b3e8b0cfc317b6b.zip |
dev-libs/newt: restrict tests
There are no autotests, only an interactive demo menu for testing
purposes.
Closes: https://bugs.gentoo.org/703128
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'dev-libs/newt')
-rw-r--r-- | dev-libs/newt/newt-0.52.21-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-libs/newt/newt-0.52.21-r1.ebuild b/dev-libs/newt/newt-0.52.21-r1.ebuild index a7c6a11c04da..3a5525c24583 100644 --- a/dev-libs/newt/newt-0.52.21-r1.ebuild +++ b/dev-libs/newt/newt-0.52.21-r1.ebuild @@ -15,6 +15,8 @@ LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="gpm nls tcl" +RESTRICT="test" + REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" |