diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:03:20 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:03:20 +0100 |
commit | 7f006925e4d3b82649c429d76ffdbc8d70e75e30 (patch) | |
tree | 9174b4f999b3df677dd0b810d069cd37df21e4ef /x11-plugins/pidgin-gpg | |
parent | x11-misc/lineakd: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-7f006925e4d3b82649c429d76ffdbc8d70e75e30.tar.gz gentoo-7f006925e4d3b82649c429d76ffdbc8d70e75e30.tar.bz2 gentoo-7f006925e4d3b82649c429d76ffdbc8d70e75e30.zip |
x11-plugins/pidgin-gpg: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-plugins/pidgin-gpg')
-rw-r--r-- | x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild index 38840750300e..1d49c9c8eff5 100644 --- a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild +++ b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools eutils ltprune DESCRIPTION="Pidgin GPG/OpenPGP (XEP-0027) plugin" HOMEPAGE="https://github.com/Draghtnod/Pidgin-GPG" |