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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6111C15802C for ; Fri, 20 Dec 2024 11:22:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 267C5E08A6; Fri, 20 Dec 2024 11:22:00 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFDFBE0887 for ; Fri, 20 Dec 2024 11:21:58 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEBB333BF08 for ; Fri, 20 Dec 2024 11:21:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 394481F64 for ; Fri, 20 Dec 2024 11:21:56 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1734693703.c925b66532c32fbd39e0d5be2b6f72d1f5aa3d32.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-indicator/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/pidgin-indicator/pidgin-indicator-1.0.2.ebuild X-VCS-Directories: x11-plugins/pidgin-indicator/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: c925b66532c32fbd39e0d5be2b6f72d1f5aa3d32 X-VCS-Branch: master Date: Fri, 20 Dec 2024 11:21:56 +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: dc00de7d-579f-4192-8037-2637dd7e77c1 X-Archives-Hash: 44472e08203db148f38d187f60e5dab8 commit: c925b66532c32fbd39e0d5be2b6f72d1f5aa3d32 Author: Pacho Ramos gentoo org> AuthorDate: Fri Dec 20 11:21:07 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Dec 20 11:21:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c925b665 x11-plugins/pidgin-indicator: Fix EmptyGlobalAssignment warning Signed-off-by: Pacho Ramos gentoo.org> x11-plugins/pidgin-indicator/pidgin-indicator-1.0.2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.2.ebuild b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.2.ebuild index 063da242face..4bbf0644ee01 100644 --- a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.2.ebuild +++ b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.2.ebuild @@ -11,7 +11,6 @@ SRC_URI="https://github.com/philipl/pidgin-indicator/releases/download/${PV}/${P LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~riscv" -IUSE="" # No direct gtk3 until pidgin migrates: # https://github.com/philipl/pidgin-indicator/issues/32