From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1268837-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id BCB3A1382C5
	for <garchives@archives.gentoo.org>; Fri,  9 Apr 2021 09:46:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DC98EE08EB;
	Fri,  9 Apr 2021 09:46:08 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 9BA1BE08EB
	for <gentoo-commits@lists.gentoo.org>; Fri,  9 Apr 2021 09:46:08 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id D422B335D5F
	for <gentoo-commits@lists.gentoo.org>; Fri,  9 Apr 2021 09:46:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C7AE642
	for <gentoo-commits@lists.gentoo.org>; Fri,  9 Apr 2021 09:46:05 +0000 (UTC)
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" <polynomial-c@gentoo.org>
Message-ID: <1617961558.791081b0990db975deb40dd76a99e94e9e111aab.polynomial-c@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.3-r1.ebuild net-im/pidgin/pidgin-2.14.3.ebuild
X-VCS-Directories: net-im/pidgin/
X-VCS-Committer: polynomial-c
X-VCS-Committer-Name: Lars Wendler
X-VCS-Revision: 791081b0990db975deb40dd76a99e94e9e111aab
X-VCS-Branch: master
Date: Fri,  9 Apr 2021 09:46:05 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: eb48d2dc-f207-4e28-bdf0-7b5f329bd763
X-Archives-Hash: 7d407624abbb78a8a5fe0f801def50d5

commit:     791081b0990db975deb40dd76a99e94e9e111aab
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  9 09:45:08 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Apr  9 09:45:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=791081b0

net-im/pidgin: Revbump to fix a logic error in the ebuild

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-im/pidgin/{pidgin-2.14.3.ebuild => pidgin-2.14.3-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/pidgin/pidgin-2.14.3.ebuild b/net-im/pidgin/pidgin-2.14.3-r1.ebuild
similarity index 99%
rename from net-im/pidgin/pidgin-2.14.3.ebuild
rename to net-im/pidgin/pidgin-2.14.3-r1.ebuild
index e1cb616174a..30f6ab348b4 100644
--- a/net-im/pidgin/pidgin-2.14.3.ebuild
+++ b/net-im/pidgin/pidgin-2.14.3-r1.ebuild
@@ -262,7 +262,7 @@ src_install() {
 	fi
 	use perl && perl_delete_localpod
 
-	if use python && use dbus ; then
+	if use python || use dbus ; then
 		python_fix_shebang "${ED}"
 		python_optimize
 	fi