commit:     2f379a54878ab3f7dad7fed6d92d202eeb62f959
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 30 20:09:24 2021 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 30 20:09:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f379a54

x11-plugins/pidgin-indicator: Use xdg.eclass

Closes: https://bugs.gentoo.org/792387
Thanks-to: Agostino Sarubbo
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild 
b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild
index f3f67ac2bc9..9cc906c6bfd 100644
--- a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild
+++ b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools
+inherit autotools xdg
 
 DESCRIPTION="AppIndicator/KStatusNotifierItem plugin for Pidgin"
 HOMEPAGE="https://github.com/philipl/pidgin-indicator";
@@ -34,7 +34,7 @@ PATCHES=(
 )
 
 src_prepare() {
-       default
+       xdg_src_prepare
        eautoreconf
 }
 

Reply via email to