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 6CA5F138334 for ; Wed, 24 Oct 2018 15:14:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A970E09CA; Wed, 24 Oct 2018 15:14:04 +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 32CC5E09CA for ; Wed, 24 Oct 2018 15:14:03 +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 C6512335CB7 for ; Wed, 24 Oct 2018 15:14:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2A213F1 for ; Wed, 24 Oct 2018 15:13:58 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1540394029.df340f741b4b6aa654757abea5f3e94bab6b2934.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/c-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/c-client/c-client-2007f-r6.ebuild X-VCS-Directories: net-libs/c-client/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: df340f741b4b6aa654757abea5f3e94bab6b2934 X-VCS-Branch: master Date: Wed, 24 Oct 2018 15:13:58 +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: fbcfe057-cb8c-4edd-a6d3-54257aca0fe1 X-Archives-Hash: 35caa29023f702eae3bd5a856bf48c31 commit: df340f741b4b6aa654757abea5f3e94bab6b2934 Author: Lars Wendler gentoo org> AuthorDate: Wed Oct 24 15:13:49 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Oct 24 15:13:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df340f74 net-libs/c-client: Drop deprecated eutils eclass. Signed-off-by: Lars Wendler gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-libs/c-client/c-client-2007f-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/c-client/c-client-2007f-r6.ebuild b/net-libs/c-client/c-client-2007f-r6.ebuild index bd9925412df..4135436c43f 100644 --- a/net-libs/c-client/c-client-2007f-r6.ebuild +++ b/net-libs/c-client/c-client-2007f-r6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit flag-o-matic eutils libtool toolchain-funcs multilib +inherit flag-o-matic libtool toolchain-funcs multilib MY_PN=imap MY_P="${MY_PN}-${PV}"