aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-10-15 02:05:19 +0200
committerJohannes Huber <johu@gentoo.org>2013-10-15 02:05:54 +0200
commit651ae0c829bf1ecabc31786263ca9a4379ff8bee (patch)
tree05fcf04c4ee5096894badc558e6803ec76812d1d /media-video
parent[app-office/akonadi-server] Needs qt-4.8.5 or the postgres backend breaks hor... (diff)
downloadkde-651ae0c829bf1ecabc31786263ca9a4379ff8bee.tar.gz
kde-651ae0c829bf1ecabc31786263ca9a4379ff8bee.tar.bz2
kde-651ae0c829bf1ecabc31786263ca9a4379ff8bee.zip
[media-video/plasma-mediacenter] Fix build by use custom S only in releases.
Package-Manager: portage-2.2.7
Diffstat (limited to 'media-video')
-rw-r--r--media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild b/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild
index bf06cf0aa7..aca0902bed 100644
--- a/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild
+++ b/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild
@@ -14,6 +14,7 @@ HOMEPAGE="http://www.kde.org/ http://community.kde.org/Plasma/Plasma_Media_Cente
if [[ ${KDE_BUILD_TYPE} != live ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
+ S=${WORKDIR}/${PN}
fi
LICENSE="GPL-2+"
@@ -27,5 +28,3 @@ DEPEND="
media-libs/taglib
"
RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PN}