diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-21 19:52:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-21 19:52:15 +0100 |
commit | a2c0870c9e91adf7efd566928abe8dd3c6ff3e32 (patch) | |
tree | 05a43fb195a5d5d7ab160042c46aba57fc308735 /dev-python/hyperlink | |
parent | dev-python/hyperlink: Bump to 19.0.0, EAPI 7, py3.8 (diff) | |
download | gentoo-a2c0870c9e91adf7efd566928abe8dd3c6ff3e32.tar.gz gentoo-a2c0870c9e91adf7efd566928abe8dd3c6ff3e32.tar.bz2 gentoo-a2c0870c9e91adf7efd566928abe8dd3c6ff3e32.zip |
dev-python/hyperlink: Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hyperlink')
-rw-r--r-- | dev-python/hyperlink/hyperlink-17.1.1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/hyperlink/hyperlink-17.3.1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/hyperlink/hyperlink-18.0.0.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/hyperlink/hyperlink-17.1.1.ebuild b/dev-python/hyperlink/hyperlink-17.1.1.ebuild index 0f6b75faea7e..686fd8268efc 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 2f9bc4cc1c9b..cbd27b9f1002 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 2b101858dd07..111079333ff6 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} |