From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6BCEC138334 for ; Sun, 9 Jun 2019 14:58:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 407F4E08BB; Sun, 9 Jun 2019 14:58:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26D9BE08BB for ; Sun, 9 Jun 2019 14:58:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D09E345AD6 for ; Sun, 9 Jun 2019 14:58:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9DE8619 for ; Sun, 9 Jun 2019 14:57:59 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1560092073.3c3773a85fcee65fc93f7ddc294e3802e2806e9b.zlogene@gentoo> Subject: [gentoo-commits] proj/tex:master commit in: scripts/texlive/tlpsrc/ X-VCS-Repository: proj/tex X-VCS-Files: scripts/texlive/tlpsrc/Makefile X-VCS-Directories: scripts/texlive/tlpsrc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 3c3773a85fcee65fc93f7ddc294e3802e2806e9b X-VCS-Branch: master Date: Sun, 9 Jun 2019 14:57:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 24788200-cb46-4822-9233-e36b805bd759 X-Archives-Hash: 2994d3d89154cc87dfd6afcca8594121 commit: 3c3773a85fcee65fc93f7ddc294e3802e2806e9b Author: Alexis Ballier gentoo org> AuthorDate: Wed Jun 7 14:21:34 2017 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jun 9 14:54:33 2019 +0000 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=3c3773a8 add ~arm64 scripts/texlive/tlpsrc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/texlive/tlpsrc/Makefile b/scripts/texlive/tlpsrc/Makefile index e2b7041..8e6cfa2 100644 --- a/scripts/texlive/tlpsrc/Makefile +++ b/scripts/texlive/tlpsrc/Makefile @@ -137,7 +137,7 @@ clean: cat $(@:%.ebuild=%.gentoolicense) >> $@ echo "\"" >> $@ echo "SLOT=\"0\"" >> $@ - echo "KEYWORDS=\"~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~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 ~mips ~ppc ~ppc64 ~s390 ~sh ~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) >> $@