diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-12-07 03:43:50 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-12-07 03:43:50 +0000 |
commit | 1b611f6b4d4419c40b1f91edbf0831052d1e9ccc (patch) | |
tree | 88c1dd7a37f1dee96e95df3d25c98124cce05519 /x11-libs/gtk+ | |
parent | Fix GLX endianness on big endian systems. This gets rid of the funky colours (diff) | |
download | gentoo-2-1b611f6b4d4419c40b1f91edbf0831052d1e9ccc.tar.gz gentoo-2-1b611f6b4d4419c40b1f91edbf0831052d1e9ccc.tar.bz2 gentoo-2-1b611f6b4d4419c40b1f91edbf0831052d1e9ccc.zip |
Removed pdf USE flag check since cairo no longer has the pdf USE flag
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-2.10.6.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index 734e002fe27f..c158cad3cb56 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gtk+ # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.288 2006/12/01 19:32:25 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.289 2006/12/07 03:43:50 cardoe Exp $ + + 07 Dec 2006; Doug Goldstein <cardoe@gentoo.org> gtk+-2.10.6.ebuild: + Removed pdf USE flag check since cairo no longer has the pdf USE flag 01 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org> gtk+-2.10.6.ebuild: Stable on hppa wrt #156572 diff --git a/x11-libs/gtk+/gtk+-2.10.6.ebuild b/x11-libs/gtk+/gtk+-2.10.6.ebuild index 1c461b1d32bd..c317ef228276 100644 --- a/x11-libs/gtk+/gtk+-2.10.6.ebuild +++ b/x11-libs/gtk+/gtk+-2.10.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.10.6.ebuild,v 1.9 2006/12/03 03:17:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.10.6.ebuild,v 1.10 2006/12/07 03:43:50 cardoe Exp $ inherit gnome.org flag-o-matic eutils debug autotools virtualx @@ -47,9 +47,9 @@ DEPEND="${RDEPEND} RESTRICT="confcache" pkg_setup() { - if ! built_with_use x11-libs/cairo X pdf ; then - einfo "Please re-emerge x11-libs/cairo with the X and pdf USE flag set" - die "cairo needs the X and pdf flag set" + if ! built_with_use x11-libs/cairo X; then + einfo "Please re-emerge x11-libs/cairo with the X USE flag set" + die "cairo needs the X flag set" fi } |