diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-02-27 22:32:21 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-02-27 22:32:42 +0100 |
commit | 42f17a30c10f3bb5a3a84c51b770aa7262919d85 (patch) | |
tree | 06a983bbb3211056824e3ef2e1eba5c0895ff1f6 /net-im/pidgin | |
parent | media-video/vlc: Update live builds (diff) | |
download | gentoo-42f17a30c10f3bb5a3a84c51b770aa7262919d85.tar.gz gentoo-42f17a30c10f3bb5a3a84c51b770aa7262919d85.tar.bz2 gentoo-42f17a30c10f3bb5a3a84c51b770aa7262919d85.zip |
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
Diffstat (limited to 'net-im/pidgin')
-rw-r--r-- | net-im/pidgin/pidgin-2.11.0-r1.ebuild | 7 |
1 files 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 b1f3b7cf714b..21da169356bc 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 |