diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-07-05 12:57:47 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-07-05 12:57:47 +0000 |
commit | f08f0deecabe5f7283996c61027cf3d68fedacb5 (patch) | |
tree | 1662ac461383fba8456fab7e731555e0b4cd6208 /app-editors/gedit | |
parent | Add env-update calls so that the CUDA libraries are picked up by other ebuild... (diff) | |
download | gentoo-2-f08f0deecabe5f7283996c61027cf3d68fedacb5.tar.gz gentoo-2-f08f0deecabe5f7283996c61027cf3d68fedacb5.tar.bz2 gentoo-2-f08f0deecabe5f7283996c61027cf3d68fedacb5.zip |
Fix RDEPEND on glib per bug #325911 (by Arsen Shnurkov)
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/gedit')
-rw-r--r-- | app-editors/gedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/gedit/gedit-2.30.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/gedit/ChangeLog b/app-editors/gedit/ChangeLog index 7a69c41c0583..dbb25febd94b 100644 --- a/app-editors/gedit/ChangeLog +++ b/app-editors/gedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/gedit # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.304 2010/07/05 12:35:36 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.305 2010/07/05 12:57:47 pacho Exp $ + + 05 Jul 2010; Pacho Ramos <pacho@gentoo.org> gedit-2.30.2.ebuild: + Fix RDEPEND on glib per bug #325911 (by Arsen Shnurkov) 05 Jul 2010; Pacho Ramos <pacho@gentoo.org> gedit-2.30.2.ebuild, +files/gedit-2.30.2-tests-skip.patch: diff --git a/app-editors/gedit/gedit-2.30.2.ebuild b/app-editors/gedit/gedit-2.30.2.ebuild index a074ff686106..88c840f2e05d 100644 --- a/app-editors/gedit/gedit-2.30.2.ebuild +++ b/app-editors/gedit/gedit-2.30.2.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/app-editors/gedit/gedit-2.30.2.ebuild,v 1.2 2010/07/05 12:35:36 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.30.2.ebuild,v 1.3 2010/07/05 12:57:47 pacho Exp $ GCONF_DEBUG="no" @@ -17,7 +17,7 @@ IUSE="doc python spell" RDEPEND=">=gnome-base/gconf-2 >=x11-libs/libSM-1.0 >=dev-libs/libxml2-2.5.0 - >=dev-libs/glib-2.22 + >=dev-libs/glib-2.23.1 >=x11-libs/gtk+-2.16.0 >=x11-libs/gtksourceview-2.9.7 spell? ( |