summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Perier <mrpouet@gentoo.org>2009-11-07 21:45:13 +0000
committerRomain Perier <mrpouet@gentoo.org>2009-11-07 21:45:13 +0000
commit74210be12324b4bb224da521d2d28f40ee66cf0e (patch)
treed7250525c3fdf6a3de9abdbba71d3075294304d6 /dev-libs/glib/glib-2.20.5-r1.ebuild
parentStable on alpha, bug #286844 (diff)
downloadgentoo-2-74210be12324b4bb224da521d2d28f40ee66cf0e.tar.gz
gentoo-2-74210be12324b4bb224da521d2d28f40ee66cf0e.tar.bz2
gentoo-2-74210be12324b4bb224da521d2d28f40ee66cf0e.zip
Fix bug #292292, eautomake failed due to missing gtk-doc-am in DEPEND, drop redundant elibtoolize.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/glib/glib-2.20.5-r1.ebuild')
-rw-r--r--dev-libs/glib/glib-2.20.5-r1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-libs/glib/glib-2.20.5-r1.ebuild b/dev-libs/glib/glib-2.20.5-r1.ebuild
index 1342eeb754c9..979473bd962c 100644
--- a/dev-libs/glib/glib-2.20.5-r1.ebuild
+++ b/dev-libs/glib/glib-2.20.5-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.20.5-r1.ebuild,v 1.3 2009/11/07 21:20:12 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.20.5-r1.ebuild,v 1.4 2009/11/07 21:45:13 mrpouet Exp $
EAPI="2"
-inherit gnome.org libtool eutils flag-o-matic autotools
+inherit gnome.org eutils flag-o-matic autotools
DESCRIPTION="The GLib library of C routines"
HOMEPAGE="http://www.gtk.org/"
@@ -20,6 +20,7 @@ RDEPEND="virtual/libiconv
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.16
>=sys-devel/gettext-0.11
+ dev-util/gtk-doc-am
doc? (
>=dev-libs/libxslt-1.0
>=dev-util/gtk-doc-1.11
@@ -51,8 +52,6 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}2-CVE-2009-3289.patch
eautoreconf
-
- [[ ${CHOST} == *-freebsd* ]] && elibtoolize
}
src_configure() {