Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/extra-syntax/
Date: Thu, 01 Dec 2016 18:41:43
Message-Id: 1480617677.74da3582c283f6070da0576e1a730433ba905164.kensington@gentoo
1 commit: 74da3582c283f6070da0576e1a730433ba905164
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 18:40:52 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 18:41:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74da3582
7
8 app-vim/extra-syntax: fix untested ebuild that failed to build for three months
9
10 Gentoo-bug: 592162
11
12 Package-Manager: portage-2.3.2
13
14 app-vim/extra-syntax/extra-syntax-4-r1.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/app-vim/extra-syntax/extra-syntax-4-r1.ebuild b/app-vim/extra-syntax/extra-syntax-4-r1.ebuild
18 index c3b7fc0..45eef56 100644
19 --- a/app-vim/extra-syntax/extra-syntax-4-r1.ebuild
20 +++ b/app-vim/extra-syntax/extra-syntax-4-r1.ebuild
21 @@ -34,6 +34,8 @@ RDEPEND="
22 app-vim/xquery-syntax
23 app-vim/xsl-syntax"
24
25 +S=${WORKDIR}
26 +
27 src_install() {
28 :
29 }