diff options
author | Pacho Ramos <pacho@gentoo.org> | 2021-05-30 22:09:24 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2021-05-30 22:09:24 +0200 |
commit | 2f379a54878ab3f7dad7fed6d92d202eeb62f959 (patch) | |
tree | 2617f3de8ae8880c8bb3fd3f636c7ad924f4a517 /x11-plugins | |
parent | dev-python/wsgiproxy2: Enable py3.10 (diff) | |
download | gentoo-2f379a54878ab3f7dad7fed6d92d202eeb62f959.tar.gz gentoo-2f379a54878ab3f7dad7fed6d92d202eeb62f959.tar.bz2 gentoo-2f379a54878ab3f7dad7fed6d92d202eeb62f959.zip |
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@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-indicator/pidgin-indicator-1.0.1.ebuild | 4 |
1 files 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 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 } |