Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/
Date: Wed, 27 Jan 2021 19:55:43
Message-Id: 1611777321.671bca9d2a7953259c153eefcbaa5ab29595e9b8.sam@gentoo
1 commit: 671bca9d2a7953259c153eefcbaa5ab29595e9b8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 19:55:21 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 19:55:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=671bca9d
7
8 app-office/kmymoney: Stabilize 5.1.1 amd64, #767169
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-office/kmymoney/kmymoney-5.1.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-office/kmymoney/kmymoney-5.1.1.ebuild b/app-office/kmymoney/kmymoney-5.1.1.ebuild
16 index 79899dc65af..ff7be37222e 100644
17 --- a/app-office/kmymoney/kmymoney-5.1.1.ebuild
18 +++ b/app-office/kmymoney/kmymoney-5.1.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -17,7 +17,7 @@ HOMEPAGE="https://kmymoney.org/"
26
27 if [[ ${KDE_BUILD_TYPE} = release ]]; then
28 SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
29 - KEYWORDS="~amd64 ~x86"
30 + KEYWORDS="amd64 ~x86"
31 fi
32
33 LICENSE="GPL-2"