summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-08-16 21:27:52 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-08-16 21:27:52 +0000
commit20a570edac55da3d5b3b3f95282b79c2a51aede3 (patch)
tree684afbcf8c0c0d09328047cb084b7df8a6942d5f /x11-libs/gtksourceview
parentAdd more fixes from upstream, and fix default shell config #333005 by Eugene ... (diff)
downloadgentoo-2-20a570edac55da3d5b3b3f95282b79c2a51aede3.tar.gz
gentoo-2-20a570edac55da3d5b3b3f95282b79c2a51aede3.tar.bz2
gentoo-2-20a570edac55da3d5b3b3f95282b79c2a51aede3.zip
Adjust dependencies wrt configure.ac. Disable maintainer mode since it's hard enabled in configure.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/gtksourceview')
-rw-r--r--x11-libs/gtksourceview/ChangeLog7
-rw-r--r--x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild10
2 files changed, 12 insertions, 5 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog
index 9cfdff50257c..6c9eedfaa766 100644
--- a/x11-libs/gtksourceview/ChangeLog
+++ b/x11-libs/gtksourceview/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/gtksourceview
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.182 2010/08/14 16:46:29 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.183 2010/08/16 21:27:52 eva Exp $
+
+ 16 Aug 2010; Gilles Dartiguelongue <eva@gentoo.org>
+ gtksourceview-2.10.4.ebuild:
+ Adjust dependencies wrt configure.ac. Disable maintainer mode since it's
+ hard enabled in configure.
14 Aug 2010; Raúl Porcel <armin76@gentoo.org> gtksourceview-2.8.2.ebuild:
alpha/ia64/sh/sparc stable wrt #314899
diff --git a/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild b/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild
index e92f47cf131e..3ad76a911eeb 100644
--- a/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.5 2010/08/01 11:16:58 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.6 2010/08/16 21:27:52 eva Exp $
EAPI="2"
GCONF_DEBUG="no"
@@ -20,15 +20,17 @@ RDEPEND=">=x11-libs/gtk+-2.12
>=dev-libs/glib-2.14
glade? ( >=dev-util/glade-3.2 )"
DEPEND="${RDEPEND}
- sys-devel/gettext
+ >=sys-devel/gettext-0.17
>=dev-util/intltool-0.40
>=dev-util/pkgconfig-0.9
- doc? ( >=dev-util/gtk-doc-1 )"
+ doc? ( >=dev-util/gtk-doc-1.11 )"
DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
pkg_config() {
- G2CONF="${G2CONF} $(use-enable glade glade-catalog)"
+ G2CONF="${G2CONF}
+ --disable-maintainer-mode
+ $(use-enable glade glade-catalog)"
}
src_prepare() {