diff options
author | David Seifert <soap@gentoo.org> | 2020-02-12 19:02:59 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-12 19:02:59 +0100 |
commit | 18145cac29dcfa3f8101f91a37b31157a38f80bf (patch) | |
tree | 4a3fe2bd94111bb5faedd2bb672c60db62802915 /net-irc/ptlink-ircd | |
parent | net-irc/cgiirc: [QA] inherit vcs-clean.eclass directly (diff) | |
download | gentoo-18145cac29dcfa3f8101f91a37b31157a38f80bf.tar.gz gentoo-18145cac29dcfa3f8101f91a37b31157a38f80bf.tar.bz2 gentoo-18145cac29dcfa3f8101f91a37b31157a38f80bf.zip |
net-irc/ptlink-ircd: [QA] inherit vcs-clean.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/ptlink-ircd')
-rw-r--r-- | net-irc/ptlink-ircd/ptlink-ircd-6.19.6-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/ptlink-ircd/ptlink-ircd-6.19.6-r3.ebuild b/net-irc/ptlink-ircd/ptlink-ircd-6.19.6-r3.ebuild index 6b9f9a8ccdcc..b608a84138e2 100644 --- a/net-irc/ptlink-ircd/ptlink-ircd-6.19.6-r3.ebuild +++ b/net-irc/ptlink-ircd/ptlink-ircd-6.19.6-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils ssl-cert user +inherit eutils ssl-cert user vcs-clean MY_P="PTlink${PV}" |