diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-05-02 19:12:17 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-05-02 19:12:17 +0000 |
commit | eff7c1522282a6c90bd9c41824f251732bd04b6b (patch) | |
tree | b2a860227d10874ae99f69429482e0f67f795c76 /app-editors/gedit-plugins | |
parent | Move header file back into the ruby hdrdir because this actually works with r... (diff) | |
download | gentoo-2-eff7c1522282a6c90bd9c41824f251732bd04b6b.tar.gz gentoo-2-eff7c1522282a6c90bd9c41824f251732bd04b6b.tar.bz2 gentoo-2-eff7c1522282a6c90bd9c41824f251732bd04b6b.zip |
Fix dependencies (bug #365591).
(Portage version: 2.2.0_alpha30_p35/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.30.0.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-editors/gedit-plugins/ChangeLog b/app-editors/gedit-plugins/ChangeLog index 345554e12d61..4d70729177dd 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.13 2011/04/16 20:01:14 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.14 2011/05/02 19:12:17 arfrever Exp $ + + 02 May 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + gedit-plugins-2.30.0.ebuild: + Fix dependencies (bug #365591). 16 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> gedit-plugins-2.30.0.ebuild: diff --git a/app-editors/gedit-plugins/gedit-plugins-2.30.0.ebuild b/app-editors/gedit-plugins/gedit-plugins-2.30.0.ebuild index 52ba2a9898f6..15ef203bc72f 100644 --- a/app-editors/gedit-plugins/gedit-plugins-2.30.0.ebuild +++ b/app-editors/gedit-plugins/gedit-plugins-2.30.0.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2011 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.30.0.ebuild,v 1.5 2011/04/16 20:01:14 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-2.30.0.ebuild,v 1.6 2011/05/02 19:12:17 arfrever Exp $ EAPI="3" GCONF_DEBUG="no" -PYTHON_DEPEND="session? 2" -PYTHON_USE_WITH_OPT="session? xml" +PYTHON_DEPEND="session? 2:2.6" +PYTHON_USE_WITH="xml" +PYTHON_USE_WITH_OPT="session" inherit gnome2 multilib python eutils |