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 A03DF138350 for ; Thu, 13 Feb 2020 21:40:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98CB3E0867; Thu, 13 Feb 2020 21:40:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 7EBAEE0867 for ; Thu, 13 Feb 2020 21:40:30 +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 98C2034EDAA for ; Thu, 13 Feb 2020 21:40:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6910151 for ; Thu, 13 Feb 2020 21:40:25 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1581629986.d1f0c809b5996c49e1015e63d6c2811dcae2465f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/w3m/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/w3m/w3m-0.5.3_p20180125.ebuild www-client/w3m/w3m-0.5.3_p20190105.ebuild X-VCS-Directories: www-client/w3m/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d1f0c809b5996c49e1015e63d6c2811dcae2465f X-VCS-Branch: master Date: Thu, 13 Feb 2020 21:40:25 +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: 544c0ddd-d28c-407f-9e3f-29978e3dbc4e X-Archives-Hash: b3b2a8a5cb04f3ce89620d93d9f2704e commit: d1f0c809b5996c49e1015e63d6c2811dcae2465f Author: David Seifert gentoo org> AuthorDate: Thu Feb 13 21:39:46 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Feb 13 21:39:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f0c809 www-client/w3m: [QA] inherit toolchain-funcs.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> www-client/w3m/w3m-0.5.3_p20180125.ebuild | 2 +- www-client/w3m/w3m-0.5.3_p20190105.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild b/www-client/w3m/w3m-0.5.3_p20180125.ebuild index 852e9036419..b35fa388986 100644 --- a/www-client/w3m/w3m-0.5.3_p20180125.ebuild +++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit autotools prefix vcs-snapshot +inherit autotools prefix toolchain-funcs vcs-snapshot MY_P="${P/_p/+git}" MY_PV="${PV/_p/+git}" diff --git a/www-client/w3m/w3m-0.5.3_p20190105.ebuild b/www-client/w3m/w3m-0.5.3_p20190105.ebuild index afecd373f68..4247d0b103f 100644 --- a/www-client/w3m/w3m-0.5.3_p20190105.ebuild +++ b/www-client/w3m/w3m-0.5.3_p20190105.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit autotools prefix vcs-snapshot +inherit autotools prefix toolchain-funcs vcs-snapshot MY_P="${P/_p/+git}" MY_PV="${PV/_p/+git}"