diff options
Diffstat (limited to 'dev-go/fuzzy')
-rw-r--r-- | dev-go/fuzzy/fuzzy-0.0.3.ebuild | 3 | ||||
-rw-r--r-- | dev-go/fuzzy/fuzzy-0.0.5.ebuild | 3 |
2 files changed, 4 insertions, 2 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="" diff --git a/dev-go/fuzzy/fuzzy-0.0.5.ebuild b/dev-go/fuzzy/fuzzy-0.0.5.ebuild index f3a87065a16c..2c74c729222c 100644 --- a/dev-go/fuzzy/fuzzy-0.0.5.ebuild +++ b/dev-go/fuzzy/fuzzy-0.0.5.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 @@ -14,6 +14,7 @@ LICENSE="MIT" SLOT="0/${PVR}" KEYWORDS="~amd64" IUSE="test" +RESTRICT+=" !test? ( test )" DEPEND="test? ( dev-go/godebug-pretty )" |