gentoo-overlay/app-leechcraft/lc-summary/lc-summary-9999.ebuild

18 lines
346 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id: 3d0066b858c80150590dd08c98ff60fcea926304 $
EAPI=6
inherit leechcraft
DESCRIPTION="Summary plugin for Leechcraft"
SLOT="0"
KEYWORDS=""
IUSE="debug"
DEPEND="~app-leechcraft/lc-core-${PV}
dev-qt/qtwidgets:5
"
RDEPEND="${DEPEND}"