From 671bca9d2a7953259c153eefcbaa5ab29595e9b8 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 27 Jan 2021 19:55:21 +0000 Subject: [PATCH] app-office/kmymoney: Stabilize 5.1.1 amd64, #767169 Signed-off-by: Sam James --- app-office/kmymoney/kmymoney-5.1.1.ebuild | 4 ++-- 1 file 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 79899dc65afdc..ff7be37222e53 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"