app-vim/vim-autoclose: remove DEPEND/RDEPEND.
authorPatrice Clement <monsieurp@gentoo.org>
Tue, 28 Feb 2017 08:45:55 +0000 (09:45 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 28 Feb 2017 08:45:55 +0000 (09:45 +0100)
These should be no dependency whatsoever.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

app-vim/vim-autoclose/vim-autoclose-2.0.ebuild

index f3f5770eb2e11cf29b207c70718549f497b5c6f9..9731bbec6d3bad3635a13ccd4511aae1213d6512 100644 (file)
@@ -1,7 +1,6 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
-
 EAPI=6
 
 inherit vim-plugin
@@ -12,9 +11,6 @@ SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
 LICENSE="vim"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 
-DEPEND="app-arch/unzip"
-RDEPEND="${DEPEND}"
-
 src_unpack() {
        default
        mv * "${P}" || die