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 3D02D139694 for ; Sat, 27 May 2017 15:19:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77BF921C0AB; Sat, 27 May 2017 15:19:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5A56321C0AB for ; Sat, 27 May 2017 15:19:33 +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 A88CA34168E for ; Sat, 27 May 2017 15:19:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1661746B for ; Sat, 27 May 2017 15:19:28 +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: <1495898359.8e4ff0b647472a185e1f37122963c2cd4af9ca81.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/gundo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/gundo/gundo-2.6.1.ebuild X-VCS-Directories: app-vim/gundo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8e4ff0b647472a185e1f37122963c2cd4af9ca81 X-VCS-Branch: master Date: Sat, 27 May 2017 15:19:28 +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: 4c710bc0-e8e6-4cc4-8957-db298c8aa033 X-Archives-Hash: 1730aa1f115376e59df167c0539ae907 commit: 8e4ff0b647472a185e1f37122963c2cd4af9ca81 Author: Michał Górny gentoo org> AuthorDate: Fri Apr 21 16:10:54 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 27 15:19:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4ff0b6 app-vim/gundo: Add missing [python] USE-dep on vim app-vim/gundo/gundo-2.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild index 5079a861249..1c78d498b95 100644 --- a/app-vim/gundo/gundo-2.6.1.ebuild +++ b/app-vim/gundo/gundo-2.6.1.ebuild @@ -17,8 +17,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" || ( - app-editors/vim[${PYTHON_USEDEP}] - app-editors/gvim[${PYTHON_USEDEP}] + app-editors/vim[python,${PYTHON_USEDEP}] + app-editors/gvim[python,${PYTHON_USEDEP}] ) ${PYTHON_DEPS}"