summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-07-18 12:16:47 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-07-18 12:16:47 +0000
commitda3f5e3eed767a730af7354e0fec414eace56e09 (patch)
tree25a579c68019300586234de333206ab0db1d1839 /x11-libs/cairo
parentVersion bump. (diff)
downloadgentoo-2-da3f5e3eed767a730af7354e0fec414eace56e09.tar.gz
gentoo-2-da3f5e3eed767a730af7354e0fec414eace56e09.tar.bz2
gentoo-2-da3f5e3eed767a730af7354e0fec414eace56e09.zip
Remove comment and useless econf option which was overriden by use_enable.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r--x11-libs/cairo/ChangeLog6
-rw-r--r--x11-libs/cairo/cairo-1.12.14-r3.ebuild5
2 files changed, 6 insertions, 5 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog
index 1000faf84798..55e63c6094b1 100644
--- a/x11-libs/cairo/ChangeLog
+++ b/x11-libs/cairo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/cairo
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.340 2013/07/17 20:44:10 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.341 2013/07/18 12:16:47 chithanh Exp $
+
+ 18 Jul 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ cairo-1.12.14-r3.ebuild:
+ Remove comment and useless econf option which was overriden by use_enable.
*cairo-1.12.14-r3 (17 Jul 2013)
diff --git a/x11-libs/cairo/cairo-1.12.14-r3.ebuild b/x11-libs/cairo/cairo-1.12.14-r3.ebuild
index e779e70eee96..443241808bc9 100644
--- a/x11-libs/cairo/cairo-1.12.14-r3.ebuild
+++ b/x11-libs/cairo/cairo-1.12.14-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.14-r3.ebuild,v 1.1 2013/07/17 16:19:28 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.14-r3.ebuild,v 1.2 2013/07/18 12:16:47 chithanh Exp $
EAPI=5
@@ -99,8 +99,6 @@ src_configure() {
use elibc_FreeBSD && myopts+=" --disable-symbol-lookup"
- # --disable-xcb-lib:
- # do not override good xlib backed by hardforcing rendering over xcb
econf \
--disable-dependency-tracking \
$(use_with X x) \
@@ -129,7 +127,6 @@ src_configure() {
--enable-pdf \
--enable-png \
--enable-ps \
- --disable-xlib-xcb \
${myopts}
}