From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 99DA61387D4 for ; Fri, 1 Feb 2013 19:42:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F951E035C; Fri, 1 Feb 2013 19:42:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 282B7E035C for ; Fri, 1 Feb 2013 19:42:32 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C14933DCD3 for ; Fri, 1 Feb 2013 19:42:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 97758E4073 for ; Fri, 1 Feb 2013 19:42:28 +0000 (UTC) From: "Ben de Groot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben de Groot" Message-ID: <1359747736.f21148abe4d6349eb2aeb82ddb0dbdcd4848d4ce.yngwin@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-9999.ebuild X-VCS-Directories: app-editors/vim-qt/ X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot X-VCS-Revision: f21148abe4d6349eb2aeb82ddb0dbdcd4848d4ce X-VCS-Branch: master Date: Fri, 1 Feb 2013 19:42: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: 2dc79d80-3ce7-4761-b25f-93c1b555c48e X-Archives-Hash: 63b86cb1862c453edd7a0b5c46831278 commit: f21148abe4d6349eb2aeb82ddb0dbdcd4848d4ce Author: Ben de Groot gmail com> AuthorDate: Fri Feb 1 19:42:16 2013 +0000 Commit: Ben de Groot gentoo org> CommitDate: Fri Feb 1 19:42:16 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f21148ab app-editors/vim-qt: we need flag-o-matic after all --- app-editors/vim-qt/vim-qt-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app-editors/vim-qt/vim-qt-9999.ebuild b/app-editors/vim-qt/vim-qt-9999.ebuild index 6b08006..56867eb 100644 --- a/app-editors/vim-qt/vim-qt-9999.ebuild +++ b/app-editors/vim-qt/vim-qt-9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7} ) PYTHON_REQ_USE="threads" -inherit eutils fdo-mime python-any-r1 +inherit eutils fdo-mime flag-o-matic python-any-r1 DESCRIPTION="Qt GUI version of the Vim text editor" HOMEPAGE="https://bitbucket.org/equalsraf/vim-qt/wiki/Home"