Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127020 | Differences between
and this patch

Collapse All | Expand All

(-)wxGTK-2.6.2-r1.ebuild.orig (-1 / +2 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.2-r1.ebuild,v 1.9 2006/02/20 18:15:28 corsair Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.2-r1.ebuild,v 1.9 2006/02/20 18:15:28 corsair Exp $
4
4
5
inherit wxlib gnuconfig
5
inherit wxlib flag-o-matic gnuconfig
6
6
7
DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit and
7
DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit and
8
wxbase non-gui library"
8
wxbase non-gui library"
Lines 25-30 Link Here
25
25
26
pkg_setup() {
26
pkg_setup() {
27
	einfo "To install only wxbase (non-gui libs) use USE=-X"
27
	einfo "To install only wxbase (non-gui libs) use USE=-X"
28
	filter-flags -fvisibility-inlines-hidden
28
}
29
}
29
30
30
src_unpack() {
31
src_unpack() {

Return to bug 127020