summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2008-10-02 14:58:37 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2008-10-02 14:58:37 +0000
commit287d149970069547bc5bfed35156e8030b4a5bfd (patch)
tree3f2cdf438227327f6e32dcd25fe86035b814aeb2 /media-libs/fontconfig
parentclean up for bug #237302 (diff)
downloadgentoo-2-287d149970069547bc5bfed35156e8030b4a5bfd.tar.gz
gentoo-2-287d149970069547bc5bfed35156e8030b4a5bfd.tar.bz2
gentoo-2-287d149970069547bc5bfed35156e8030b4a5bfd.zip
Because opfer was so thoughtful as to change the name of a useflag on stable package :-), people who had built docbook-sgml-utils before September 2nd would have built it with tetex to get docbook2pdf. This changes the built_with_use logic to take that into consideration.
(Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc8 x86_64)
Diffstat (limited to 'media-libs/fontconfig')
-rw-r--r--media-libs/fontconfig/ChangeLog9
-rw-r--r--media-libs/fontconfig/fontconfig-2.6.0-r2.ebuild7
2 files changed, 13 insertions, 3 deletions
diff --git a/media-libs/fontconfig/ChangeLog b/media-libs/fontconfig/ChangeLog
index 437e7d34cb52..29750046aeca 100644
--- a/media-libs/fontconfig/ChangeLog
+++ b/media-libs/fontconfig/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-libs/fontconfig
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.127 2008/10/01 15:42:34 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.128 2008/10/02 14:58:37 loki_val Exp $
+
+ 02 Oct 2008; Peter Alfredsen <loki_val@gentoo.org>
+ fontconfig-2.6.0-r2.ebuild:
+ Because opfer was so thoughtful as to change the name of a useflag on
+ stable package, people who had built docbook-sgml-utils before September
+ 2nd would have built it with tetex to get docbook2pdf. This changes the
+ built_with_use logic to take that into consideration.
01 Oct 2008; Peter Alfredsen <loki_val@gentoo.org>
ChangeLog, fontconfig-2.6.0-r2.ebuild:
diff --git a/media-libs/fontconfig/fontconfig-2.6.0-r2.ebuild b/media-libs/fontconfig/fontconfig-2.6.0-r2.ebuild
index a6fa620d7b09..1082b0f012e2 100644
--- a/media-libs/fontconfig/fontconfig-2.6.0-r2.ebuild
+++ b/media-libs/fontconfig/fontconfig-2.6.0-r2.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/media-libs/fontconfig/fontconfig-2.6.0-r2.ebuild,v 1.8 2008/10/01 15:39:01 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.6.0-r2.ebuild,v 1.9 2008/10/02 14:58:37 loki_val Exp $
WANT_AUTOMAKE=1.9
@@ -32,7 +32,10 @@ PDEPEND="app-admin/eselect-fontconfig"
pkg_setup() {
#To get docbook2pdf
- if use doc && ! built_with_use app-text/docbook-sgml-utils jadetex
+ if use doc && ! { built_with_use --missing false app-text/docbook-sgml-utils jadetex \
+ || \
+ built_with_use --missing false app-text/docbook-sgml-utils tetex;
+ }
then
die "For this package to be built with the doc use flag, app-text/docbook-sgml-utils must be built with the jadetex use flag"
fi