blob: 4be074f119858ceb8c2dda7922e2f4d1c79e4af1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-anhero/lc-anhero-9999.ebuild,v 1.2 2013/06/17 09:07:41 maksbotan Exp $
EAPI="4"
inherit leechcraft
DESCRIPTION="AnHero, crash handler for LeechCraft."
SLOT="0"
KEYWORDS=""
IUSE="debug"
DEPEND="~app-leechcraft/lc-core-${PV}"
RDEPEND="${DEPEND}
sys-devel/gdb
"
|