summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-08-28 09:30:47 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-08-28 09:30:47 +0000
commit2d66571ac1b907c6db1326984f10a9c9cc2ef165 (patch)
treeb1f03e6bae23526d33aa20650cb8af4ccd5c51b0 /gnome-base/libgnomeprint
parentNew version 0.4.5 - content identical to rc2. (diff)
downloadgentoo-2-2d66571ac1b907c6db1326984f10a9c9cc2ef165.tar.gz
gentoo-2-2d66571ac1b907c6db1326984f10a9c9cc2ef165.tar.bz2
gentoo-2-2d66571ac1b907c6db1326984f10a9c9cc2ef165.zip
Explicitly disable papi backend or it will automagically use it.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'gnome-base/libgnomeprint')
-rw-r--r--gnome-base/libgnomeprint/ChangeLog6
-rw-r--r--gnome-base/libgnomeprint/libgnomeprint-2.18.4.ebuild6
2 files changed, 9 insertions, 3 deletions
diff --git a/gnome-base/libgnomeprint/ChangeLog b/gnome-base/libgnomeprint/ChangeLog
index 1264f049de62..9ddda58c0b81 100644
--- a/gnome-base/libgnomeprint/ChangeLog
+++ b/gnome-base/libgnomeprint/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/libgnomeprint
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.154 2008/05/14 22:09:41 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.155 2008/08/28 09:30:47 flameeyes Exp $
+
+ 28 Aug 2008; Diego Pettenò <flameeyes@gentoo.org>
+ libgnomeprint-2.18.4.ebuild:
+ Explicitly disable papi backend or it will automagically use it.
14 May 2008; Gilles Dartiguelongue <eva@gentoo.org>
-libgnomeprint-2.18.0.ebuild, -libgnomeprint-2.18.3.ebuild:
diff --git a/gnome-base/libgnomeprint/libgnomeprint-2.18.4.ebuild b/gnome-base/libgnomeprint/libgnomeprint-2.18.4.ebuild
index efe0d6fc1c24..ee8ea0603e17 100644
--- a/gnome-base/libgnomeprint/libgnomeprint-2.18.4.ebuild
+++ b/gnome-base/libgnomeprint/libgnomeprint-2.18.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.4.ebuild,v 1.8 2008/04/20 01:35:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.4.ebuild,v 1.9 2008/08/28 09:30:47 flameeyes Exp $
inherit gnome2
@@ -36,5 +36,7 @@ DOCS="AUTHORS BUGS ChangeLog* NEWS README"
USE_DESTDIR="1"
pkg_setup() {
- G2CONF="$(use_with cups)"
+ # Disable papi support until papi is in portage; avoids automagic
+ # dependencies on an untracked library.
+ G2CONF="$(use_with cups) --without-papi"
}