commit:     e221a6527a25acc05fa7021e9e56c6e464fd3745
Author:     Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Mon Nov 25 11:55:41 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 08:28:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e221a652

dev-python/imagesize: Fix MissingTestRestrict

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/imagesize/imagesize-0.7.1.ebuild | 1 +
 dev-python/imagesize/imagesize-1.0.0.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-python/imagesize/imagesize-0.7.1.ebuild 
b/dev-python/imagesize/imagesize-0.7.1.ebuild
index 25850fa0b60..283a891a949 100644
--- a/dev-python/imagesize/imagesize-0.7.1.ebuild
+++ b/dev-python/imagesize/imagesize-0.7.1.ebuild
@@ -15,6 +15,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~x64-solaris"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 DEPEND="dev-python/setuptools"
 RDEPEND=""

diff --git a/dev-python/imagesize/imagesize-1.0.0.ebuild 
b/dev-python/imagesize/imagesize-1.0.0.ebuild
index 427e1139c9f..6c418bc1ee4 100644
--- a/dev-python/imagesize/imagesize-1.0.0.ebuild
+++ b/dev-python/imagesize/imagesize-1.0.0.ebuild
@@ -15,6 +15,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-solaris"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]

Reply via email to