Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 351278 - dev-libs/qof sets DEPEND="${DEPEND} ..." (instead of DEPEND="${RDEPEND} ...")
Summary: dev-libs/qof sets DEPEND="${DEPEND} ..." (instead of DEPEND="${RDEPEND} ...")
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: GNOME Office (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-10 09:42 UTC by j.habenicht
Modified: 2011-01-13 19:41 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 j.habenicht 2011-01-10 09:42:59 UTC
In dev-libs/qof the DEPEND variable contains a reference to $DEPEND but no reference to $RDEPEND.
I.e. in dev-libs/qof-0.7.5-r1:
DEPEND="${DEPEND}
        dev-util/pkgconfig
        !dev-libs/qof:2
        doc? ( app-doc/doxygen )"


Reproducible: Always

Steps to Reproduce:



Expected Results:  
Shouldn't it read
DEPEND="${RDEPEND}
        dev-util/pkgconfig
        !dev-libs/qof:2
        doc? ( app-doc/doxygen )"


This is found in 
dev-libs/qof-0.7.5-r1 and
dev-libs/qof-0.8.1

best regards
Comment 1 Pacho Ramos gentoo-dev 2011-01-13 19:41:59 UTC
+  13 Jan 2011; Pacho Ramos <pacho@gentoo.org> qof-0.7.5-r1.ebuild,
+  qof-0.8.1.ebuild:
+  qof requires glib as reported in bug #351277 by j.habenicht and confirmed
+  looking at qof.spec in Fedora. Also fix DEPEND (bug #351278).
+