diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-05-15 10:36:38 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-05-15 10:41:11 +0200 |
commit | 16f3268f3417198205ea399bd9aa711bdcec3a69 (patch) | |
tree | f9c6d479a83c472931779d5bfdb6c41463d877e0 /net-libs/libtrace | |
parent | net-libs/libtrace: Old (diff) | |
download | gentoo-16f3268f3417198205ea399bd9aa711bdcec3a69.tar.gz gentoo-16f3268f3417198205ea399bd9aa711bdcec3a69.tar.bz2 gentoo-16f3268f3417198205ea399bd9aa711bdcec3a69.zip |
net-libs/libtrace: Drop eutils.eclass
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-libs/libtrace')
-rw-r--r-- | net-libs/libtrace/libtrace-4.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libtrace/libtrace-4.0.7.ebuild b/net-libs/libtrace/libtrace-4.0.7.ebuild index c8291b01d7ff..d5c5a09369da 100644 --- a/net-libs/libtrace/libtrace-4.0.7.ebuild +++ b/net-libs/libtrace/libtrace-4.0.7.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools eutils +inherit autotools DESCRIPTION="A library and tools for trace processing" HOMEPAGE="https://research.wand.net.nz/software/libtrace.php" |