diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-02-28 09:45:55 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-02-28 09:45:55 +0100 |
commit | 98f89cd486710dd14fede7c254742fe0796db466 (patch) | |
tree | 03418dbe1c6e359f26fb189bdeac338f94d34a59 /app-vim/vim-autoclose | |
parent | app-crypt/dehydrated: revbump: set DOMAINS_TXT in default config (diff) | |
download | gentoo-98f89cd486710dd14fede7c254742fe0796db466.tar.gz gentoo-98f89cd486710dd14fede7c254742fe0796db466.tar.bz2 gentoo-98f89cd486710dd14fede7c254742fe0796db466.zip |
app-vim/vim-autoclose: remove DEPEND/RDEPEND.
These should be no dependency whatsoever.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-vim/vim-autoclose')
-rw-r--r-- | app-vim/vim-autoclose/vim-autoclose-2.0.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild b/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild index f3f5770eb2e1..9731bbec6d3b 100644 --- a/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild +++ b/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild @@ -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 |