commit:     278d5a0015c08e40e6f761a9886efa00cae9bcf9
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 30 15:23:02 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jul 30 15:23:02 2015 +0000
URL:        https://gitweb.gentoo.org/dev/aballier.git/commit/?id=278d5a00

Make extrardepend mandatory to use make dependencies

 scripts/texlive/tlpsrc/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/scripts/texlive/tlpsrc/Makefile b/scripts/texlive/tlpsrc/Makefile
index db06331..80b335a 100644
--- a/scripts/texlive/tlpsrc/Makefile
+++ b/scripts/texlive/tlpsrc/Makefile
@@ -107,7 +107,10 @@ clean:
 %-post.ebuild:
        touch $@
 
-%.ebuild: %.desc %.deps %.list %.doclist %.srclist %.gentoolicense 
%-post.ebuild
+%.extrardepend:
+       touch $@
+
+%.ebuild: %.desc %.deps %.list %.doclist %.srclist %.gentoolicense 
%-post.ebuild %.extrardepend
        cat $(PORTDIR)/header.txt > $@
        printf "EAPI=\"5\"\n\n" >> $@
        echo -n "TEXLIVE_MODULE_CONTENTS=\"" >> $@
@@ -132,7 +135,7 @@ clean:
        cat $(@:%.ebuild=%.deps) >> $@
        echo "\"" >> $@
        echo -n 'RDEPEND="$${DEPEND} ' >> $@
-       -cat $(@:%.ebuild=%.extrardepend) >> $@
+       cat $(@:%.ebuild=%.extrardepend) >> $@
        echo '"' >> $@
        cat $(@:%.ebuild=%-post.ebuild) >> $@
 

Reply via email to