diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-04-01 16:23:10 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-04-01 16:23:10 +0000 |
commit | 6d883ec754d7d6c076c3a45584d68b8385094610 (patch) | |
tree | 92ca496d2af57ee964eada4f09b938814beb61be /x11-themes | |
parent | Version bump for media-sound/rubyripper (diff) | |
download | gentoo-2-6d883ec754d7d6c076c3a45584d68b8385094610.tar.gz gentoo-2-6d883ec754d7d6c076c3a45584d68b8385094610.tar.bz2 gentoo-2-6d883ec754d7d6c076c3a45584d68b8385094610.zip |
ebuild cleanup
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild b/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild index 543593ac9e21..cf00a8ed3d2e 100644 --- a/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild +++ b/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild,v 1.1 2008/03/11 15:40:32 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild,v 1.2 2008/04/01 16:23:10 cardoe Exp $ -inherit qt3 mythtv subversion +inherit qt3 mythtv DESCRIPTION="A collection of themes for the MythTV project." SLOT="0" @@ -15,7 +15,7 @@ DEPEND="$(qt_min_version 3.3) src_compile() { ./configure --prefix="${ROOT}"/usr || die "configure died" - ${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake -o "Makefile" myththemes.pro || die "qmake failed" + eqmake3 myththemes.pro -o "Makefile" || die "eqmake3 failed" } src_install() { |