diff options
Diffstat (limited to 'dev-go/fuzzy/fuzzy-0.0.3.ebuild')
-rw-r--r-- | dev-go/fuzzy/fuzzy-0.0.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-go/fuzzy/fuzzy-0.0.3.ebuild b/dev-go/fuzzy/fuzzy-0.0.3.ebuild index 6ea5cd48cd42..56b23bf0b011 100644 --- a/dev-go/fuzzy/fuzzy-0.0.3.ebuild +++ b/dev-go/fuzzy/fuzzy-0.0.3.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 @@ -18,6 +18,7 @@ HOMEPAGE="https://github.com/sahilm/fuzzy" LICENSE="MIT" SLOT="0/${PVR}" IUSE="test" +RESTRICT+=" !test? ( test )" DEPEND="test? ( dev-go/godebug-pretty )" RDEPEND="" |