diff options
author | Sam James <sam@gentoo.org> | 2021-01-27 19:55:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-27 19:55:21 +0000 |
commit | 671bca9d2a7953259c153eefcbaa5ab29595e9b8 (patch) | |
tree | 31d23a18aa99bd33153a6e841904b0f8ff692266 /app-office/kmymoney | |
parent | media-libs/mlt: Drop 6.22.1-r1 (diff) | |
download | gentoo-671bca9d2a7953259c153eefcbaa5ab29595e9b8.tar.gz gentoo-671bca9d2a7953259c153eefcbaa5ab29595e9b8.tar.bz2 gentoo-671bca9d2a7953259c153eefcbaa5ab29595e9b8.zip |
app-office/kmymoney: Stabilize 5.1.1 amd64, #767169
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office/kmymoney')
-rw-r--r-- | app-office/kmymoney/kmymoney-5.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/kmymoney/kmymoney-5.1.1.ebuild b/app-office/kmymoney/kmymoney-5.1.1.ebuild index 79899dc65afd..ff7be37222e5 100644 --- a/app-office/kmymoney/kmymoney-5.1.1.ebuild +++ b/app-office/kmymoney/kmymoney-5.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ HOMEPAGE="https://kmymoney.org/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-2" |