summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-09-01 02:52:57 -0400
committerTim Harder <radhermit@gentoo.org>2017-09-01 02:54:07 -0400
commit2dec384c15cf468f8af432b2bc2be468777fec57 (patch)
tree616fe585b25f456b840a4389539d314e07309f10
parentmedia-libs/jasper: use https for HOMEPAGE (diff)
downloadgentoo-2dec384c15cf468f8af432b2bc2be468777fec57.tar.gz
gentoo-2dec384c15cf468f8af432b2bc2be468777fec57.tar.bz2
gentoo-2dec384c15cf468f8af432b2bc2be468777fec57.zip
app-misc/evemu: use ltprune instead of eutils
-rw-r--r--app-misc/evemu/evemu-2.6.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/evemu/evemu-2.6.0.ebuild b/app-misc/evemu/evemu-2.6.0.ebuild
index 83007cff7385..8ac8d69567ec 100644
--- a/app-misc/evemu/evemu-2.6.0.ebuild
+++ b/app-misc/evemu/evemu-2.6.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
-inherit eutils python-single-r1
+inherit ltprune python-single-r1
DESCRIPTION="tools and bindings for kernel evdev device emulation, data capture, and replay"
HOMEPAGE="https://www.freedesktop.org/wiki/Evemu/"