diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-11-22 11:50:36 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-11-22 11:50:55 +0000 |
commit | ad3d46b111df5e8a4a3ecf4cd3c7a21f6250dd63 (patch) | |
tree | 3d8629ad89afcf00af79d406c36e9a99a2892d56 /app-vim | |
parent | selinux-policy-2.eclass: Remove parallel make hack (diff) | |
download | gentoo-ad3d46b111df5e8a4a3ecf4cd3c7a21f6250dd63.tar.gz gentoo-ad3d46b111df5e8a4a3ecf4cd3c7a21f6250dd63.tar.bz2 gentoo-ad3d46b111df5e8a4a3ecf4cd3c7a21f6250dd63.zip |
app-vim/vimclojure: Set a blocker on app-vim/slimv. Fixes bug 566448.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vimclojure/vimclojure-2.3.6-r1.ebuild (renamed from app-vim/vimclojure/vimclojure-2.3.6.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-vim/vimclojure/vimclojure-2.3.6.ebuild b/app-vim/vimclojure/vimclojure-2.3.6-r1.ebuild index 52d177f62ae9..6d6c335dd8d9 100644 --- a/app-vim/vimclojure/vimclojure-2.3.6.ebuild +++ b/app-vim/vimclojure/vimclojure-2.3.6-r1.ebuild @@ -11,15 +11,17 @@ MY_PN="VimClojure" DESCRIPTION="vim plugin: Clojure syntax highlighting, filetype and indent settings" HOMEPAGE="https://github.com/vim-scripts/VimClojure" SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.zip" - SLOT="0" LICENSE="BSD" KEYWORDS="~amd64 ~x86" IUSE="" + +RDEPEND="!app-vim/slivm" + S="${WORKDIR}/${MY_PN}-${PV}" src_prepare() { - find "${S}" -type f -name \*.bat -exec rm -v {} \; || die + find . -type f -name \*.bat -exec rm -v {} \; || die } src_install() { |