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 3E9B61382C5 for ; Fri, 16 Apr 2021 10:25:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAA71E0827; Fri, 16 Apr 2021 10:25:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9ACFBE0824 for ; Fri, 16 Apr 2021 10:25:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A7646335D7D for ; Fri, 16 Apr 2021 10:25:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6F58648 for ; Fri, 16 Apr 2021 10:25:14 +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: <1618567969.8abfcf1f3c642f8ddbb8a420e03aab5e38fcad58.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dialog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/dialog/dialog-1.3.20170131.ebuild X-VCS-Directories: dev-util/dialog/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 8abfcf1f3c642f8ddbb8a420e03aab5e38fcad58 X-VCS-Branch: master Date: Fri, 16 Apr 2021 10:25: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1187b6cc-5172-42cd-a5b1-03b6ef1c58a4 X-Archives-Hash: 4331ad45e51de0d059f47584ce8e1856 commit: 8abfcf1f3c642f8ddbb8a420e03aab5e38fcad58 Author: Sam James gentoo org> AuthorDate: Fri Apr 16 10:12:49 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Apr 16 10:12:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8abfcf1f dev-util/dialog: eutils-- Signed-off-by: Sam James gentoo.org> Signed-off-by: David Seifert gentoo.org> dev-util/dialog/dialog-1.3.20170131.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/dialog/dialog-1.3.20170131.ebuild b/dev-util/dialog/dialog-1.3.20170131.ebuild index f6a0ef2a49f..a18c8a42385 100644 --- a/dev-util/dialog/dialog-1.3.20170131.ebuild +++ b/dev-util/dialog/dialog-1.3.20170131.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils ltprune multilib versionator +inherit ltprune multilib versionator MY_P="${PN}-$(replace_version_separator 2 '-')" S="${WORKDIR}/${MY_P}"