commit: ed413f906ce3f4c9fc04aaa66684d8824d9c9b22 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Mar 15 11:53:08 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Mar 15 11:55:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed413f90
www-apps/roundup: Destabilize on sparc, due to psycopg Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> www-apps/roundup/roundup-2.2.0.ebuild | 4 ++-- www-apps/roundup/roundup-2.3.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-apps/roundup/roundup-2.2.0.ebuild b/www-apps/roundup/roundup-2.2.0.ebuild index 155a65a9c527..dd1ba31c05b0 100644 --- a/www-apps/roundup/roundup-2.2.0.ebuild +++ b/www-apps/roundup/roundup-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ HOMEPAGE="https://roundup.sourceforge.io https://pypi.org/project/roundup/" LICENSE="MIT ZPL" SLOT="0" -KEYWORDS="amd64 ~ppc sparc x86" +KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="+tz sqlite mysql postgres xapian whoosh ssl jinja pyjwt markdown" RDEPEND=" diff --git a/www-apps/roundup/roundup-2.3.0.ebuild b/www-apps/roundup/roundup-2.3.0.ebuild index 060a507cfcee..e0c8789e5243 100644 --- a/www-apps/roundup/roundup-2.3.0.ebuild +++ b/www-apps/roundup/roundup-2.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ HOMEPAGE="https://roundup.sourceforge.io https://pypi.org/project/roundup/" LICENSE="MIT ZPL" SLOT="0" -KEYWORDS="amd64 ~ppc sparc x86" +KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="+tz sqlite mysql postgres xapian whoosh ssl jinja pyjwt markdown test" RDEPEND="
