From 2f379a54878ab3f7dad7fed6d92d202eeb62f959 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 30 May 2021 22:09:24 +0200 Subject: 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 --- x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-plugins') 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 f3f67ac2bc91..9cc906c6bfd8 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 } -- cgit v1.2.3-65-gdbad