Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/cpipe/
Date: Mon, 26 Mar 2018 09:37:27
Message-Id: 1522057023.2a07019561ae2d154aa38bb298bb006d6c9a871c.zlogene@gentoo
1 commit: 2a07019561ae2d154aa38bb298bb006d6c9a871c
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 26 09:36:35 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 09:37:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a070195
7
8 app-misc/cpipe: Drop redundant inheritance
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-misc/cpipe/cpipe-3.0.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-misc/cpipe/cpipe-3.0.3.ebuild b/app-misc/cpipe/cpipe-3.0.3.ebuild
16 index 6e1c286b1d2..1f656dc38a4 100644
17 --- a/app-misc/cpipe/cpipe-3.0.3.ebuild
18 +++ b/app-misc/cpipe/cpipe-3.0.3.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 -inherit eutils toolchain-funcs
27 +inherit toolchain-funcs
28
29 DESCRIPTION="Counting pipe, measures data transfered over pipe"
30 HOMEPAGE="https://github.com/HaraldKi/cpipe"