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/skrooge/
Date: Sat, 26 Feb 2022 18:52:19
Message-Id: 1645901468.20a7da8643a362d48a2edae5a0619e884a7075d9.sam@gentoo
1 commit: 20a7da8643a362d48a2edae5a0619e884a7075d9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 26 18:51:08 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 26 18:51:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a7da86
7
8 app-office/skrooge: Stabilize 2.27.0 amd64, #833840
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-office/skrooge/skrooge-2.27.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-office/skrooge/skrooge-2.27.0.ebuild b/app-office/skrooge/skrooge-2.27.0.ebuild
16 index e1f44f2b9588..0aa9d1fd8fdc 100644
17 --- a/app-office/skrooge/skrooge-2.27.0.ebuild
18 +++ b/app-office/skrooge/skrooge-2.27.0.ebuild
19 @@ -15,7 +15,7 @@ HOMEPAGE="https://skrooge.org/"
20
21 if [[ ${KDE_BUILD_TYPE} = release ]]; then
22 SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
23 - KEYWORDS="~amd64 x86"
24 + KEYWORDS="amd64 x86"
25 fi
26
27 LICENSE="GPL-2"