diff options
author | Travis Tilley <lv@gentoo.org> | 2004-05-12 12:53:42 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-05-12 12:53:42 +0000 |
commit | 85257c05a99e0e3d7096962a30b86a6223b421b5 (patch) | |
tree | 0433e50650fb41a6f61bcd0fc060a95bb0326379 /x11-libs/cairo | |
parent | removed hardened-gcc logic, changed to use flag logic for capability bugfix (... (diff) | |
download | gentoo-2-85257c05a99e0e3d7096962a30b86a6223b421b5.tar.gz gentoo-2-85257c05a99e0e3d7096962a30b86a6223b421b5.tar.bz2 gentoo-2-85257c05a99e0e3d7096962a30b86a6223b421b5.zip |
fixed dep on libpixman
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-0.1.23.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index fe65efd04a4f..3ae78ae76eea 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/cairo # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.5 2004/05/12 00:16:41 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.6 2004/05/12 12:53:42 lv Exp $ + + 12 May 2004; Travis Tilley <lv@gentoo.org> cairo-0.1.23.ebuild: + fixed dep on libpixman *cairo-0.1.23 (11 May 2004) diff --git a/x11-libs/cairo/cairo-0.1.23.ebuild b/x11-libs/cairo/cairo-0.1.23.ebuild index 4f3591b82cae..44ea755ee540 100644 --- a/x11-libs/cairo/cairo-0.1.23.ebuild +++ b/x11-libs/cairo/cairo-0.1.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.23.ebuild,v 1.1 2004/05/12 00:16:41 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.23.ebuild,v 1.2 2004/05/12 12:53:42 lv Exp $ DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="http://cairographics.org/" @@ -13,7 +13,7 @@ DEPEND="virtual/x11 virtual/xft media-libs/fontconfig >=media-libs/freetype-2* - media-libs/libpixman" + >=media-libs/libpixman-0.1.1" src_compile() { PKG_CONFIG_PATH=${FILESDIR} econf || die |