diff options
Diffstat (limited to 'sys-apps/ethq/ethq-9999.ebuild')
-rw-r--r-- | sys-apps/ethq/ethq-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/ethq/ethq-9999.ebuild b/sys-apps/ethq/ethq-9999.ebuild index a64bcead00ae..59fa6fa3cdc7 100644 --- a/sys-apps/ethq/ethq-9999.ebuild +++ b/sys-apps/ethq/ethq-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,6 +15,7 @@ LICENSE="MPL-2.0" SLOT="0" KEYWORDS="" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="sys-libs/ncurses:0" RDEPEND="${DEPEND}" |