mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-vim/csscomplete: clean up.
* Remove config.mk in src_prepare phase. * Cancel compilation in src_compile by using a comma. Package-Manager: portage-2.2.28
This commit is contained in:
@@ -16,6 +16,11 @@ DEPEND="app-arch/unzip"
|
||||
|
||||
S="${WORKDIR}/${PN}.vim-${PV}"
|
||||
|
||||
src_compile() {
|
||||
src_prepare() {
|
||||
default
|
||||
rm -v config.mk || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
:;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user