Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/c-client/
Date: Wed, 24 Oct 2018 15:14:05
Message-Id: 1540394029.df340f741b4b6aa654757abea5f3e94bab6b2934.polynomial-c@gentoo
1 commit: df340f741b4b6aa654757abea5f3e94bab6b2934
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 24 15:13:49 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 24 15:13:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df340f74
7
8 net-libs/c-client: Drop deprecated eutils eclass.
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-libs/c-client/c-client-2007f-r6.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-libs/c-client/c-client-2007f-r6.ebuild b/net-libs/c-client/c-client-2007f-r6.ebuild
17 index bd9925412df..4135436c43f 100644
18 --- a/net-libs/c-client/c-client-2007f-r6.ebuild
19 +++ b/net-libs/c-client/c-client-2007f-r6.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -inherit flag-o-matic eutils libtool toolchain-funcs multilib
25 +inherit flag-o-matic libtool toolchain-funcs multilib
26
27 MY_PN=imap
28 MY_P="${MY_PN}-${PV}"