From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1098115838C for ; Tue, 23 Jan 2024 16:40:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 024B42BC042; Tue, 23 Jan 2024 16:40:34 +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 pigeon.gentoo.org (Postfix) with ESMTPS id DA2622BC042 for ; Tue, 23 Jan 2024 16:40:33 +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 E1A9534334A for ; Tue, 23 Jan 2024 16:40:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E219D14C6 for ; Tue, 23 Jan 2024 16:40:28 +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: <1706027960.1719029dd0d77fe8f244bc8559e19e868aaedd55.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/oauth2/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/oauth2/oauth2-0.16.ebuild X-VCS-Directories: app-emacs/oauth2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1719029dd0d77fe8f244bc8559e19e868aaedd55 X-VCS-Branch: master Date: Tue, 23 Jan 2024 16:40:28 +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: cda9e65b-4874-4d8f-a6c7-27e367c3c72b X-Archives-Hash: 1e80ac5c24d4150e1d47ed00ee041b57 commit: 1719029dd0d77fe8f244bc8559e19e868aaedd55 Author: Sam James gentoo org> AuthorDate: Tue Jan 23 16:39:20 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 23 16:39:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1719029d app-emacs/oauth2: Stabilize 0.16 ppc, #922491 Signed-off-by: Sam James gentoo.org> app-emacs/oauth2/oauth2-0.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/oauth2/oauth2-0.16.ebuild b/app-emacs/oauth2/oauth2-0.16.ebuild index c4856bfeb959..9b4c11b62d64 100644 --- a/app-emacs/oauth2/oauth2-0.16.ebuild +++ b/app-emacs/oauth2/oauth2-0.16.ebuild @@ -13,6 +13,6 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86" SITEFILE="50${PN}-gentoo.el"