Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 462876 - x11-libs/wxGTK-2.9.4.1 should optionally depend on dev-util/cppunit (FEATURES=test)
Summary: x11-libs/wxGTK-2.9.4.1 should optionally depend on dev-util/cppunit (FEATURES...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo wxWidgets project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-03-23 21:00 UTC by kulti
Modified: 2013-03-26 03:48 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 kulti 2013-03-23 21:00:10 UTC
wxGTK not realy need cppunit to build. So please add new use 'test' to exclude cppunit from dependencies.

Patch:
19c19
< IUSE="X aqua doc debug gnome gstreamer opengl pch sdl tiff"
---
> IUSE="X aqua doc debug gnome gstreamer opengl pch sdl tiff test"
49c49
<       dev-util/cppunit
---
>       test? ( dev-util/cppunit )


Reproducible: Always
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2013-03-26 03:48:28 UTC
It shouldn't depend on it at all since we don't run the testsuite.

+  26 Mar 2013; Ryan Hill <dirtyepic@gentoo.org> wxGTK-2.9.3.1.ebuild,
+  wxGTK-2.9.4.1.ebuild:
+  Add webkit USE flag to control building of webview library (bug #462544).
+  Drop cppunit dep since we don't run tests (bug #462876).

http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.3.1.ebuild?rev=1.7&view=markup
http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.3.1.ebuild?r1=1.6&r2=1.7
http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.4.1.ebuild?rev=1.4&view=markup
http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.4.1.ebuild?r1=1.3&r2=1.4