From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 837331581B9 for ; Thu, 18 Sep 2025 21:31:27 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6D6AE3421E5 for ; Thu, 18 Sep 2025 21:31:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0A67511057F; Thu, 18 Sep 2025 21:31:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id F362B11057D for ; Thu, 18 Sep 2025 21:31:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A999434236F for ; Thu, 18 Sep 2025 21:31:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E1F539F9 for ; Thu, 18 Sep 2025 21:31:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1758230965.6d36477b4abfa9f4f027f8b907b5a09c28c0ef77.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/xfce4-terminal/xfce4-terminal-1.1.5.ebuild X-VCS-Directories: x11-terms/xfce4-terminal/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6d36477b4abfa9f4f027f8b907b5a09c28c0ef77 X-VCS-Branch: master Date: Thu, 18 Sep 2025 21:31:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 54d76f78-488d-469d-9b56-21ee653b2266 X-Archives-Hash: dd9d222e9cc34ac99eb51872281e48e3 commit: 6d36477b4abfa9f4f027f8b907b5a09c28c0ef77 Author: Sam James gentoo org> AuthorDate: Thu Sep 18 21:28:15 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 18 21:29:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d36477b x11-terms/xfce4-terminal: Stabilize 1.1.5 ppc, #953573 Signed-off-by: Sam James gentoo.org> x11-terms/xfce4-terminal/xfce4-terminal-1.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.5.ebuild b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.5.ebuild index ae59868a8df2..5ae6811c1547 100644 --- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.5.ebuild +++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.5.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" IUSE="utempter wayland X" REQUIRED_USE="|| ( wayland X )"