From 589154b7c1b50fdf6d2be2810c05adb4b4e920a9 Mon Sep 17 00:00:00 2001 From: "Volkmar W. Pogatzki" Date: Mon, 6 Jan 2025 09:16:57 +0100 Subject: [PATCH] dev-java/saslprep: destabilize 1.1-r2 for ~ppc64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is no consumer which would need this package marked stable on ppc64. Signed-off-by: Volkmar W. Pogatzki Closes: https://github.com/gentoo/gentoo/pull/40003 Signed-off-by: Miroslav Ć ulc --- dev-java/saslprep/saslprep-1.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/saslprep/saslprep-1.1-r2.ebuild b/dev-java/saslprep/saslprep-1.1-r2.ebuild index 71127be41c2e7..adebf53a875d6 100644 --- a/dev-java/saslprep/saslprep-1.1-r2.ebuild +++ b/dev-java/saslprep/saslprep-1.1-r2.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 @@ -14,7 +14,7 @@ SRC_URI="https://repo1.maven.org/maven2/com/ongres/stringprep/saslprep/${PV}/sas LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ppc64" +KEYWORDS="amd64 ~ppc64" CP_DEPEND="~dev-java/stringprep-${PV}:0" DEPEND=">=virtual/jdk-1.8:*