Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/
Date: Wed, 01 Oct 2014 15:56:15
Message-Id: 1412178960.9819c5fcd2d524c22052528690e999edc3a5044c.kensington@gentoo
1 commit: 9819c5fcd2d524c22052528690e999edc3a5044c
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 1 15:56:00 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 1 15:56:00 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9819c5fc
7
8 [x11-libs/libkscreen] Fix SRC_URI wrt bug #524210.
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 x11-libs/libkscreen/libkscreen-5.0.95.ebuild | 2 +-
14 x11-libs/libkscreen/libkscreen-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-libs/libkscreen/libkscreen-5.0.95.ebuild b/x11-libs/libkscreen/libkscreen-5.0.95.ebuild
18 index af8f422..7b7fe0b 100644
19 --- a/x11-libs/libkscreen/libkscreen-5.0.95.ebuild
20 +++ b/x11-libs/libkscreen/libkscreen-5.0.95.ebuild
21 @@ -9,7 +9,7 @@ if [[ $PV = *9999* ]]; then
22 EGIT_BRANCH="frameworks"
23 KEYWORDS=""
24 else
25 - SRC_URI="mirror://kde/unstable/plasma/${PV}/src/${P}.tar.xz"
26 + SRC_URI="mirror://kde/unstable/plasma/${PV}/${P}.tar.xz"
27 KEYWORDS="~amd64 ~x86"
28 fi
29
30
31 diff --git a/x11-libs/libkscreen/libkscreen-9999.ebuild b/x11-libs/libkscreen/libkscreen-9999.ebuild
32 index af8f422..7b7fe0b 100644
33 --- a/x11-libs/libkscreen/libkscreen-9999.ebuild
34 +++ b/x11-libs/libkscreen/libkscreen-9999.ebuild
35 @@ -9,7 +9,7 @@ if [[ $PV = *9999* ]]; then
36 EGIT_BRANCH="frameworks"
37 KEYWORDS=""
38 else
39 - SRC_URI="mirror://kde/unstable/plasma/${PV}/src/${P}.tar.xz"
40 + SRC_URI="mirror://kde/unstable/plasma/${PV}/${P}.tar.xz"
41 KEYWORDS="~amd64 ~x86"
42 fi