commit: af7184e37c3400792a9d61b1774afb948b05445a Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sun Jun 29 06:20:30 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sun Jun 29 06:25:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af7184e3
media-libs/netpbm: sync live ebuild Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> media-libs/netpbm/netpbm-9999.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/media-libs/netpbm/netpbm-9999.ebuild b/media-libs/netpbm/netpbm-9999.ebuild index 2b800f8c0764..5368650a8a72 100644 --- a/media-libs/netpbm/netpbm-9999.ebuild +++ b/media-libs/netpbm/netpbm-9999.ebuild @@ -14,7 +14,8 @@ ESVN_REPO_URI="http://svn.code.sf.net/p/netpbm/code/trunk" LICENSE="Artistic BSD GPL-2 IJG LGPL-2.1 MIT public-domain" SLOT="0/devel" -IUSE="jbig jpeg png postscript rle cpu_flags_x86_sse2 static-libs svga tiff X xml" +IUSE="jbig jpeg png postscript rle cpu_flags_x86_sse2 static-libs svga test tiff X xml" +RESTRICT="!test? ( test )" # app-text/ghostscript-gpl is really needed for postscript # some utilities execute /usr/bin/gs @@ -45,6 +46,9 @@ BDEPEND=" app-arch/xz-utils app-alternatives/lex virtual/pkgconfig + test? ( + dev-lang/perl + ) " PATCHES=(
