app-leechcraft: use Qt5, modernize the eclass and ebuilds
[gentoo.git] / app-leechcraft / lc-devmon / lc-devmon-9999.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=6
6
7 inherit leechcraft
8
9 DESCRIPTION="Non-storage USB devices manager for LeechCraft"
10
11 SLOT="0"
12 KEYWORDS=""
13 IUSE="debug"
14
15 DEPEND="
16         ~app-leechcraft/lc-core-${PV}
17         virtual/udev"
18 RDEPEND="${DEPEND}"