summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-15 11:01:29 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-15 11:01:29 +0100
commit6405ce09ce87f8837f0671a556a810f44e33bfa0 (patch)
treeb0c1eb46535ecb443aa858684a7f0840e8fa7758 /net-irc
parentnet-im/purple-events: [QA] inherit ltprune.eclass directly (diff)
downloadgentoo-6405ce09ce87f8837f0671a556a810f44e33bfa0.tar.gz
gentoo-6405ce09ce87f8837f0671a556a810f44e33bfa0.tar.bz2
gentoo-6405ce09ce87f8837f0671a556a810f44e33bfa0.zip
net-irc/irssi: [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 'net-irc')
-rw-r--r--net-irc/irssi/irssi-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/irssi/irssi-9999.ebuild b/net-irc/irssi/irssi-9999.ebuild
index 0574746289d4..9af048ac2722 100644
--- a/net-irc/irssi/irssi-9999.ebuild
+++ b/net-irc/irssi/irssi-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
GENTOO_DEPEND_ON_PERL="no"
-inherit autotools perl-module git-r3
+inherit autotools perl-module git-r3 ltprune
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"