Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148454 - Incorrect DEPEND/RDEPEND in libpng-1.2.12-r1 ebuild
Summary: Incorrect DEPEND/RDEPEND in libpng-1.2.12-r1 ebuild
Status: RESOLVED DUPLICATE of bug 142755
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-20 22:24 UTC by gent_bz
Modified: 2006-09-21 00:03 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 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 ***