From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 900EB1381F3 for ; Wed, 26 Jun 2013 21:39:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D3DBE097A; Wed, 26 Jun 2013 21:38:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B90E7E097A for ; Wed, 26 Jun 2013 21:38:58 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BAD0533E764 for ; Wed, 26 Jun 2013 21:38:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5479CE5458 for ; Wed, 26 Jun 2013 21:38:56 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1372282725.38a5df56959f5a17c6ef0f4d6ba00a58d8b5ba7b.aballier@gentoo> Subject: [gentoo-commits] dev/aballier:master commit in: scripts/texlive/tlpsrc/ X-VCS-Repository: dev/aballier X-VCS-Files: scripts/texlive/tlpsrc/Makefile X-VCS-Directories: scripts/texlive/tlpsrc/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 38a5df56959f5a17c6ef0f4d6ba00a58d8b5ba7b X-VCS-Branch: master Date: Wed, 26 Jun 2013 21:38:56 +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-Archives-Salt: 399886e7-1f0a-4a5c-8695-d35ee2f51fc9 X-Archives-Hash: 4233216b20fec61dedd68a9934e24a3f commit: 38a5df56959f5a17c6ef0f4d6ba00a58d8b5ba7b Author: Alexis Ballier gentoo org> AuthorDate: Wed Jun 26 21:38:45 2013 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jun 26 21:38:45 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/aballier.git;a=commit;h=38a5df56 use eapi5 --- 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 ae585b5..af03c04 100644 --- a/scripts/texlive/tlpsrc/Makefile +++ b/scripts/texlive/tlpsrc/Makefile @@ -101,7 +101,7 @@ clean: %.ebuild: %.desc %.deps %.list %.doclist %.srclist %.gentoolicense cat $(PORTDIR)/header.txt > $@ - printf "EAPI=\"4\"\n\n" >> $@ + printf "EAPI=\"5\"\n\n" >> $@ echo -n "TEXLIVE_MODULE_CONTENTS=\"" >> $@ cat $(@:%.ebuild=%.list) >> $@ echo "\"" >> $@