diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-11-18 07:02:29 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-11-18 07:02:29 +0000 |
commit | 0178ee7320128496bbcca75ab82a0ae3c73d17c3 (patch) | |
tree | 355dab178b19f131acbdfa9801530e011b8d1ea4 /x11-libs | |
parent | rev bump. always enable png since it was causing a mess without it and doesn'... (diff) | |
download | gentoo-2-0178ee7320128496bbcca75ab82a0ae3c73d17c3.tar.gz gentoo-2-0178ee7320128496bbcca75ab82a0ae3c73d17c3.tar.bz2 gentoo-2-0178ee7320128496bbcca75ab82a0ae3c73d17c3.zip |
Probably unncessary but the pkgconfig depend should really be 0.19
(Portage version: 2.1.2_rc2)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/cairo-1.2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/cairo/cairo-1.2.6.ebuild b/x11-libs/cairo/cairo-1.2.6.ebuild index c45192388a0d..c0aaba72343a 100644 --- a/x11-libs/cairo/cairo-1.2.6.ebuild +++ b/x11-libs/cairo/cairo-1.2.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/cairo/cairo-1.2.6.ebuild,v 1.1 2006/11/18 06:58:08 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.2.6.ebuild,v 1.2 2006/11/18 07:02:29 cardoe Exp $ inherit eutils flag-o-matic debug @@ -30,7 +30,7 @@ RDEPEND="media-libs/fontconfig svg? ( dev-libs/libxml2 )" DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9 + >=dev-util/pkgconfig-0.19 X? ( x11-proto/renderproto ) doc? ( >=dev-util/gtk-doc-1.3 |