Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 144254
Collapse All | Expand All

(-)/usr/portage/net-im/licq/licq-1.3.2-r1.ebuild (-4 / +4 lines)
Lines 10-16 Link Here
10
10
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="2"
12
SLOT="2"
13
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~ia64 ~amd64"
13
KEYWORDS="x86 ~ppc ~sparc ~alpha ~ia64 ~amd64"
14
IUSE="ssl socks5 qt3 kde ncurses crypt msn"
14
IUSE="ssl socks5 qt3 kde ncurses crypt msn"
15
15
16
# we can't have conditional dependencies so "use kde && inherit kde"
16
# we can't have conditional dependencies so "use kde && inherit kde"
Lines 19-25 Link Here
19
# need-kde and their eclass friends inject things into DEPEND. But we only
19
# need-kde and their eclass friends inject things into DEPEND. But we only
20
# want them enabled if the kde USE flag is set. We get around this in the
20
# want them enabled if the kde USE flag is set. We get around this in the
21
# following dep lines:
21
# following dep lines:
22
DEPEND="kde? ( >=kde-base/kdelibs-3.0 )
22
DEPEND="kde? ( >=kde-base/kdelibs-3.0 =x11-libs/qt-3* )
23
	ssl? ( >=dev-libs/openssl-0.9.6 )
23
	ssl? ( >=dev-libs/openssl-0.9.6 )
24
	qt3? ( =x11-libs/qt-3* )
24
	qt3? ( =x11-libs/qt-3* )
25
	ncurses? ( sys-libs/ncurses >=dev-libs/cdk-4.9.11.20031210-r1 )
25
	ncurses? ( sys-libs/ncurses >=dev-libs/cdk-4.9.11.20031210-r1 )
Lines 101-107 Link Here
101
	# Create the various plug-ins
101
	# Create the various plug-ins
102
102
103
	# First, the Qt plug-in
103
	# First, the Qt plug-in
104
	if use qt3
104
	if use qt3 || use kde
105
	then
105
	then
106
		set-qtdir 3
106
		set-qtdir 3
107
		set-kdedir 3
107
		set-kdedir 3
Lines 166-172 Link Here
166
	dodoc ChangeLog INSTALL README* doc/*
166
	dodoc ChangeLog INSTALL README* doc/*
167
167
168
	# Install the plug-ins
168
	# Install the plug-ins
169
	if use qt3
169
	if use qt3 || use kde
170
	then
170
	then
171
		cd ${S}/plugins/qt-gui
171
		cd ${S}/plugins/qt-gui
172
		make DESTDIR=${D} install || die
172
		make DESTDIR=${D} install || die

Return to bug 144254