commit: 9819c5fcd2d524c22052528690e999edc3a5044c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 1 15:56:00 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Oct 1 15:56:00 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9819c5fc
[x11-libs/libkscreen] Fix SRC_URI wrt bug #524210.
Package-Manager: portage-2.2.10
---
x11-libs/libkscreen/libkscreen-5.0.95.ebuild | 2 +-
x11-libs/libkscreen/libkscreen-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/libkscreen/libkscreen-5.0.95.ebuild
b/x11-libs/libkscreen/libkscreen-5.0.95.ebuild
index af8f422..7b7fe0b 100644
--- a/x11-libs/libkscreen/libkscreen-5.0.95.ebuild
+++ b/x11-libs/libkscreen/libkscreen-5.0.95.ebuild
@@ -9,7 +9,7 @@ if [[ $PV = *9999* ]]; then
EGIT_BRANCH="frameworks"
KEYWORDS=""
else
- SRC_URI="mirror://kde/unstable/plasma/${PV}/src/${P}.tar.xz"
+ SRC_URI="mirror://kde/unstable/plasma/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
fi
diff --git a/x11-libs/libkscreen/libkscreen-9999.ebuild
b/x11-libs/libkscreen/libkscreen-9999.ebuild
index af8f422..7b7fe0b 100644
--- a/x11-libs/libkscreen/libkscreen-9999.ebuild
+++ b/x11-libs/libkscreen/libkscreen-9999.ebuild
@@ -9,7 +9,7 @@ if [[ $PV = *9999* ]]; then
EGIT_BRANCH="frameworks"
KEYWORDS=""
else
- SRC_URI="mirror://kde/unstable/plasma/${PV}/src/${P}.tar.xz"
+ SRC_URI="mirror://kde/unstable/plasma/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
fi