From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8703B13835A for ; Wed, 13 May 2020 22:26:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80BE0E0957; Wed, 13 May 2020 22:02:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 467EAE0957 for ; Wed, 13 May 2020 22:02:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10C6E34FD02 for ; Wed, 13 May 2020 22:01:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57D0D235 for ; Wed, 13 May 2020 22:01:28 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1589407273.475a989094815fcf04bcfecfa261c43e4cc7baaf.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/plasma-wayland-protocols/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild X-VCS-Directories: dev-libs/plasma-wayland-protocols/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 475a989094815fcf04bcfecfa261c43e4cc7baaf X-VCS-Branch: master Date: Wed, 13 May 2020 22:01:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f3d7442e-cbea-4291-97e4-b433774c26c9 X-Archives-Hash: be85e28fd1add19fb63a8d58950ef9cf commit: 475a989094815fcf04bcfecfa261c43e4cc7baaf Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 13 21:19:28 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 13 22:01:13 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=475a9890 dev-libs/plasma-wayland-protocols: Add release switch Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> .../plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild index 0767a6e676..935cdef76d 100644 --- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild @@ -10,9 +10,12 @@ inherit ecm kde.org DESCRIPTION="Plasma Specific Protocols for Wayland" HOMEPAGE="https://cgit.kde.org/plasma-wayland-protocols.git" +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" + KEYWORDS="~amd64" +fi + LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="" -IUSE="" RDEPEND="!kde-frameworks/plasma-wayland-protocols"