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 E0B701584AD for ; Sat, 26 Apr 2025 02:08:10 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C8DB3343018 for ; Sat, 26 Apr 2025 02:08:10 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3DD301104B8; Sat, 26 Apr 2025 02:08:06 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3354D1104B8 for ; Sat, 26 Apr 2025 02:08:06 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCD55342FB6 for ; Sat, 26 Apr 2025 02:08:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73E012547 for ; Sat, 26 Apr 2025 02:08:04 +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: <1745633253.cda814de2f0a60f69e42161dda6d51d24dfbdb81.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xwallpaper/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xwallpaper/xwallpaper-0.7.6.ebuild X-VCS-Directories: x11-misc/xwallpaper/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cda814de2f0a60f69e42161dda6d51d24dfbdb81 X-VCS-Branch: master Date: Sat, 26 Apr 2025 02:08:04 +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: 427ff9b0-5dcd-47c4-8d0f-7149b73e0a97 X-Archives-Hash: 8eadd62d3c48a4ccc5122fe2744e7803 commit: cda814de2f0a60f69e42161dda6d51d24dfbdb81 Author: Sam James gentoo org> AuthorDate: Sat Apr 26 02:07:33 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 26 02:07:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda814de x11-misc/xwallpaper: Stabilize 0.7.6 ppc64, #954422 Signed-off-by: Sam James gentoo.org> x11-misc/xwallpaper/xwallpaper-0.7.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/xwallpaper/xwallpaper-0.7.6.ebuild b/x11-misc/xwallpaper/xwallpaper-0.7.6.ebuild index 128c281b5e96..ba11eb77dc69 100644 --- a/x11-misc/xwallpaper/xwallpaper-0.7.6.ebuild +++ b/x11-misc/xwallpaper/xwallpaper-0.7.6.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/stoeckmann/${PN}.git" else SRC_URI="https://github.com/stoeckmann/${PN}/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="amd64 arm64 ~ppc64 x86" + KEYWORDS="amd64 arm64 ppc64 x86" fi LICENSE="ISC"