First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 223849
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Tony Vroon <chainsaw@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.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 223849 depends on: Show dependency tree
Bug 223849 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-05-27 15:25 0000
dev-libs/libmcs-0.7.1-r1 ebuild has broken dependencies and contains automagic
dependency on kdelibs.

Replace:
<snip>
DEPEND=">=dev-util/pkgconfig-0.9.0
        ${RDEPEND}"
RDEPEND=">=dev-libs/libmowgli-0.6.1
        gnome? ( >=gnome-base/gconf-2.6.0 )"
</snip>

With:
<snip>
RDEPEND=">=dev-libs/libmowgli-0.6.1
        gnome? ( >=gnome-base/gconf-2.6.0 )
        kde? ( =kde-base/kdelibs-3.5* )"
DEPEND="${RDEPEND}
        >=dev-util/pkgconfig-0.9.0"
</snip>

"kde" USE flag should be restored.

------- Comment #1 From Jeroen Roovers 2008-05-27 15:39:27 0000 -------
It would need to get a configure patch as well.

------- Comment #2 From Tony Vroon 2008-05-27 16:18:48 0000 -------
+*libmcs-0.7.1-r2 (27 May 2008)
+
+  27 May 2008; <chainsaw@gentoo.org> -libmcs-0.7.1-r1.ebuild,
+  +libmcs-0.7.1-r2.ebuild:
+  Drop broken KDE functionality more aggressively, closes bug #223849.

src_compile() {
        econf \
                --disable-kconfig \
                $(use_enable gnome gconf) \

------- Comment #3 From Tony Vroon 2008-05-27 16:19:32 0000 -------
In CVS now.

First Last Prev Next    No search results available      Search page      Enter new bug