diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-16 20:01:14 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-16 20:01:14 +0000 |
commit | e64f8f927ab1dffa6f5a30e102581143dd0c1bda (patch) | |
tree | 8bf40e35c7f62f03e4a9e9c177e6ca7f3885a4fa /app-editors | |
parent | Remove old-style virtual/aspell-dict, bug 358821. (diff) | |
download | gentoo-2-e64f8f927ab1dffa6f5a30e102581143dd0c1bda.tar.gz gentoo-2-e64f8f927ab1dffa6f5a30e102581143dd0c1bda.tar.bz2 gentoo-2-e64f8f927ab1dffa6f5a30e102581143dd0c1bda.zip |
Fix deprecation warnings.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gedit-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/gedit-plugins/gedit-plugins-2.30.0.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-editors/gedit-plugins/ChangeLog b/app-editors/gedit-plugins/ChangeLog index b43577228782..345554e12d61 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.12 2011/03/23 06:22:17 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.13 2011/04/16 20:01:14 arfrever Exp $ + + 16 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + gedit-plugins-2.30.0.ebuild: + Fix deprecation warnings. 23 Mar 2011; Samuli Suominen <ssuominen@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 85f3b6d2297b..52ba2a9898f6 100644 --- a/app-editors/gedit-plugins/gedit-plugins-2.30.0.ebuild +++ b/app-editors/gedit-plugins/gedit-plugins-2.30.0.ebuild @@ -1,8 +1,8 @@ # 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.4 2011/03/23 06:22:17 ssuominen Exp $ +# $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 $ -EAPI="2" +EAPI="3" GCONF_DEBUG="no" PYTHON_DEPEND="session? 2" PYTHON_USE_WITH_OPT="session? xml" @@ -56,6 +56,7 @@ pkg_setup() { $(use_enable python)" python_set_active_version 2 + python_pkg_setup } src_prepare() { |