Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/plasma-wayland-protocols/
Date: Wed, 13 May 2020 22:26:46
Message-Id: 1589407273.475a989094815fcf04bcfecfa261c43e4cc7baaf.asturm@gentoo
1 commit: 475a989094815fcf04bcfecfa261c43e4cc7baaf
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 13 21:19:28 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 13 22:01:13 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=475a9890
7
8 dev-libs/plasma-wayland-protocols: Add release switch
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild | 7 +++++--
14 1 file changed, 5 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
17 index 0767a6e676..935cdef76d 100644
18 --- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
19 +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
20 @@ -10,9 +10,12 @@ inherit ecm kde.org
21 DESCRIPTION="Plasma Specific Protocols for Wayland"
22 HOMEPAGE="https://cgit.kde.org/plasma-wayland-protocols.git"
23
24 +if [[ ${KDE_BUILD_TYPE} = release ]]; then
25 + SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
26 + KEYWORDS="~amd64"
27 +fi
28 +
29 LICENSE="LGPL-2.1"
30 SLOT="0"
31 -KEYWORDS=""
32 -IUSE=""
33
34 RDEPEND="!kde-frameworks/plasma-wayland-protocols"