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 01662138350 for ; Sun, 9 Feb 2020 16:18:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02D6FE0806; Sun, 9 Feb 2020 16:18:20 +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 E1102E0806 for ; Sun, 9 Feb 2020 16:18:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1F7BF34E742 for ; Sun, 9 Feb 2020 16:18:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE90912C for ; Sun, 9 Feb 2020 16:18:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581265053.82f88dbce5a91df90ebb9e0f72be255b4ebca9c7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-latex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild app-vim/vim-latex/vim-latex-1.10.0.ebuild X-VCS-Directories: app-vim/vim-latex/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 82f88dbce5a91df90ebb9e0f72be255b4ebca9c7 X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:18:17 +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: 4f8d6ba4-6f93-4f0a-bbee-d26f53c23b8f X-Archives-Hash: e616b15356b0304a2adb57dca8a6ccd4 commit: 82f88dbce5a91df90ebb9e0f72be255b4ebca9c7 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 12:15:59 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:17:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f88dbc app-vim/vim-latex: Switch to PYTHON_SINGLE_USEDEP Signed-off-by: Michał Górny gentoo.org> .../vim-latex/{vim-latex-1.10.0.ebuild => vim-latex-1.10.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/vim-latex/vim-latex-1.10.0.ebuild b/app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild similarity index 93% rename from app-vim/vim-latex/vim-latex-1.10.0.ebuild rename to app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild index 58de37ae255..3543ff2aafe 100644 --- a/app-vim/vim-latex/vim-latex-1.10.0.ebuild +++ b/app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild @@ -18,8 +18,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} || ( - app-editors/vim[python,${PYTHON_USEDEP}] - app-editors/gvim[python,${PYTHON_USEDEP}] + app-editors/vim[python,${PYTHON_SINGLE_USEDEP}] + app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}] ) virtual/latex-base !app-vim/vimtex"