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 91C421387B2 for ; Thu, 7 Nov 2013 20:05:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A841E09B7; Thu, 7 Nov 2013 20:05:17 +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 F0FB3E09B7 for ; Thu, 7 Nov 2013 20:05:16 +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 0FF1B33F1A3 for ; Thu, 7 Nov 2013 20:05:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B3379E545C for ; Thu, 7 Nov 2013 20:05:14 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1381193858.31f9ceb484ba9cc81c96c715ef4e10cf634a92d5.alexxy@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-tex/pythontex/ X-VCS-Repository: proj/sci X-VCS-Files: dev-tex/pythontex/pythontex-0.12.ebuild X-VCS-Directories: dev-tex/pythontex/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 31f9ceb484ba9cc81c96c715ef4e10cf634a92d5 X-VCS-Branch: master Date: Thu, 7 Nov 2013 20:05:14 +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: 2c65b6d6-2255-4dd8-9e5c-125282c0a0c5 X-Archives-Hash: 9d9803ee5f3c902c8f99f5fa34bccdac commit: 31f9ceb484ba9cc81c96c715ef4e10cf634a92d5 Author: Horea Christian mail ru> AuthorDate: Tue Oct 8 00:57:38 2013 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Tue Oct 8 00:57:38 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=31f9ceb4 Use mktexlsr as per upstream instructions (should help latex detect files) --- dev-tex/pythontex/pythontex-0.12.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-tex/pythontex/pythontex-0.12.ebuild b/dev-tex/pythontex/pythontex-0.12.ebuild index fa59ae9..75c2dfe 100644 --- a/dev-tex/pythontex/pythontex-0.12.ebuild +++ b/dev-tex/pythontex/pythontex-0.12.ebuild @@ -68,5 +68,7 @@ src_install() { doenvd "${T}"/99${PN} dodoc README - + pwd + mktexlsr + pwd }