2014-08-12 12:57:09 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2012-12-26 10:07:11 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2014-08-12 12:57:09 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-anhero/lc-anhero-9999.ebuild,v 1.3 2014/08/10 17:54:13 slyfox Exp $
|
2012-12-26 10:07:11 +04:00
|
|
|
|
|
|
|
EAPI="4"
|
|
|
|
|
|
|
|
inherit leechcraft
|
|
|
|
|
2014-08-12 12:57:09 +04:00
|
|
|
DESCRIPTION="AnHero, crash handler for LeechCraft"
|
2012-12-26 10:07:11 +04:00
|
|
|
|
|
|
|
SLOT="0"
|
2013-03-09 21:42:06 +04:00
|
|
|
KEYWORDS=""
|
2012-12-26 10:07:11 +04:00
|
|
|
IUSE="debug"
|
|
|
|
|
2013-06-17 18:34:26 +04:00
|
|
|
DEPEND="~app-leechcraft/lc-core-${PV}"
|
|
|
|
RDEPEND="${DEPEND}
|
|
|
|
sys-devel/gdb
|
|
|
|
"
|