Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 208002
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Dialup Developers <net-dialup@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Christoph Gysin <christoph.gysin@fr33z3.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 208002 depends on: Show dependency tree
Bug 208002 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-01-29 08:08 0000
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 From Alin Năstac 2008-01-29 10:12:22 0000 -------
Actually netpbm dependence should also be conditioned by fax USE flag.
Fixed in 1.1.36-r1 (without revision bump).

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug