Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-indicator/
Date: Sun, 30 May 2021 20:14:58
Message-Id: 1622405364.2f379a54878ab3f7dad7fed6d92d202eeb62f959.pacho@gentoo
1 commit: 2f379a54878ab3f7dad7fed6d92d202eeb62f959
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 30 20:09:24 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 20:09:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f379a54
7
8 x11-plugins/pidgin-indicator: Use xdg.eclass
9
10 Closes: https://bugs.gentoo.org/792387
11 Thanks-to: Agostino Sarubbo
12 Package-Manager: Portage-3.0.19, Repoman-3.0.3
13 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
14
15 x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild
19 index f3f67ac2bc9..9cc906c6bfd 100644
20 --- a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild
21 +++ b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -inherit autotools
27 +inherit autotools xdg
28
29 DESCRIPTION="AppIndicator/KStatusNotifierItem plugin for Pidgin"
30 HOMEPAGE="https://github.com/philipl/pidgin-indicator"
31 @@ -34,7 +34,7 @@ PATCHES=(
32 )
33
34 src_prepare() {
35 - default
36 + xdg_src_prepare
37 eautoreconf
38 }