Skip to content

Commit

Permalink
media-gfx/fontforge: drop REQUIRED_USE test constraint
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.96_p4, Repoman-2.3.22_p1
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
floppym committed Mar 30, 2020
1 parent d164fc0 commit e5b8cf9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion media-gfx/fontforge/fontforge-20190801.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ REQUIRED_USE="
cairo? ( png )
gtk? ( cairo )
python? ( ${PYTHON_REQUIRED_USE} )
test? ( png python )
"

RDEPEND="
Expand Down
5 changes: 1 addition & 4 deletions media-gfx/fontforge/fontforge-20200314.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~
IUSE="doc truetype-debugger gif gtk jpeg png +python readline test tiff svg unicode woff2 X"
RESTRICT="!test? ( test )"

REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
test? ( png python )
"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"

RDEPEND="
dev-libs/glib:2
Expand Down

0 comments on commit e5b8cf9

Please sign in to comment.