summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-10-06 16:03:12 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-10-06 16:03:12 +0000
commiteb3ff99dda29ce6c1f7191216b5be6547d2515a1 (patch)
tree9f31cb74980e3aa629d6d411df1c081aacda58f0 /app-editors/gummi
parent[kde-base/kdeplasma-addons-4.5.2] Dropped the lancelot patch as the fix was a... (diff)
downloadgentoo-2-eb3ff99dda29ce6c1f7191216b5be6547d2515a1.tar.gz
gentoo-2-eb3ff99dda29ce6c1f7191216b5be6547d2515a1.tar.bz2
gentoo-2-eb3ff99dda29ce6c1f7191216b5be6547d2515a1.zip
Make cairo use flag mandatory to poppler dependency
(Portage version: 2.2_rc89/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/gummi')
-rw-r--r--app-editors/gummi/ChangeLog5
-rw-r--r--app-editors/gummi/gummi-0.5.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/gummi/ChangeLog b/app-editors/gummi/ChangeLog
index a49234e88fd1..93a213dbba9e 100644
--- a/app-editors/gummi/ChangeLog
+++ b/app-editors/gummi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/gummi
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/ChangeLog,v 1.4 2010/09/27 16:17:56 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/ChangeLog,v 1.5 2010/10/06 16:03:12 hwoarang Exp $
+
+ 06 Oct 2010; Markos Chandras <hwoarang@gentoo.org> gummi-0.5.1.ebuild:
+ Make cairo use flag mandatory to poppler dependency
*gummi-0.5.1 (27 Sep 2010)
diff --git a/app-editors/gummi/gummi-0.5.1.ebuild b/app-editors/gummi/gummi-0.5.1.ebuild
index 8fc95f60eac7..9d56d7fecf5c 100644
--- a/app-editors/gummi/gummi-0.5.1.ebuild
+++ b/app-editors/gummi/gummi-0.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/gummi-0.5.1.ebuild,v 1.1 2010/09/27 16:17:56 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/gummi-0.5.1.ebuild,v 1.2 2010/10/06 16:03:12 hwoarang Exp $
EAPI=2
inherit base eutils
@@ -26,7 +26,7 @@ RDEPEND=">=dev-libs/glib-2.16:2
>=x11-libs/gtk+-2.16:2"
DEPEND="${RDEPEND}
app-text/gtkspell
- app-text/poppler
+ app-text/poppler[cairo]
x11-libs/gtksourceview:2.0
x11-libs/pango"