diff options
author | 2017-08-19 21:27:01 -0400 | |
---|---|---|
committer | 2017-08-19 21:27:01 -0400 | |
commit | 0efe5800390b3e9222f04f669a53885806c4df5c (patch) | |
tree | c1d949c7edc077819ad9e0158eb1737cabcf1037 /media-gfx | |
parent | www-client/chromium: beta channel bump (61.0.3163.49) (diff) | |
download | gentoo-0efe5800390b3e9222f04f669a53885806c4df5c.tar.gz gentoo-0efe5800390b3e9222f04f669a53885806c4df5c.tar.bz2 gentoo-0efe5800390b3e9222f04f669a53885806c4df5c.zip |
media-gfx/fontforge: require python for tests
Bug: https://bugs.gentoo.org/628016
Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/fontforge/fontforge-20161005.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-gfx/fontforge/fontforge-20161005.ebuild b/media-gfx/fontforge/fontforge-20161005.ebuild index eb434c83f8c1..58285dc4077f 100644 --- a/media-gfx/fontforge/fontforge-20161005.ebuild +++ b/media-gfx/fontforge/fontforge-20161005.ebuild @@ -14,11 +14,14 @@ SRC_URI="https://github.com/fontforge/fontforge/releases/download/${PV}/${P}.tar LICENSE="BSD GPL-3+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="cairo truetype-debugger gif gtk jpeg png +python readline tiff svg unicode X" +IUSE="cairo truetype-debugger gif gtk jpeg png +python readline test tiff svg unicode X" + +RESTRICT="!test? ( test )" REQUIRED_USE=" cairo? ( png ) python? ( ${PYTHON_REQUIRED_USE} ) + test? ( python ) " RDEPEND=" |