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 61E62138334 for ; Sun, 21 Oct 2018 21:12:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DB34E0885; Sun, 21 Oct 2018 21:12:24 +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 03181E0885 for ; Sun, 21 Oct 2018 21:12:23 +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 23B1C335D00 for ; Sun, 21 Oct 2018 21:12:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E897443C for ; Sun, 21 Oct 2018 21:12:18 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1540156303.4d9befe14a13d8ab6e82e2756be5e4bda98022d8.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/weechat/weechat-9999.ebuild X-VCS-Directories: net-irc/weechat/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 4d9befe14a13d8ab6e82e2756be5e4bda98022d8 X-VCS-Branch: master Date: Sun, 21 Oct 2018 21:12:18 +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: de885d9f-561e-41f8-860b-8229fb657fde X-Archives-Hash: 308c6d1eb00547b18771266129555a58 commit: 4d9befe14a13d8ab6e82e2756be5e4bda98022d8 Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Oct 21 21:11:24 2018 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Oct 21 21:11:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9befe1 net-irc/weechat: sync live ebuild Signed-off-by: Georgy Yakovlev gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-irc/weechat/weechat-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild index ee7ec6e3f6b..f7ef20c9a4b 100644 --- a/net-irc/weechat/weechat-9999.ebuild +++ b/net-irc/weechat/weechat-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) CMAKE_MAKEFILE_GENERATOR=emake inherit cmake-utils gnome2-utils python-single-r1