commit:     a2c0870c9e91adf7efd566928abe8dd3c6ff3e32
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 21 18:52:15 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 21 18:52:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c0870c

dev-python/hyperlink: Fix MissingTestRestrict

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/hyperlink/hyperlink-17.1.1.ebuild | 1 +
 dev-python/hyperlink/hyperlink-17.3.1.ebuild | 1 +
 dev-python/hyperlink/hyperlink-18.0.0.ebuild | 1 +
 3 files changed, 3 insertions(+)

diff --git a/dev-python/hyperlink/hyperlink-17.1.1.ebuild 
b/dev-python/hyperlink/hyperlink-17.1.1.ebuild
index 0f6b75faea7..686fd8268ef 100644
--- a/dev-python/hyperlink/hyperlink-17.1.1.ebuild
+++ b/dev-python/hyperlink/hyperlink-17.1.1.ebuild
@@ -14,6 +14,7 @@ LICENSE="BSD MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND=""
 DEPEND="${RDEPEND}

diff --git a/dev-python/hyperlink/hyperlink-17.3.1.ebuild 
b/dev-python/hyperlink/hyperlink-17.3.1.ebuild
index 2f9bc4cc1c9..cbd27b9f100 100644
--- a/dev-python/hyperlink/hyperlink-17.3.1.ebuild
+++ b/dev-python/hyperlink/hyperlink-17.3.1.ebuild
@@ -14,6 +14,7 @@ LICENSE="BSD MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND=""
 DEPEND="${RDEPEND}

diff --git a/dev-python/hyperlink/hyperlink-18.0.0.ebuild 
b/dev-python/hyperlink/hyperlink-18.0.0.ebuild
index 2b101858dd0..111079333ff 100644
--- a/dev-python/hyperlink/hyperlink-18.0.0.ebuild
+++ b/dev-python/hyperlink/hyperlink-18.0.0.ebuild
@@ -14,6 +14,7 @@ LICENSE="BSD MIT"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND=""
 DEPEND="${RDEPEND}

Reply via email to