commit: 42f17a30c10f3bb5a3a84c51b770aa7262919d85 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Mon Feb 27 21:32:21 2017 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Mon Feb 27 21:32:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f17a30
net-im/pidgin: Reinstate gnome2 eclass to get rid of an xdg issue. This fixes https://bugs.gentoo.org/611138 Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-im/pidgin/pidgin-2.11.0-r1.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/net-im/pidgin/pidgin-2.11.0-r1.ebuild b/net-im/pidgin/pidgin-2.11.0-r1.ebuild index b1f3b7cf71..21da169356 100644 --- a/net-im/pidgin/pidgin-2.11.0-r1.ebuild +++ b/net-im/pidgin/pidgin-2.11.0-r1.ebuild @@ -7,7 +7,7 @@ EAPI=6 GENTOO_DEPEND_ON_PERL=no PYTHON_COMPAT=( python2_7 ) -inherit autotools flag-o-matic eutils toolchain-funcs multilib perl-module python-single-r1 +inherit autotools flag-o-matic eutils gnome2 toolchain-funcs multilib perl-module python-single-r1 DESCRIPTION="GTK Instant Messenger client" HOMEPAGE="http://pidgin.im/" @@ -226,10 +226,7 @@ src_configure() { } src_install() { - # mimicking gnome2_src_install as that one is banned for >=EAPI-6 (*sigh*) - export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" - emake DESTDIR="${D}" install - unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL + gnome2_src_install if use gtk; then # Fix tray pathes for kde-3.5, e16 (x11-wm/enlightenment) and other
