2017-02-26 22:27:51 +03:00
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
2012-12-26 10:07:11 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2017-02-26 22:27:51 +03:00
|
|
|
EAPI=6
|
2012-12-26 10:07:11 +04:00
|
|
|
|
|
|
|
inherit leechcraft
|
|
|
|
|
|
|
|
DESCRIPTION="Summary plugin for Leechcraft"
|
|
|
|
|
|
|
|
SLOT="0"
|
2013-03-09 21:42:06 +04:00
|
|
|
KEYWORDS=""
|
2012-12-26 10:07:11 +04:00
|
|
|
IUSE="debug"
|
|
|
|
|
2017-02-26 22:27:51 +03:00
|
|
|
DEPEND="~app-leechcraft/lc-core-${PV}
|
|
|
|
dev-qt/qtwidgets:5
|
|
|
|
"
|
2012-12-26 10:07:11 +04:00
|
|
|
RDEPEND="${DEPEND}"
|