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 6E424139695 for ; Fri, 26 May 2017 22:54:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C635421C039; Fri, 26 May 2017 22:54:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9473421C028 for ; Fri, 26 May 2017 22:54:25 +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 6679A3416AF for ; Fri, 26 May 2017 22:54:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5949745D for ; Fri, 26 May 2017 22:54:22 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1495839179.d53c64c4792f69e34b9780eb23dcc489cfab308a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/weechat/weechat-1.7.1.ebuild X-VCS-Directories: net-irc/weechat/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d53c64c4792f69e34b9780eb23dcc489cfab308a X-VCS-Branch: master Date: Fri, 26 May 2017 22:54:22 +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-Archives-Salt: fb73dbad-8b6a-4d2e-90c6-79c6a3b3a3a1 X-Archives-Hash: 125cb16b0a6e1679698ad41568c1f755 commit: d53c64c4792f69e34b9780eb23dcc489cfab308a Author: David Seifert gentoo org> AuthorDate: Fri May 26 22:08:33 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri May 26 22:52:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53c64c4 net-irc/weechat: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.6, Repoman-2.3.2 net-irc/weechat/weechat-1.7.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-irc/weechat/weechat-1.7.1.ebuild b/net-irc/weechat/weechat-1.7.1.ebuild index 6e8c0992405..670c755cecc 100644 --- a/net-irc/weechat/weechat-1.7.1.ebuild +++ b/net-irc/weechat/weechat-1.7.1.ebuild @@ -26,6 +26,7 @@ PLUGINS="+alias +charset +exec +fifo +logger +relay +scripts +spell +trigger +xf SCRIPT_LANGS="guile lua +perl +python ruby tcl" LANGS=" cs de es fr hu it ja pl pt pt_BR ru tr" IUSE="doc nls +ssl test ${LANGS// / linguas_} ${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} ${NETWORKS}" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" dev-libs/libgcrypt:0=