diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-05 00:00:36 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-05 00:00:36 +0100 |
commit | 84c806ef987ebd01599aa9717fba02f73a47e868 (patch) | |
tree | 7eacfddce467f1578ec64c05a9b7264399c8ff12 /kde-misc/plasma-pass | |
parent | sys-apps/openrc: stable 0.42.1 for ia64, bug #704600 (diff) | |
download | gentoo-84c806ef987ebd01599aa9717fba02f73a47e868.tar.gz gentoo-84c806ef987ebd01599aa9717fba02f73a47e868.tar.bz2 gentoo-84c806ef987ebd01599aa9717fba02f73a47e868.zip |
kde-misc/plasma-pass: 1.1.0 amd64 stable
Closes: https://bugs.gentoo.org/703776
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc/plasma-pass')
-rw-r--r-- | kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild b/kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild index e3e3a0e453e4..78ddaa09b2c7 100644 --- a/kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild +++ b/kde-misc/plasma-pass/plasma-pass-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ https://cgit.kde.org/plasm if [[ ${KDE_BUILD_TYPE} != live ]] ; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi LICENSE="LGPL-2.1+" |