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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88F2E138334 for ; Mon, 19 Aug 2019 09:19:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A83B9E0877; Mon, 19 Aug 2019 09:19:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8EE31E0877 for ; Mon, 19 Aug 2019 09:19:50 +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 A8D96349E1F for ; Mon, 19 Aug 2019 09:19:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 377484D3 for ; Mon, 19 Aug 2019 09:19:48 +0000 (UTC) From: "Hanno Boeck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Boeck" Message-ID: <1566206364.af867e27bfc163708aa1f91e1cbdf035a77480bf.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/gajim/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/gajim/gajim-1.0.3-r1.ebuild net-im/gajim/gajim-1.0.3.ebuild net-im/gajim/gajim-1.1.3.ebuild X-VCS-Directories: net-im/gajim/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Boeck X-VCS-Revision: af867e27bfc163708aa1f91e1cbdf035a77480bf X-VCS-Branch: master Date: Mon, 19 Aug 2019 09:19:48 +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: 4fc4bece-9e17-429d-8379-4f16edb9fc4f X-Archives-Hash: 316a799acdfd82cdcd326204e0af9d86 commit: af867e27bfc163708aa1f91e1cbdf035a77480bf Author: Hanno gentoo org> AuthorDate: Mon Aug 19 09:19:24 2019 +0000 Commit: Hanno Boeck gentoo org> CommitDate: Mon Aug 19 09:19:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af867e27 net-im/gajim: Fix wrong PYTHON_USEDEP. Closes: https://bugs.gentoo.org/691418 Signed-off-by: Hanno Boeck gentoo.org> Package-Manager: Portage-2.3.72, Repoman-2.3.17 net-im/gajim/gajim-1.0.3-r1.ebuild | 2 +- net-im/gajim/gajim-1.0.3.ebuild | 2 +- net-im/gajim/gajim-1.1.3.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-im/gajim/gajim-1.0.3-r1.ebuild b/net-im/gajim/gajim-1.0.3-r1.ebuild index a59f5e9ad7f..0ea841d01b3 100644 --- a/net-im/gajim/gajim-1.0.3-r1.ebuild +++ b/net-im/gajim/gajim-1.0.3-r1.ebuild @@ -21,7 +21,7 @@ IUSE="+crypt geolocation jingle keyring networkmanager remote rst +spell upnp +webp" COMMON_DEPEND=" - dev-libs/gobject-introspection[cairo,${PYTHON_USEDEP}] + dev-libs/gobject-introspection[cairo] >=x11-libs/gtk+-3.22:3[introspection]" DEPEND="${COMMON_DEPEND} app-arch/unzip diff --git a/net-im/gajim/gajim-1.0.3.ebuild b/net-im/gajim/gajim-1.0.3.ebuild index 719d5ddebbd..0727b7f841e 100644 --- a/net-im/gajim/gajim-1.0.3.ebuild +++ b/net-im/gajim/gajim-1.0.3.ebuild @@ -21,7 +21,7 @@ IUSE="+crypt geolocation jingle keyring networkmanager remote rst +spell upnp +webp" COMMON_DEPEND=" - dev-libs/gobject-introspection[cairo,${PYTHON_USEDEP}] + dev-libs/gobject-introspection[cairo] >=x11-libs/gtk+-3.22:3[introspection]" DEPEND="${COMMON_DEPEND} app-arch/unzip diff --git a/net-im/gajim/gajim-1.1.3.ebuild b/net-im/gajim/gajim-1.1.3.ebuild index 1548f5c281d..0a7ad71cae6 100644 --- a/net-im/gajim/gajim-1.1.3.ebuild +++ b/net-im/gajim/gajim-1.1.3.ebuild @@ -21,7 +21,7 @@ IUSE="+crypt geolocation jingle networkmanager remote rst +spell upnp +webp" COMMON_DEPEND=" - dev-libs/gobject-introspection[cairo,${PYTHON_USEDEP}] + dev-libs/gobject-introspection[cairo] >=x11-libs/gtk+-3.22:3[introspection]" DEPEND="${COMMON_DEPEND} app-arch/unzip