summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-12-18 03:12:53 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-12-18 03:12:53 +0000
commit1cd68c9faa30ca3c7c52024ca46a095119bbc26a (patch)
treede1aebf34b59097df5acf0d0b9659e2ac02f7d0d /x11-themes/mythtv-themes
parentStable on SPARC wrt security bug #158072. (diff)
downloadhistorical-1cd68c9faa30ca3c7c52024ca46a095119bbc26a.tar.gz
historical-1cd68c9faa30ca3c7c52024ca46a095119bbc26a.tar.bz2
historical-1cd68c9faa30ca3c7c52024ca46a095119bbc26a.zip
Fixing bug #155913
Package-Manager: portage-2.1.2_rc3-r5
Diffstat (limited to 'x11-themes/mythtv-themes')
-rw-r--r--x11-themes/mythtv-themes/ChangeLog6
-rw-r--r--x11-themes/mythtv-themes/mythtv-themes-0.19.ebuild4
-rw-r--r--x11-themes/mythtv-themes/mythtv-themes-0.20.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-themes/mythtv-themes/ChangeLog b/x11-themes/mythtv-themes/ChangeLog
index 493cf0cc4cc8..a030d0a033c6 100644
--- a/x11-themes/mythtv-themes/ChangeLog
+++ b/x11-themes/mythtv-themes/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/mythtv-themes
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/ChangeLog,v 1.22 2006/09/12 02:56:47 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/ChangeLog,v 1.23 2006/12/18 03:12:53 cardoe Exp $
+
+ 18 Dec 2006; Doug Goldstein <cardoe@gentoo.org> mythtv-themes-0.19.ebuild,
+ mythtv-themes-0.20.ebuild:
+ Fixing bug #155913
*mythtv-themes-0.20 (12 Sep 2006)
diff --git a/x11-themes/mythtv-themes/mythtv-themes-0.19.ebuild b/x11-themes/mythtv-themes/mythtv-themes-0.19.ebuild
index 372b785dd4b7..36a8067dc0db 100644
--- a/x11-themes/mythtv-themes/mythtv-themes-0.19.ebuild
+++ b/x11-themes/mythtv-themes/mythtv-themes-0.19.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 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.19.ebuild,v 1.3 2006/06/08 23:49:33 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/mythtv-themes-0.19.ebuild,v 1.4 2006/12/18 03:12:53 cardoe Exp $
inherit qt3
@@ -20,7 +20,7 @@ S="${WORKDIR}/myththemes-${PV}"
src_compile() {
cd ${S}
- ./configure --prefix=/usr || die "configure died"
+ ./configure --prefix="${ROOT}"/usr || die "configure died"
${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake -o "Makefile" myththemes.pro || die "qmake failed"
}
diff --git a/x11-themes/mythtv-themes/mythtv-themes-0.20.ebuild b/x11-themes/mythtv-themes/mythtv-themes-0.20.ebuild
index a1471ba82c0b..5497ed10f7e2 100644
--- a/x11-themes/mythtv-themes/mythtv-themes-0.20.ebuild
+++ b/x11-themes/mythtv-themes/mythtv-themes-0.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 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.20.ebuild,v 1.1 2006/09/12 02:56:47 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/mythtv-themes-0.20.ebuild,v 1.2 2006/12/18 03:12:53 cardoe Exp $
inherit qt3
@@ -20,7 +20,7 @@ S="${WORKDIR}/myththemes-${PV}"
src_compile() {
cd ${S}
- ./configure --prefix=/usr || die "configure died"
+ ./configure --prefix="${ROOT}"/usr || die "configure died"
${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake -o "Makefile" myththemes.pro || die "qmake failed"
}