Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 43820 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/media-gfx/pstoedit/pstoedit-3.33.ebuild (-2 / +3 lines)
Lines 9-15 Link Here
9
# secondly, we're not enabling libemf via a use flag, until it's
9
# secondly, we're not enabling libemf via a use flag, until it's
10
# actually switchable via configure, see bug #39557
10
# actually switchable via configure, see bug #39557
11
# IUSE="flash libemf"
11
# IUSE="flash libemf"
12
IUSE=""
12
IUSE="plotutils"
13
13
14
DESCRIPTION="translates PostScript and PDF graphics into other vector formats"
14
DESCRIPTION="translates PostScript and PDF graphics into other vector formats"
15
SRC_URI="http://home.t-online.de/home/helga.glunz/wglunz/${PN}/${P}.tar.gz"
15
SRC_URI="http://home.t-online.de/home/helga.glunz/wglunz/${PN}/${P}.tar.gz"
Lines 22-28 Link Here
22
DEPEND="sys-libs/zlib
22
DEPEND="sys-libs/zlib
23
	media-libs/libemf
23
	media-libs/libemf
24
	media-libs/libpng
24
	media-libs/libpng
25
	media-libs/libexif"
25
	media-libs/libexif
26
	plotutils? ( media-libs/plotutils )"
26
#	flash? ( media-libs/ming )"
27
#	flash? ( media-libs/ming )"
27
28
28
RDEPEND="${DEPEND}
29
RDEPEND="${DEPEND}

Return to bug 43820