summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2013-10-02 09:49:30 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2013-10-02 09:49:30 +0000
commit6be735b664058c89046774524e198ac7c748cc4f (patch)
treeaca9f4019faa4c695843163ea8a117adfa107d56 /app-leechcraft/lc-monocle/lc-monocle-9999.ebuild
parentUse sub-slot deps on systemd. (diff)
downloadgentoo-2-6be735b664058c89046774524e198ac7c748cc4f.tar.gz
gentoo-2-6be735b664058c89046774524e198ac7c748cc4f.tar.bz2
gentoo-2-6be735b664058c89046774524e198ac7c748cc4f.zip
Fix poppler/ghostscript issues in dependencies, thanks to 0xd34df00d
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-monocle/lc-monocle-9999.ebuild')
-rw-r--r--app-leechcraft/lc-monocle/lc-monocle-9999.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild b/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild
index 0c0581fb2791..fe62a29af7d3 100644
--- a/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild
+++ b/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild,v 1.2 2013/04/14 16:18:51 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild,v 1.3 2013/10/02 09:49:30 maksbotan Exp $
EAPI="5"
@@ -15,7 +15,13 @@ IUSE="debug +djvu doc +fb2 +pdf +spectre"
RDEPEND="~app-leechcraft/lc-core-${PV}
pdf? ( app-text/poppler[qt4] )
djvu? ( app-text/djvu )
- spectre? ( app-text/libspectre )"
+ spectre? (
+ app-text/libspectre
+ || (
+ app-text/poppler[-lcms]
+ <app-text/ghostscript-gpl-9.07
+ )
+ )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen[dot] )"