Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/aballier:master commit in: scripts/texlive/tlpsrc/
Date: Fri, 31 Jul 2015 14:39:23
Message-Id: 1438353454.390461f7a230d96943d57d5d5181f10e13edb80e.aballier@gentoo
1 commit: 390461f7a230d96943d57d5d5181f10e13edb80e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 14:37:34 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 14:37:34 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/aballier.git/commit/?id=390461f7
7
8 add missing dep
9
10 scripts/texlive/tlpsrc/Makefile | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/scripts/texlive/tlpsrc/Makefile b/scripts/texlive/tlpsrc/Makefile
14 index 1918297..ec397d9 100644
15 --- a/scripts/texlive/tlpsrc/Makefile
16 +++ b/scripts/texlive/tlpsrc/Makefile
17 @@ -113,7 +113,7 @@ clean:
18 %-preinherit.ebuild:
19 touch $@
20
21 -%.ebuild: %.desc %.deps %.list %.doclist %.srclist %.gentoolicense %-post.ebuild %.extrardepend
22 +%.ebuild: %.desc %.deps %.list %.doclist %.srclist %.gentoolicense %-post.ebuild %.extrardepend %-preinherit.ebuild
23 cat $(PORTDIR)/header.txt > $@
24 printf "EAPI=\"5\"\n\n" >> $@
25 echo -n "TEXLIVE_MODULE_CONTENTS=\"" >> $@