dev-python/fonttools: Restrict tests if not USE=test

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2019-11-23 12:35:29 -05:00
parent 6177658bb6
commit ad47c3f30d

View File

@@ -15,6 +15,7 @@ SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
RESTRICT="!test? ( test )"
IUSE="test"
RDEPEND=""