summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom William Payne <twp@gentoo.org>2004-06-20 08:13:46 +0000
committerTom William Payne <twp@gentoo.org>2004-06-20 08:13:46 +0000
commit6ffa7eb7e11d0689d109155b7099be6e8a741f9f (patch)
treeeb7aa293de08323cb01d028a5669757bb81f74b0 /x11-libs/cairo/cairo-0.1.18.ebuild
parentAdded IUSE. (diff)
downloadhistorical-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.ebuild4
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
}