diff options
author | Tom William Payne <twp@gentoo.org> | 2004-06-20 08:13:46 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2004-06-20 08:13:46 +0000 |
commit | 6ffa7eb7e11d0689d109155b7099be6e8a741f9f (patch) | |
tree | eb7aa293de08323cb01d028a5669757bb81f74b0 /x11-libs/cairo/cairo-0.1.18.ebuild | |
parent | Added IUSE. (diff) | |
download | historical-6ffa7eb7e11d0689d109155b7099be6e8a741f9f.tar.gz historical-6ffa7eb7e11d0689d109155b7099be6e8a741f9f.tar.bz2 historical-6ffa7eb7e11d0689d109155b7099be6e8a741f9f.zip |
Don't install xrender.pc. Bug # 49024.
Diffstat (limited to 'x11-libs/cairo/cairo-0.1.18.ebuild')
-rw-r--r-- | x11-libs/cairo/cairo-0.1.18.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-libs/cairo/cairo-0.1.18.ebuild b/x11-libs/cairo/cairo-0.1.18.ebuild index 33d21dfe5834..7948e43c8684 100644 --- a/x11-libs/cairo/cairo-0.1.18.ebuild +++ b/x11-libs/cairo/cairo-0.1.18.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.18.ebuild,v 1.3 2004/05/09 13:18:51 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.18.ebuild,v 1.4 2004/06/20 08:13:46 twp Exp $ DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="http://cairographics.org/" @@ -22,6 +22,4 @@ src_compile() { src_install() { make install DESTDIR=${D} - insinto /usr/lib/pkgconfig - doins ${FILESDIR}/xrender.pc } |