diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-06-24 00:29:47 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-06-24 00:29:47 +0000 |
commit | 2e605950e199f2e88727a22b2e827371c7cb04cb (patch) | |
tree | 4d64e5a72b6bc47344858654ff9cddbc1f06bcd5 /net-im/licq/licq-1.3.0.ebuild | |
parent | USE flag qt->qt3/qt4 change (diff) | |
download | gentoo-2-2e605950e199f2e88727a22b2e827371c7cb04cb.tar.gz gentoo-2-2e605950e199f2e88727a22b2e827371c7cb04cb.tar.bz2 gentoo-2-2e605950e199f2e88727a22b2e827371c7cb04cb.zip |
USE flag qt->qt3/qt4 change
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'net-im/licq/licq-1.3.0.ebuild')
-rw-r--r-- | net-im/licq/licq-1.3.0.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-im/licq/licq-1.3.0.ebuild b/net-im/licq/licq-1.3.0.ebuild index 8b0a9cd52acc..cdd20f199759 100644 --- a/net-im/licq/licq-1.3.0.ebuild +++ b/net-im/licq/licq-1.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.0.ebuild,v 1.10 2005/12/16 14:12:28 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.0.ebuild,v 1.11 2006/06/24 00:29:47 cardoe Exp $ inherit eutils kde-functions @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P/_pre/-PRE}.tar.bz2" LICENSE="GPL-2" SLOT="2" KEYWORDS="~alpha ~amd64 ia64 ppc sparc x86" -IUSE="ssl socks5 qt kde ncurses crypt" +IUSE="ssl socks5 qt3 kde ncurses crypt" # we can't have conditional dependencies so "use kde && inherit kde" # won't work -- messes up dep caching. @@ -22,7 +22,7 @@ IUSE="ssl socks5 qt kde ncurses crypt" RDEPEND="kde? ( >=kde-base/kdelibs-3.0 )" DEPEND="kde? ( >=kde-base/kdelibs-3.0 ) ssl? ( >=dev-libs/openssl-0.9.6 ) - qt? ( =x11-libs/qt-3* ) + qt3? ( =x11-libs/qt-3* ) ncurses? ( sys-libs/ncurses dev-libs/cdk ) crypt? ( =app-crypt/gpgme-0.3.14-r1 )" @@ -39,7 +39,7 @@ src_unpack() { ${T}/licq.conf.h > ${S}/src/licq.conf.h eend $? else - if ! use qt + if ! use qt3 then ebegin "Setting console plugin as default..." cp ${S}/src/licq.conf.h ${T} @@ -76,7 +76,7 @@ src_compile() { # Create the various plug-ins # First, the Qt plug-in - if use qt + if use qt3 then set-qtdir 3 set-kdedir 3 @@ -122,7 +122,7 @@ src_install() { dodoc ChangeLog INSTALL README* doc/* # Install the plug-ins - if use qt + if use qt3 then cd ${S}/plugins/qt-gui make DESTDIR=${D} install || die |