diff options
author | 2010-01-03 15:57:01 +0000 | |
---|---|---|
committer | 2010-01-03 15:57:01 +0000 | |
commit | 82422cf48a04dcc56182463532fa0dd6a6da66a7 (patch) | |
tree | 33917b41d143facc28e3e7cdc446653abd016791 /media-video/nvclock/nvclock-9999.ebuild | |
parent | Masking capi use flag, bug 292938 (diff) | |
download | gentoo-2-82422cf48a04dcc56182463532fa0dd6a6da66a7.tar.gz gentoo-2-82422cf48a04dcc56182463532fa0dd6a6da66a7.tar.bz2 gentoo-2-82422cf48a04dcc56182463532fa0dd6a6da66a7.zip |
Remove USE="qt3" support wrt bug #284046.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'media-video/nvclock/nvclock-9999.ebuild')
-rw-r--r-- | media-video/nvclock/nvclock-9999.ebuild | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/media-video/nvclock/nvclock-9999.ebuild b/media-video/nvclock/nvclock-9999.ebuild index d1ca3dc8f39f..8ec2df79259b 100644 --- a/media-video/nvclock/nvclock-9999.ebuild +++ b/media-video/nvclock/nvclock-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/nvclock/nvclock-9999.ebuild,v 1.1 2009/07/28 17:14:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/nvclock/nvclock-9999.ebuild,v 1.2 2010/01/03 15:57:01 ssuominen Exp $ EAPI="2" @@ -17,11 +17,10 @@ HOMEPAGE="http://www.linuxhardware.org/nvclock/" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="gtk qt3" +IUSE="gtk" RDEPEND=" gtk? ( x11-libs/gtk+:2 ) - qt3? ( x11-libs/qt:3 ) " DEPEND="${RDEPEND}" @@ -32,11 +31,7 @@ src_prepare() { } src_configure() { - # Needed to ensure it compiles against Qt3 rather than Qt4 - export QTDIR=/usr/qt/3 - export MOC=${QTDIR}/bin/moc - - econf $(use_enable qt3 qt) $(use_enable gtk) || die "econf failed" + econf --disable-qt $(use_enable gtk) || die "econf failed" } src_compile() { |