diff options
author | 2017-09-01 02:52:57 -0400 | |
---|---|---|
committer | 2017-09-01 02:54:07 -0400 | |
commit | 2dec384c15cf468f8af432b2bc2be468777fec57 (patch) | |
tree | 616fe585b25f456b840a4389539d314e07309f10 /app-misc/evemu | |
parent | media-libs/jasper: use https for HOMEPAGE (diff) | |
download | gentoo-2dec384c15cf468f8af432b2bc2be468777fec57.tar.gz gentoo-2dec384c15cf468f8af432b2bc2be468777fec57.tar.bz2 gentoo-2dec384c15cf468f8af432b2bc2be468777fec57.zip |
app-misc/evemu: use ltprune instead of eutils
Diffstat (limited to 'app-misc/evemu')
-rw-r--r-- | app-misc/evemu/evemu-2.6.0.ebuild | 4 |
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/" |