Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 806127 - dev-java/openjdk hard dependency on net-print/cups
Summary: dev-java/openjdk hard dependency on net-print/cups
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Georgy Yakovlev
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-02 03:07 UTC by finn+bugsgentoo
Modified: 2023-12-29 12:51 UTC (History)
2 users (show)

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 finn+bugsgentoo 2021-08-02 03:07:24 UTC
dev-java/openjdk has a hard dependency for net-print/cups for DEPEND which renders the `cups? ( net-print/cups )' redundant in the RDEPEND list as it is always ignored.
Comment 1 Georgy Yakovlev archtester gentoo-dev 2021-08-02 06:48:21 UTC
it's a hard build time dependency. build will fail without cups.


runtime optional dependency is not meaningless though.
as you can delete bdeps after build is done.
try building it with USE=-cups
and running emerge --with-bdeps=n --depclean --pretend

portage will offer to clean it, as it's not required at runtime because of that  additional dependency.