commit: 54101f3fe30e00240beca96113fce6566b98ef60 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Oct 17 15:38:49 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Oct 17 15:38:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54101f3f
app-misc/remind: destabilize 04.00.03 for ~ppc Not keyworded for arm,arm64,ppc64 so looks like low priority for ppc, and has failures to stabilization - so might as well simplify the arch. Bug: https://bugs.gentoo.org/940659 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-misc/remind/remind-04.00.03.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/remind/remind-04.00.03.ebuild b/app-misc/remind/remind-04.00.03.ebuild index 3c5ba29f3f58..0b045feaca9d 100644 --- a/app-misc/remind/remind-04.00.03.ebuild +++ b/app-misc/remind/remind-04.00.03.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ SRC_URI="https://salsa.debian.org/dskoll/remind/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="tk" RDEPEND="
