Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 148454

Summary: Incorrect DEPEND/RDEPEND in libpng-1.2.12-r1 ebuild
Product: Gentoo Linux Reporter: gent_bz
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description gent_bz 2006-09-20 22:24:12 UTC
zlib is a runtime dependancy of libpng.

This also ensures that the stuff put into DEPEND by autotools.eclass stays in DEPEND and doesn't implictly get into RDEPEND.


--- a/libpng-1.2.12-r1.ebuild      2006-09-09 20:38:39.000000000 +1000
+++ b/libpng-1.2.12-r1.ebuild      2006-09-21 15:12:34.000000000 +1000
@@ -15,7 +15,7 @@
 IUSE="doc"
 RESTRICT="mirror" #146921

-DEPEND="sys-libs/zlib"
+RDEPEND="${DEPEND} sys-libs/zlib"

 src_unpack() {
        unpack ${P}.tar.bz2
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-09-21 00:03:02 UTC

*** This bug has been marked as a duplicate of 142755 ***