commit: 2f3ce57a875cdae113242a4cdc0a25c59495fac6 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Nov 22 19:34:38 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Nov 23 11:36:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3ce57a
app-office/skrooge: unkeyword ~x86 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-office/skrooge/skrooge-2.32.0-r1.ebuild | 2 +- app-office/skrooge/skrooge-2.33.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/skrooge/skrooge-2.32.0-r1.ebuild b/app-office/skrooge/skrooge-2.32.0-r1.ebuild index 2160c21eb99f..1dfdc629f33c 100644 --- a/app-office/skrooge/skrooge-2.32.0-r1.ebuild +++ b/app-office/skrooge/skrooge-2.32.0-r1.ebuild @@ -14,7 +14,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" fi LICENSE="GPL-2" diff --git a/app-office/skrooge/skrooge-2.33.0.ebuild b/app-office/skrooge/skrooge-2.33.0.ebuild index e683bbf5239f..b29172265d66 100644 --- a/app-office/skrooge/skrooge-2.33.0.ebuild +++ b/app-office/skrooge/skrooge-2.33.0.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://skrooge.org/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz https://dev.gentoo.org/~asturm/distfiles/${P}-cmake.patch.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64" fi LICENSE="GPL-2"
