summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2013-06-17 09:07:41 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2013-06-17 09:07:41 +0000
commita2d94ed2d3fe1005bfaf6297ee9f725971b271ad (patch)
tree74ae11ee27f3afae40aabce60e135459403d4b36 /app-leechcraft
parentRemove old files. (diff)
downloadgentoo-2-a2d94ed2d3fe1005bfaf6297ee9f725971b271ad.tar.gz
gentoo-2-a2d94ed2d3fe1005bfaf6297ee9f725971b271ad.tar.bz2
gentoo-2-a2d94ed2d3fe1005bfaf6297ee9f725971b271ad.zip
Drop kdelibs dependency, add gdb RDEPEND. Thanks to 0xd34df00d.
(Portage version: 2.1.12.4/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft')
-rw-r--r--app-leechcraft/lc-anhero/ChangeLog5
-rw-r--r--app-leechcraft/lc-anhero/lc-anhero-9999.ebuild11
2 files changed, 10 insertions, 6 deletions
diff --git a/app-leechcraft/lc-anhero/ChangeLog b/app-leechcraft/lc-anhero/ChangeLog
index e7f50e47c104..39ac6232bc9a 100644
--- a/app-leechcraft/lc-anhero/ChangeLog
+++ b/app-leechcraft/lc-anhero/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-leechcraft/lc-anhero
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-anhero/ChangeLog,v 1.4 2013/06/11 17:12:56 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-anhero/ChangeLog,v 1.5 2013/06/17 09:07:41 maksbotan Exp $
+
+ 17 Jun 2013; Maxim Koltsov <maksbotan@gentoo.org> lc-anhero-9999.ebuild:
+ Drop kdelibs dependency, add gdb RDEPEND. Thanks to 0xd34df00d.
*lc-anhero-0.5.97 (11 Jun 2013)
diff --git a/app-leechcraft/lc-anhero/lc-anhero-9999.ebuild b/app-leechcraft/lc-anhero/lc-anhero-9999.ebuild
index 21a2df216678..4be074f11985 100644
--- a/app-leechcraft/lc-anhero/lc-anhero-9999.ebuild
+++ b/app-leechcraft/lc-anhero/lc-anhero-9999.ebuild
@@ -1,17 +1,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.1 2013/03/08 21:54:48 maksbotan Exp $
+# $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, KDE-based crash handler for LeechCraft."
+DESCRIPTION="AnHero, crash handler for LeechCraft."
SLOT="0"
KEYWORDS=""
IUSE="debug"
-DEPEND="~app-leechcraft/lc-core-${PV}
- >=kde-base/kdelibs-4.2.0"
-RDEPEND="${DEPEND}"
+DEPEND="~app-leechcraft/lc-core-${PV}"
+RDEPEND="${DEPEND}
+ sys-devel/gdb
+"