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 D58BB13952D for ; Fri, 28 Oct 2016 19:22:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 911A821C039; Fri, 28 Oct 2016 19:22:16 +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 7924721C039 for ; Fri, 28 Oct 2016 19:22:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39D0E341672 for ; Fri, 28 Oct 2016 19:22:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A6C3249D for ; Fri, 28 Oct 2016 19:22:12 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1477682518.ca1b4b22916f52b3d19a0262d6b99cc43f775bc8.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: app-editors/vim-qt/ X-VCS-Repository: proj/qt X-VCS-Files: app-editors/vim-qt/vim-qt-99999999.ebuild X-VCS-Directories: app-editors/vim-qt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ca1b4b22916f52b3d19a0262d6b99cc43f775bc8 X-VCS-Branch: master Date: Fri, 28 Oct 2016 19:22:12 +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: 6164d73e-e697-464e-addf-d50946fb70e6 X-Archives-Hash: 107ab8699906b862e8aca8e1b97c7aee commit: ca1b4b22916f52b3d19a0262d6b99cc43f775bc8 Author: Michael Palimaka gentoo org> AuthorDate: Fri Oct 28 19:20:57 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Oct 28 19:21:58 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ca1b4b22 app-editors/vim-qt: EAPI 6 Package-Manager: portage-2.3.2 app-editors/vim-qt/vim-qt-99999999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-editors/vim-qt/vim-qt-99999999.ebuild b/app-editors/vim-qt/vim-qt-99999999.ebuild index 7443cd1..a4ecc62 100644 --- a/app-editors/vim-qt/vim-qt-99999999.ebuild +++ b/app-editors/vim-qt/vim-qt-99999999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) PYTHON_REQ_USE="threads" @@ -58,6 +58,7 @@ pkg_setup() { } src_prepare() { + default # Read vimrc from /etc/vim/ echo '#define SYS_VIMRC_FILE "'${EPREFIX}'/etc/vim/vimrc"' >> "${S}"/src/feature.h }