summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-03-26 12:36:35 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-03-26 12:37:03 +0300
commit2a07019561ae2d154aa38bb298bb006d6c9a871c (patch)
tree5b52417559eb0f1f8567633d30112c5a83ee7ebf /app-misc
parentapache-2.eclass: Removed code specific for apache-2.2 (diff)
downloadgentoo-2a07019561ae2d154aa38bb298bb006d6c9a871c.tar.gz
gentoo-2a07019561ae2d154aa38bb298bb006d6c9a871c.tar.bz2
gentoo-2a07019561ae2d154aa38bb298bb006d6c9a871c.zip
app-misc/cpipe: Drop redundant inheritance
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/cpipe/cpipe-3.0.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/cpipe/cpipe-3.0.3.ebuild b/app-misc/cpipe/cpipe-3.0.3.ebuild
index 6e1c286b1d2d..1f656dc38a49 100644
--- a/app-misc/cpipe/cpipe-3.0.3.ebuild
+++ b/app-misc/cpipe/cpipe-3.0.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="Counting pipe, measures data transfered over pipe"
HOMEPAGE="https://github.com/HaraldKi/cpipe"