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 AD75813835A for ; Sat, 9 Jan 2021 10:36:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 841C6E08F0; Sat, 9 Jan 2021 10:36:18 +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 6D8C4E08F0 for ; Sat, 9 Jan 2021 10:36:18 +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 25583340B0B for ; Sat, 9 Jan 2021 10:36:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FF1E4A8 for ; Sat, 9 Jan 2021 10:36:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610188567.6cf9c889996b1047415a512620f906268ff1fffa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/latex2html/latex2html-2015.ebuild X-VCS-Directories: dev-tex/latex2html/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6cf9c889996b1047415a512620f906268ff1fffa X-VCS-Branch: master Date: Sat, 9 Jan 2021 10:36:13 +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: ad397193-be86-4574-916b-0a9639c919de X-Archives-Hash: 20364fa694a09919f118db4ef2cf9261 commit: 6cf9c889996b1047415a512620f906268ff1fffa Author: Sam James gentoo org> AuthorDate: Sat Jan 9 10:24:59 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 9 10:36:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf9c889 dev-tex/latex2html: fix StaticSrcUri Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-tex/latex2html/latex2html-2015.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tex/latex2html/latex2html-2015.ebuild b/dev-tex/latex2html/latex2html-2015.ebuild index e6720670d2f..f1632d9a8e9 100644 --- a/dev-tex/latex2html/latex2html-2015.ebuild +++ b/dev-tex/latex2html/latex2html-2015.ebuild @@ -5,7 +5,7 @@ EAPI=6 DESCRIPTION="Convertor written in Perl that converts LATEX documents to HTML" HOMEPAGE="https://www.latex2html.org/" -SRC_URI="http://mirrors.ctan.org/support/latex2html/latex2html-2015.tar.gz" +SRC_URI="http://mirrors.ctan.org/support/latex2html/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"