diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-07-26 10:31:18 -0400 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-07-26 10:31:18 -0400 |
commit | 72544309ed4e692be07fd443ef4ba04db06849ab (patch) | |
tree | ebd8de0c4c9fdf34f61c0b1d61a4d8eb25eb07dc /scripts/texlive/tlpsrc/Makefile | |
parent | link pmx2pdf (diff) | |
download | aballier-72544309ed4e692be07fd443ef4ba04db06849ab.tar.gz aballier-72544309ed4e692be07fd443ef4ba04db06849ab.tar.bz2 aballier-72544309ed4e692be07fd443ef4ba04db06849ab.zip |
Add ~amd64-fbsd keywords
Diffstat (limited to 'scripts/texlive/tlpsrc/Makefile')
-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 e3089f4..f40c417 100644 --- a/scripts/texlive/tlpsrc/Makefile +++ b/scripts/texlive/tlpsrc/Makefile @@ -118,7 +118,7 @@ clean: cat $(@:%.ebuild=%.gentoolicense) >> $@ echo "\"" >> $@ echo "SLOT=\"0\"" >> $@ - echo "KEYWORDS=\"~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris\"" >> $@ + echo "KEYWORDS=\"~alpha ~amd64 ~arm ~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 "IUSE=\"\"" >> $@ echo -n "DEPEND=\"" >> $@ cat $(@:%.ebuild=%.deps) >> $@ |