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 B9F0C15849D for ; Wed, 29 May 2024 06:26:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80E68E29F0; Wed, 29 May 2024 06:26:48 +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 61064E29F0 for ; Wed, 29 May 2024 06:26:48 +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 70EBA335D63 for ; Wed, 29 May 2024 06:26:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC9C3D for ; Wed, 29 May 2024 06:26:45 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1716963945.dea1d5b1be974e2984bf3295398e2684339a1183.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/pidgin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/pidgin/pidgin-2.14.13.ebuild X-VCS-Directories: net-im/pidgin/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: dea1d5b1be974e2984bf3295398e2684339a1183 X-VCS-Branch: master Date: Wed, 29 May 2024 06:26:45 +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: 619a5f63-b099-4f99-ab0c-c5895fbb633e X-Archives-Hash: 23d6d2e608c363dff64369c2eb4314ce commit: dea1d5b1be974e2984bf3295398e2684339a1183 Author: Jakov Smolić gentoo org> AuthorDate: Wed May 29 06:25:45 2024 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Wed May 29 06:25:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea1d5b1 net-im/pidgin: Stabilize 2.14.13 amd64, #933008 Signed-off-by: Jakov Smolić gentoo.org> net-im/pidgin/pidgin-2.14.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/pidgin/pidgin-2.14.13.ebuild b/net-im/pidgin/pidgin-2.14.13.ebuild index f82f5596d90a..0111ef3c8b07 100644 --- a/net-im/pidgin/pidgin-2.14.13.ebuild +++ b/net-im/pidgin/pidgin-2.14.13.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0/2" # libpurple version -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ppc ~ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ppc ~ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux" # The new gui useflag depends on the gtk useflag, as most pidgin plugins depend # on the gtk flag. As soon as all plugins have been updated to use the new # gui flag, the gtk flag can get removed.