commit: 1710a04394a6c2b74faa7c01ef521d9b600e16e9 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Feb 18 14:58:01 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Feb 19 18:01:58 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1710a043
kde-misc/plasma-pass: Add release switch Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-misc/plasma-pass/plasma-pass-9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kde-misc/plasma-pass/plasma-pass-9999.ebuild b/kde-misc/plasma-pass/plasma-pass-9999.ebuild index 9cada435d1..cd8cb1d964 100644 --- a/kde-misc/plasma-pass/plasma-pass-9999.ebuild +++ b/kde-misc/plasma-pass/plasma-pass-9999.ebuild @@ -7,6 +7,12 @@ inherit kde5 DESCRIPTION="Plasma applet to access password from pass" HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ https://cgit.kde.org/plasma-pass.git/" + +if [[ ${KDE_BUILD_TYPE} != live ]] ; then + SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" + KEYWORDS="~amd64" +fi + LICENSE="LGPL-2.1+" IUSE=""
