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 AB70C138334 for ; Mon, 4 Nov 2019 19:16:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A95F4E0A8B; Mon, 4 Nov 2019 19:15:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 917F3E0A8B for ; Mon, 4 Nov 2019 19:15:59 +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 5F4A834C883 for ; Mon, 4 Nov 2019 19:15:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1424D72F for ; Mon, 4 Nov 2019 19:15:57 +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: <1572894931.30b016ba0cf616dd4dd07538cbc3c729a59f61b7.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: 30b016ba0cf616dd4dd07538cbc3c729a59f61b7 X-VCS-Branch: master Date: Mon, 4 Nov 2019 19:15:57 +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: 830a354b-ca88-4cfb-a188-f1a1c5e96bd7 X-Archives-Hash: 5d35c13f256e6141a81fa63d2a1c13e5 commit: 30b016ba0cf616dd4dd07538cbc3c729a59f61b7 Author: Mikle Kolyada gentoo org> AuthorDate: Mon Nov 4 19:15:31 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Nov 4 19:15:31 2019 +0000 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=30b016ba bump eapi Signed-off-by: Mikle Kolyada gentoo.org> 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 900fad3..fd52d2a 100644 --- a/scripts/texlive/tlpsrc/Makefile +++ b/scripts/texlive/tlpsrc/Makefile @@ -118,7 +118,7 @@ clean: %.ebuild: %.desc %.deps %.list %.doclist %.srclist %.gentoolicense %-post-ebuild %.extrardepend %-preinherit-ebuild cat $(PORTDIR)/header.txt > $@ - printf "EAPI=\"5\"\n\n" >> $@ + printf "EAPI=\"7\"\n\n" >> $@ echo -n "TEXLIVE_MODULE_CONTENTS=\"" >> $@ cat $(@:%.ebuild=%.list) >> $@ echo "\"" >> $@