diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:01:29 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:01:29 +0100 |
commit | 6405ce09ce87f8837f0671a556a810f44e33bfa0 (patch) | |
tree | b0c1eb46535ecb443aa858684a7f0840e8fa7758 /net-irc | |
parent | net-im/purple-events: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-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.ebuild | 4 |
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" |