diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-19 23:33:26 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-19 23:33:26 +0000 |
commit | 0782f78721c94b044b472c39a9b9f5646eac3081 (patch) | |
tree | ef67a681b0d77643174c7bf9118cd9ace4a1f705 /net-p2p/qtella | |
parent | use IUSE="${IUSE} blah" until portage 2.0.51 is stable (diff) | |
download | historical-0782f78721c94b044b472c39a9b9f5646eac3081.tar.gz historical-0782f78721c94b044b472c39a9b9f5646eac3081.tar.bz2 historical-0782f78721c94b044b472c39a9b9f5646eac3081.zip |
fix KDE patch application
Diffstat (limited to 'net-p2p/qtella')
-rw-r--r-- | net-p2p/qtella/Manifest | 2 | ||||
-rw-r--r-- | net-p2p/qtella/qtella-0.7.0.ebuild | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net-p2p/qtella/Manifest b/net-p2p/qtella/Manifest index b77973d3dcfc..f7058a4d14b3 100644 --- a/net-p2p/qtella/Manifest +++ b/net-p2p/qtella/Manifest @@ -1,4 +1,4 @@ -MD5 1091105df6227af61e2a2595c72cc579 qtella-0.7.0.ebuild 793 +MD5 b2b4aca3bed377b3d19882b9bc2f2b4c qtella-0.7.0.ebuild 818 MD5 b754458f628fbd8a0636e5933747c364 qtella-0.6.4.ebuild 615 MD5 8bd8713ba56b92d69adc028c276dcdf9 qtella-0.5.3-r2.ebuild 821 MD5 ba1097d25a318b0033b7a4a5619d2f25 ChangeLog 3298 diff --git a/net-p2p/qtella/qtella-0.7.0.ebuild b/net-p2p/qtella/qtella-0.7.0.ebuild index edb3bfea2a89..4600f5bda57a 100644 --- a/net-p2p/qtella/qtella-0.7.0.ebuild +++ b/net-p2p/qtella/qtella-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtella/qtella-0.7.0.ebuild,v 1.4 2004/07/02 02:45:53 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtella/qtella-0.7.0.ebuild,v 1.5 2004/07/19 23:33:26 squinky86 Exp $ inherit kde eutils @@ -20,7 +20,9 @@ export MAKEOPTS="$MAKEOPTS -j1" src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/${PV}-nokde.patch + if ! use kde; then + epatch ${FILESDIR}/${PV}-nokde.patch + fi } src_compile() { |