diff options
author | Rémi Cardona <remi@gentoo.org> | 2007-10-11 20:03:42 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2007-10-11 20:03:42 +0000 |
commit | c7b7b581828cee487bbee6553844e0102d28aa18 (patch) | |
tree | 54d2046f3f9f066afb83e051881587b2671906ce /app-editors/mlview | |
parent | Added patch to make it work with kernel 2.6.23, thanks to Helmut Auer <helmut... (diff) | |
download | gentoo-2-c7b7b581828cee487bbee6553844e0102d28aa18.tar.gz gentoo-2-c7b7b581828cee487bbee6553844e0102d28aa18.tar.bz2 gentoo-2-c7b7b581828cee487bbee6553844e0102d28aa18.zip |
app-editors/mlview: update gtksourceview deps (see bug #195366)
(Portage version: 2.1.3.12)
Diffstat (limited to 'app-editors/mlview')
-rw-r--r-- | app-editors/mlview/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/mlview/mlview-0.8-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/mlview/ChangeLog b/app-editors/mlview/ChangeLog index 3318740d875c..c2cbec31cd18 100644 --- a/app-editors/mlview/ChangeLog +++ b/app-editors/mlview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/mlview -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.18 2006/02/08 22:44:24 halcy0n Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.19 2007/10/11 20:03:42 remi Exp $ + + 11 Oct 2007; Rémi Cardona <remi@gentoo.org> mlview-0.8-r1.ebuild: + update gtksourceview deps (see bug #195366) 08 Feb 2006; Mark Loeser <halcy0n@gentoo.org> mlview-0.8-r1.ebuild: Stable on x86; bug #121997 diff --git a/app-editors/mlview/mlview-0.8-r1.ebuild b/app-editors/mlview/mlview-0.8-r1.ebuild index 461e11b82da0..0f77e3f3c857 100644 --- a/app-editors/mlview/mlview-0.8-r1.ebuild +++ b/app-editors/mlview/mlview-0.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/mlview-0.8-r1.ebuild,v 1.5 2007/07/13 05:34:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/mlview-0.8-r1.ebuild,v 1.6 2007/10/11 20:03:42 remi Exp $ inherit eutils gnome2 @@ -20,7 +20,7 @@ RDEPEND=">=dev-libs/libxml2-2.6.11 >=gnome-base/libgnome-2.6.1 >=gnome-base/gconf-2.6.2 >=gnome-base/eel-2.6.2 - >=x11-libs/gtksourceview-1 + =x11-libs/gtksourceview-1* sys-libs/zlib" DEPEND="${RDEPEND} >=dev-util/intltool-0.33 |