diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-02-08 15:59:02 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-02-08 15:59:02 +0000 |
commit | d45a9cee66c4dc5f231ba2339fc2744217c09353 (patch) | |
tree | f219b13649201dfe3dadd1811686eee80e418b51 /x11-libs/cairo | |
parent | stable x86, bug 302046 (diff) | |
download | gentoo-2-d45a9cee66c4dc5f231ba2339fc2744217c09353.tar.gz gentoo-2-d45a9cee66c4dc5f231ba2339fc2744217c09353.tar.bz2 gentoo-2-d45a9cee66c4dc5f231ba2339fc2744217c09353.zip |
remove xcb-proto DEPEND as per bug #285606
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.8.8.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index c306a995d630..cd9f59bdc0de 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/cairo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.235 2010/02/08 05:19:16 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.236 2010/02/08 15:59:02 cardoe Exp $ + + 08 Feb 2010; Doug Goldstein <cardoe@gentoo.org> cairo-1.8.8.ebuild: + remove xcb-proto DEPEND as per bug #285606 08 Feb 2010; Doug Goldstein <cardoe@gentoo.org> cairo-1.8.8.ebuild: Enable svg as a USE default since most usages depend on it, and those that diff --git a/x11-libs/cairo/cairo-1.8.8.ebuild b/x11-libs/cairo/cairo-1.8.8.ebuild index 997ec60d5f5c..ac8785f1e162 100644 --- a/x11-libs/cairo/cairo-1.8.8.ebuild +++ b/x11-libs/cairo/cairo-1.8.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.8.ebuild,v 1.16 2010/02/08 05:19:16 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.8.ebuild,v 1.17 2010/02/08 15:59:02 cardoe Exp $ EAPI=2 @@ -48,8 +48,7 @@ DEPEND="${RDEPEND} >=sys-devel/libtool-2 doc? ( >=dev-util/gtk-doc-1.6 ~app-text/docbook-xml-dtd-4.2 ) - X? ( x11-proto/renderproto ) - xcb? ( x11-proto/xcb-proto )" + X? ( x11-proto/renderproto )" src_prepare() { # ClearType-like patches applied by ArchLinux |