diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-05 23:51:43 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-07 11:14:10 +0100 |
commit | 5f169cb46cbb232180c122a167efa22876d6de3c (patch) | |
tree | dcb19c83f09dfb368c5f74d0faf08385c5e69130 /app-office/skrooge | |
parent | app-office/kmymoney: destabilize 5.1.3 for ~x86 (diff) | |
download | gentoo-5f169cb46cbb232180c122a167efa22876d6de3c.tar.gz gentoo-5f169cb46cbb232180c122a167efa22876d6de3c.tar.bz2 gentoo-5f169cb46cbb232180c122a167efa22876d6de3c.zip |
app-office/skrooge: destabilize 2.28.0 for ~x86
Bug: https://bugs.gentoo.org/893234
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/skrooge')
-rw-r--r-- | app-office/skrooge/skrooge-2.28.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/skrooge/skrooge-2.28.0.ebuild b/app-office/skrooge/skrooge-2.28.0.ebuild index 48aba00decca..b0ff7b75cd28 100644 --- a/app-office/skrooge/skrooge-2.28.0.ebuild +++ b/app-office/skrooge/skrooge-2.28.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ HOMEPAGE="https://skrooge.org/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-2" |