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 C1C13158086 for ; Sat, 9 Oct 2021 06:44:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F31E9E08C4; Sat, 9 Oct 2021 06:44:09 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4FF9AE089C for ; Sat, 9 Oct 2021 06:44:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 869D434305E for ; Sat, 9 Oct 2021 06:44:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C651154 for ; Sat, 9 Oct 2021 06:44:05 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1633742134.b0515f02bf1472eee2b3592b6604426a38ba2cd9.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/ttfautohint/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/ttfautohint/ttfautohint-1.8.4.ebuild X-VCS-Directories: media-gfx/ttfautohint/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: b0515f02bf1472eee2b3592b6604426a38ba2cd9 X-VCS-Branch: master Date: Sat, 9 Oct 2021 06:44:05 +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: 86010908-9746-4919-9720-4cf554dc324f X-Archives-Hash: ffa43d8861795ba4c620aa756496d77d commit: b0515f02bf1472eee2b3592b6604426a38ba2cd9 Author: Alessandro Barbieri gmail com> AuthorDate: Sat Oct 9 01:15:34 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Oct 9 01:15:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0515f02 media-gfx/ttfautohint: fix sed Closes: https://bugs.gentoo.org/816780 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> media-gfx/ttfautohint/ttfautohint-1.8.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/ttfautohint/ttfautohint-1.8.4.ebuild b/media-gfx/ttfautohint/ttfautohint-1.8.4.ebuild index 858d5e5fd..805001f77 100644 --- a/media-gfx/ttfautohint/ttfautohint-1.8.4.ebuild +++ b/media-gfx/ttfautohint/ttfautohint-1.8.4.ebuild @@ -25,7 +25,7 @@ BDEPEND="sys-apps/help2man" src_prepare() { default #set version - sed -e "s|m4_esyscmd.*VERSION])|${PV//_/-}|" -i configure.ac || die + sed -e "s|m4_esyscmd.*VERSION)|${PV//_/-}|" -i configure.ac || die eautoreconf }