summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-01-17 05:14:18 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-01-17 05:14:18 +0000
commit7c9a424c29dcd1ba2f93ac94753b7917927e1fc4 (patch)
treebe1147bdd7f5f7dfa7e401fd7b1a8f7af81f79ea /x11-libs/cairo
parentIf installing from a binpkg, then ${T} does not exist, so look at the just-in... (diff)
downloadgentoo-2-7c9a424c29dcd1ba2f93ac94753b7917927e1fc4.tar.gz
gentoo-2-7c9a424c29dcd1ba2f93ac94753b7917927e1fc4.tar.bz2
gentoo-2-7c9a424c29dcd1ba2f93ac94753b7917927e1fc4.zip
Compile fails with only libtool 1.5 present.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r--x11-libs/cairo/ChangeLog7
-rw-r--r--x11-libs/cairo/cairo-1.8.8.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog
index d272a56eac8c..e77202bd9798 100644
--- a/x11-libs/cairo/ChangeLog
+++ b/x11-libs/cairo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/cairo
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.232 2009/12/26 19:26:24 pva Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.233 2010/01/17 05:14:18 robbat2 Exp $
+
+ 17 Jan 2010; Robin H. Johnson <robbat2@gentoo.org> cairo-1.8.8.ebuild:
+ Compile fails with only libtool 1.5 present.
26 Dec 2009; Peter Volkov <pva@gentoo.org> cairo-1.8.6-r1.ebuild,
cairo-1.8.8.ebuild:
diff --git a/x11-libs/cairo/cairo-1.8.8.ebuild b/x11-libs/cairo/cairo-1.8.8.ebuild
index 4c6444794487..e1dd8815b631 100644
--- a/x11-libs/cairo/cairo-1.8.8.ebuild
+++ b/x11-libs/cairo/cairo-1.8.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.8.ebuild,v 1.14 2009/12/26 19:26:24 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.8.ebuild,v 1.15 2010/01/17 05:14:18 robbat2 Exp $
EAPI=2
@@ -45,6 +45,7 @@ RDEPEND="media-libs/fontconfig
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.19
+ >=sys-devel/libtool-2
doc? ( >=dev-util/gtk-doc-1.6
~app-text/docbook-xml-dtd-4.2 )
X? ( x11-proto/renderproto )