mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
app-vim/vimcalc: add missing die.
Package-Manager: portage-2.2.28
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
|
||||
|
||||
inherit python-single-r1 vim-plugin
|
||||
@@ -15,17 +16,21 @@ KEYWORDS="~amd64 ~x86"
|
||||
|
||||
VIM_PLUGIN_HELPFILES="vimcalc"
|
||||
|
||||
DEPEND="app-arch/unzip
|
||||
DEPEND="
|
||||
app-arch/unzip
|
||||
${PYTHON_DEPS}"
|
||||
RDEPEND="|| ( app-editors/vim[python,${PYTHON_USEDEP}] app-editors/gvim[python,${PYTHON_USEDEP}] )
|
||||
|
||||
RDEPEND="
|
||||
|| ( app-editors/vim[python,${PYTHON_USEDEP}] app-editors/gvim[python,${PYTHON_USEDEP}] )
|
||||
${PYTHON_DEPS}"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
|
||||
src_prepare() {
|
||||
# Remove .DS_Store files that should not be installed
|
||||
find -type f -name '.DS*' -delete
|
||||
find -type f -name '.DS*' -delete || die
|
||||
}
|
||||
|
||||
src_test() {
|
||||
|
||||
Reference in New Issue
Block a user