diff options
author | 2020-03-09 13:03:07 +0300 | |
---|---|---|
committer | 2020-03-09 13:03:07 +0300 | |
commit | 7ed99d690283056e5114ad3d8929c95250e34e9c (patch) | |
tree | 653b0d957b889cf152c30f8a6854a0bac06717f2 | |
parent | fix poppler-0.86 compat with XeTeX (diff) | |
download | tex-7ed99d690283056e5114ad3d8929c95250e34e9c.tar.gz tex-7ed99d690283056e5114ad3d8929c95250e34e9c.tar.bz2 tex-7ed99d690283056e5114ad3d8929c95250e34e9c.zip |
remove Gentoo/FreeBSD keywords
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
-rw-r--r-- | scripts/texlive/tlpsrc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/texlive/tlpsrc/Makefile b/scripts/texlive/tlpsrc/Makefile index fd52d2a..b703b2b 100644 --- a/scripts/texlive/tlpsrc/Makefile +++ b/scripts/texlive/tlpsrc/Makefile @@ -136,7 +136,7 @@ clean: cat $(@:%.ebuild=%.gentoolicense) >> $@ echo "\"" >> $@ echo "SLOT=\"0\"" >> $@ - echo "KEYWORDS=\"~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris\"" >> $@ + echo "KEYWORDS=\"~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris\"" >> $@ echo "IUSE=\"\"" >> $@ echo -n "DEPEND=\"" >> $@ cat $(@:%.ebuild=%.deps) >> $@ |