Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 208002 - net-dialup/mgetty always depends on ghostscript, even with USE=-fax
Summary: net-dialup/mgetty always depends on ghostscript, even with USE=-fax
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-29 08:08 UTC by Christoph Gysin
Modified: 2008-01-29 10:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Gysin 2008-01-29 08:08:26 UTC
I'm trying to build a tiny system, and mgetty refuses to merge without pulling ghostscript in. AFAIK ghostscript is only used for fax, so USE=-fax should remove the RDEPEND.

--- mgetty-1.1.36-r1.ebuild	2008-01-22 03:11:31.000000000 +0100
+++ mgetty-1.1.36-r1.ebuild.new	2008-01-29 08:44:13.756162438 +0100
@@ -17,7 +17,7 @@
 	fax? ( !net-misc/hylafax )"
 RDEPEND="${DEPEND}
 	media-libs/netpbm
-	virtual/ghostscript"
+	fax? ( virtual/ghostscript )"
 
 SLOT="0"
 LICENSE="GPL-2"


Reproducible: Always

Steps to Reproduce:
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2008-01-29 10:12:22 UTC
Actually netpbm dependence should also be conditioned by fax USE flag.
Fixed in 1.1.36-r1 (without revision bump).