summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2012-12-21 13:26:06 +0000
committerSergey Popov <pinkbyte@gentoo.org>2012-12-21 13:26:06 +0000
commit75584450a68a324bc4ef8946fcefc7111c828661 (patch)
treea027872839e606805795900a8b40b568dd223460 /net-misc/leechcraft-core
parentFix license - bug #447272 (diff)
downloadgentoo-2-75584450a68a324bc4ef8946fcefc7111c828661.tar.gz
gentoo-2-75584450a68a324bc4ef8946fcefc7111c828661.tar.bz2
gentoo-2-75584450a68a324bc4ef8946fcefc7111c828661.zip
Add two icon themes to run-time dependency, thanks to 0xd34df00d
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-misc/leechcraft-core')
-rw-r--r--net-misc/leechcraft-core/ChangeLog5
-rw-r--r--net-misc/leechcraft-core/leechcraft-core-9999.ebuild8
2 files changed, 10 insertions, 3 deletions
diff --git a/net-misc/leechcraft-core/ChangeLog b/net-misc/leechcraft-core/ChangeLog
index 8256061ab0cd..a35e8ec1eaab 100644
--- a/net-misc/leechcraft-core/ChangeLog
+++ b/net-misc/leechcraft-core/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/leechcraft-core
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/ChangeLog,v 1.30 2012/12/19 07:57:32 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/ChangeLog,v 1.31 2012/12/21 13:26:06 pinkbyte Exp $
+
+ 21 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> leechcraft-core-9999.ebuild:
+ Add two icon themes to run-time dependency, thanks to 0xd34df00d
19 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org>
-leechcraft-core-0.5.70.ebuild, -leechcraft-core-0.5.75-r1.ebuild,
diff --git a/net-misc/leechcraft-core/leechcraft-core-9999.ebuild b/net-misc/leechcraft-core/leechcraft-core-9999.ebuild
index f27a100e5a74..a9ffe1de4a53 100644
--- a/net-misc/leechcraft-core/leechcraft-core-9999.ebuild
+++ b/net-misc/leechcraft-core/leechcraft-core-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/leechcraft-core-9999.ebuild,v 1.10 2012/10/13 14:12:16 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/leechcraft-core-9999.ebuild,v 1.11 2012/12/21 13:26:06 pinkbyte Exp $
EAPI="4"
@@ -21,7 +21,11 @@ DEPEND=">=dev-libs/boost-1.46
x11-libs/qt-script:4
x11-libs/qt-sql:4[postgres?,sqlite?]"
RDEPEND="${DEPEND}
- x11-libs/qt-svg:4"
+ x11-libs/qt-svg:4
+ || (
+ kde-base/oxygen-icons
+ x11-themes/kfaenza
+ )"
REQUIRED_USE="|| ( postgres sqlite )"