commit: 475a989094815fcf04bcfecfa261c43e4cc7baaf Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed May 13 21:19:28 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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"
