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

18 lines
303 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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}"