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 E31F1158043 for ; Fri, 19 Apr 2024 10:46:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B488E29F5; Fri, 19 Apr 2024 10:46:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 81108E29F5 for ; Fri, 19 Apr 2024 10:46:15 +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 CA46E34348D for ; Fri, 19 Apr 2024 10:46:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58C391731 for ; Fri, 19 Apr 2024 10:46:12 +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: <1713523546.8efbb4b239956df3c9e64e23284d04e202c91473.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-birthday-reminder/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.13.ebuild X-VCS-Directories: x11-plugins/pidgin-birthday-reminder/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8efbb4b239956df3c9e64e23284d04e202c91473 X-VCS-Branch: master Date: Fri, 19 Apr 2024 10:46:12 +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: fbf284ad-96dc-4766-8b93-e088f51eeb30 X-Archives-Hash: af7dcf149349879480ef72e97f5567bc commit: 8efbb4b239956df3c9e64e23284d04e202c91473 Author: Sam James gentoo org> AuthorDate: Fri Apr 19 10:45:46 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 19 10:45:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8efbb4b2 x11-plugins/pidgin-birthday-reminder: Stabilize 1.13 x86, #930231 Signed-off-by: Sam James gentoo.org> .../pidgin-birthday-reminder/pidgin-birthday-reminder-1.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.13.ebuild b/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.13.ebuild index c1f3b805dca2..ce01c806d440 100644 --- a/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.13.ebuild +++ b/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.13.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/kgraefe/pidgin-birthday-reminder/releases/download/v LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~riscv ~x86" +KEYWORDS="amd64 ~riscv x86" IUSE="static-libs" RDEPEND="net-im/pidgin:=[gtk]"