summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-26 00:04:38 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-26 00:04:38 +0000
commit4ce75c4d09e3d71bdd6185131a43fe4c9a6083a2 (patch)
tree3729dad6e05122392ac9cbdc6cd86c3f0060d58d /media-fonts
parentdisable XAA to allow building against >=xorg-server-1.12.99.902, bug #428094 (diff)
downloadgentoo-2-4ce75c4d09e3d71bdd6185131a43fe4c9a6083a2.tar.gz
gentoo-2-4ce75c4d09e3d71bdd6185131a43fe4c9a6083a2.tar.bz2
gentoo-2-4ce75c4d09e3d71bdd6185131a43fe4c9a6083a2.zip
migrate to XORG_CONFIGURE_OPTIONS, bug #428100.
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'media-fonts')
-rw-r--r--media-fonts/font-util/ChangeLog7
-rw-r--r--media-fonts/font-util/font-util-1.3.0.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/media-fonts/font-util/ChangeLog b/media-fonts/font-util/ChangeLog
index 69c6ef0db3bc..2873a445c574 100644
--- a/media-fonts/font-util/ChangeLog
+++ b/media-fonts/font-util/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-fonts/font-util
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-util/ChangeLog,v 1.71 2012/07/12 17:04:55 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-util/ChangeLog,v 1.72 2012/07/26 00:04:38 chithanh Exp $
+
+ 26 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ font-util-1.3.0.ebuild:
+ migrate to XORG_CONFIGURE_OPTIONS, bug #428100.
12 Jul 2012; Brent Baude <ranger@gentoo.org> font-util-1.3.0.ebuild:
Marking font-util-1.3.0 ppc stable for bug 419473
@@ -277,4 +281,3 @@
08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+font-util-0.99.0.ebuild:
Initial commit for modular X.
-
diff --git a/media-fonts/font-util/font-util-1.3.0.ebuild b/media-fonts/font-util/font-util-1.3.0.ebuild
index 823325517d69..deaaced62a78 100644
--- a/media-fonts/font-util/font-util-1.3.0.ebuild
+++ b/media-fonts/font-util/font-util-1.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-util/font-util-1.3.0.ebuild,v 1.8 2012/07/12 17:04:55 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-util/font-util-1.3.0.ebuild,v 1.9 2012/07/26 00:04:38 chithanh Exp $
EAPI=4
inherit xorg-2
@@ -14,4 +14,4 @@ IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
-CONFIGURE_OPTIONS="--with-mapdir=${EPREFIX}/usr/share/fonts/util --with-fontrootdir=${EPREFIX}/usr/share/fonts"
+XORG_CONFIGURE_OPTIONS="--with-mapdir=${EPREFIX}/usr/share/fonts/util --with-fontrootdir=${EPREFIX}/usr/share/fonts"