diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-10 00:55:47 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-10 00:55:47 +0000 |
commit | 5c182716efcd2f28984d6958c3ccf3774cb24452 (patch) | |
tree | 4c145c23294f299a4a8f211078e8c8ce57e7d4f0 /app-editors/gedit-plugins | |
parent | Fix failure with USE=afp and glib-2.32.2 (bug #414787, thanks to Randy Tupas)... (diff) | |
download | gentoo-2-5c182716efcd2f28984d6958c3ccf3774cb24452.tar.gz gentoo-2-5c182716efcd2f28984d6958c3ccf3774cb24452.tar.bz2 gentoo-2-5c182716efcd2f28984d6958c3ccf3774cb24452.zip |
Depend on correct slot of gucharmap (bug #415315, thanks to Kris Hepler).
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/gedit-plugins')
-rw-r--r-- | app-editors/gedit-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/gedit-plugins/gedit-plugins-2.32.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/gedit-plugins/ChangeLog b/app-editors/gedit-plugins/ChangeLog index 0346f2e254d7..76e8cb1f4386 100644 --- a/app-editors/gedit-plugins/ChangeLog +++ b/app-editors/gedit-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/gedit-plugins # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.25 2012/05/03 18:33:02 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.26 2012/05/10 00:55:47 tetromino Exp $ + + 10 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + gedit-plugins-2.32.0.ebuild: + Depend on correct slot of gucharmap (bug #415315, thanks to Kris Hepler). 03 May 2012; Jeff Horelick <jdhore@gentoo.org> gedit-plugins-2.32.0.ebuild, gedit-plugins-3.2.1-r1.ebuild, gedit-plugins-3.4.0.ebuild: diff --git a/app-editors/gedit-plugins/gedit-plugins-2.32.0.ebuild b/app-editors/gedit-plugins/gedit-plugins-2.32.0.ebuild index 1f86bde10d08..905f54ce3ec8 100644 --- a/app-editors/gedit-plugins/gedit-plugins-2.32.0.ebuild +++ b/app-editors/gedit-plugins/gedit-plugins-2.32.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-2.32.0.ebuild,v 1.6 2012/05/03 18:33:02 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-2.32.0.ebuild,v 1.7 2012/05/10 00:55:47 tetromino Exp $ EAPI="3" GCONF_DEBUG="no" @@ -27,7 +27,7 @@ RDEPEND=">=x11-libs/gtk+-2.14:2 >=app-editors/gedit-2.29.3[python] >=dev-python/pygtk-2.14:2 python? ( >=dev-python/pygtksourceview-2.2:2 ) - charmap? ( >=gnome-extra/gucharmap-2.23.0 ) + charmap? ( >=gnome-extra/gucharmap-2.23.0:0 ) synctex? ( >=dev-python/dbus-python-0.82 ) terminal? ( dev-python/gconf-python |