diff options
author | Tom William Payne <twp@gentoo.org> | 2004-06-27 11:18:40 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2004-06-27 11:18:40 +0000 |
commit | 56c71be2cce3dfcedb07ced64a93ec022287a102 (patch) | |
tree | dce26673ce1bbffe64fbb709d51f656e71cf2bce /x11-libs/cairo/cairo-0.1.23.ebuild | |
parent | x86 stable (Manifest recommit) (diff) | |
download | gentoo-2-56c71be2cce3dfcedb07ced64a93ec022287a102.tar.gz gentoo-2-56c71be2cce3dfcedb07ced64a93ec022287a102.tar.bz2 gentoo-2-56c71be2cce3dfcedb07ced64a93ec022287a102.zip |
Try to fix bug # 55099 (xrender.pc) using DEPEND magic
Diffstat (limited to 'x11-libs/cairo/cairo-0.1.23.ebuild')
-rw-r--r-- | x11-libs/cairo/cairo-0.1.23.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-libs/cairo/cairo-0.1.23.ebuild b/x11-libs/cairo/cairo-0.1.23.ebuild index e0467e5e0aa4..495f6e28a68a 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 Foundation # 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.5 2004/06/24 21:58:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.23.ebuild,v 1.6 2004/06/27 11:18:40 twp Exp $ DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="http://cairographics.org/" @@ -10,6 +10,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~amd64 ~sparc" IUSE="" DEPEND="virtual/x11 + !<=x11-base/xfree-4.3.0-r5 virtual/xft media-libs/fontconfig >=media-libs/freetype-2* @@ -22,4 +23,6 @@ src_compile() { src_install() { make install DESTDIR=${D} + insinto /usr/lib/pkgconfig + doins ${FILESDIR}/xrender.pc } |