summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/zathura-djvu/zathura-djvu-0.2.3.ebuild')
-rw-r--r--app-text/zathura-djvu/zathura-djvu-0.2.3.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/app-text/zathura-djvu/zathura-djvu-0.2.3.ebuild b/app-text/zathura-djvu/zathura-djvu-0.2.3.ebuild
index d6953cefd37d..20e217afdbd1 100644
--- a/app-text/zathura-djvu/zathura-djvu-0.2.3.ebuild
+++ b/app-text/zathura-djvu/zathura-djvu-0.2.3.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-text/zathura-djvu/zathura-djvu-0.2.3.ebuild,v 1.1 2013/06/13 22:00:58 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/zathura-djvu/zathura-djvu-0.2.3.ebuild,v 1.2 2013/06/19 13:58:29 xmw Exp $
EAPI=5
@@ -13,18 +13,19 @@ SRC_URI="http://pwmt.org/projects/zathura/plugins/download/${P}.tar.gz"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
-IUSE="cairo"
+IUSE=""
RDEPEND=">=app-text/djvu-3.5.24-r1
>=app-text/zathura-0.2.0
dev-libs/glib:2
- cairo? ( x11-libs/cairo )"
+ x11-libs/cairo:="
DEPEND="${RDEPEND}
virtual/pkgconfig"
pkg_setup() {
+ #rendering failed w/o cairo
myzathuraconf=(
- WITH_CAIRO=$(usex cairo 1 0)
+ WITH_CAIRO=1
CC="$(tc-getCC)"
LD="$(tc-getLD)"
VERBOSE=1