summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2007-10-18 11:56:37 +0000
committerRémi Cardona <remi@gentoo.org>2007-10-18 11:56:37 +0000
commit22d0b8af7b8f9014902ec9b3d77d30d3cce41951 (patch)
treeac8cb8dcf8c25530f8fe62184c0c0251f9aaa232 /x11-libs
parentSparc stable --- Security Bug #196164 --- no problems for me. (diff)
downloadgentoo-2-22d0b8af7b8f9014902ec9b3d77d30d3cce41951.tar.gz
gentoo-2-22d0b8af7b8f9014902ec9b3d77d30d3cce41951.tar.bz2
gentoo-2-22d0b8af7b8f9014902ec9b3d77d30d3cce41951.zip
x11-libs/gtksourceview: force system libpcre usage
(Portage version: 2.1.3.14)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/gtksourceview/ChangeLog5
-rw-r--r--x11-libs/gtksourceview/gtksourceview-2.0.1.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog
index 63887b4c403a..b72826893aa7 100644
--- a/x11-libs/gtksourceview/ChangeLog
+++ b/x11-libs/gtksourceview/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/gtksourceview
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.103 2007/10/17 12:06:50 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.104 2007/10/18 11:56:37 remi Exp $
+
+ 18 Oct 2007; Rémi Cardona <remi@gentoo.org> gtksourceview-2.0.1.ebuild:
+ force system libpcre usage
*gtksourceview-2.0.1 (17 Oct 2007)
diff --git a/x11-libs/gtksourceview/gtksourceview-2.0.1.ebuild b/x11-libs/gtksourceview/gtksourceview-2.0.1.ebuild
index 1ae7d8d7c60c..803df640a045 100644
--- a/x11-libs/gtksourceview/gtksourceview-2.0.1.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-2.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.1.ebuild,v 1.1 2007/10/17 12:06:50 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.1.ebuild,v 1.2 2007/10/18 11:56:37 remi Exp $
inherit gnome2 eutils autotools
@@ -14,7 +14,8 @@ IUSE="doc"
RDEPEND=">=x11-libs/gtk+-2.8
>=dev-libs/libxml2-2.5
- >=dev-libs/glib-2"
+ >=dev-libs/glib-2
+ >=dev-libs/libpcre-7.4"
DEPEND="${RDEPEND}
sys-devel/gettext
>=dev-util/intltool-0.35
@@ -25,5 +26,5 @@ DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO"
pkg_setup() {
# Removes the gnome-vfs dep
- G2CONF="${G2CONF} --disable-build-tests"
+ G2CONF="${G2CONF} --disable-build-tests --with-system-pcre"
}