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 4E4EB138334 for ; Thu, 29 Nov 2018 19:48:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FEB2E0729; Thu, 29 Nov 2018 19:48:39 +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 17405E0729 for ; Thu, 29 Nov 2018 19:48:39 +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 F0FB0335C8C for ; Thu, 29 Nov 2018 19:48:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5815445 for ; Thu, 29 Nov 2018 19:48:35 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1543520903.4ec4664edd6daa166ac2d89a1994ed17be3bd1a5.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/vim/vim-8.1.0412-r1.ebuild app-editors/vim/vim-9999.ebuild X-VCS-Directories: app-editors/vim/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 4ec4664edd6daa166ac2d89a1994ed17be3bd1a5 X-VCS-Branch: master Date: Thu, 29 Nov 2018 19:48:35 +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: 5a511158-1b9a-4469-b3aa-bf9de9ddf0c5 X-Archives-Hash: 1c87e11527910549414fe840acc6effb commit: 4ec4664edd6daa166ac2d89a1994ed17be3bd1a5 Author: Craig Andrews gentoo org> AuthorDate: Mon Nov 26 20:36:18 2018 +0000 Commit: Craig Andrews gentoo org> CommitDate: Thu Nov 29 19:48:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec4664e app-editors/vim: EAPI=7, Add python 3.7 Note that there isn't a threads use flag on Python any more See 6cf4e0ed Closes: https://bugs.gentoo.org/672016 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Craig Andrews gentoo.org> app-editors/vim/{vim-9999.ebuild => vim-8.1.0412-r1.ebuild} | 8 ++++---- app-editors/vim/vim-9999.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-8.1.0412-r1.ebuild similarity index 98% copy from app-editors/vim/vim-9999.ebuild copy to app-editors/vim/vim-8.1.0412-r1.ebuild index 542c71f1871..0b199842bec 100644 --- a/app-editors/vim/vim-9999.ebuild +++ b/app-editors/vim/vim-8.1.0412-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 VIM_VERSION="8.1" -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -PYTHON_REQ_USE="threads" +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) +PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby23 ruby24 ruby25" inherit vim-doc flag-o-matic bash-completion-r1 python-single-r1 ruby-single desktop diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild index 542c71f1871..0b199842bec 100644 --- a/app-editors/vim/vim-9999.ebuild +++ b/app-editors/vim/vim-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 VIM_VERSION="8.1" -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -PYTHON_REQ_USE="threads" +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) +PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby23 ruby24 ruby25" inherit vim-doc flag-o-matic bash-completion-r1 python-single-r1 ruby-single desktop