2014-08-04 01:37:14 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2014-08-04 01:37:14 +04:00
|
|
|
|
|
|
|
EAPI="4"
|
|
|
|
|
|
|
|
inherit leechcraft
|
|
|
|
|
|
|
|
DESCRIPTION="Summary plugin for Leechcraft"
|
|
|
|
|
|
|
|
SLOT="0"
|
2015-10-19 18:29:22 +03:00
|
|
|
KEYWORDS="amd64 ~x86"
|
2014-08-04 01:37:14 +04:00
|
|
|
IUSE="debug"
|
|
|
|
|
|
|
|
DEPEND="~app-leechcraft/lc-core-${PV}"
|
|
|
|
RDEPEND="${DEPEND}"
|