diff options
author | David Seifert <soap@gentoo.org> | 2020-02-12 19:03:02 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-12 19:03:02 +0100 |
commit | e4918e96e842736d339f32df7b08ce1685c06b4e (patch) | |
tree | ee82ce9a7a384993daf3e42edd13618159f1d97b /net-misc/linux-eoip | |
parent | net-irc/ptlink-ircd: [QA] inherit vcs-clean.eclass directly (diff) | |
download | gentoo-e4918e96e842736d339f32df7b08ce1685c06b4e.tar.gz gentoo-e4918e96e842736d339f32df7b08ce1685c06b4e.tar.bz2 gentoo-e4918e96e842736d339f32df7b08ce1685c06b4e.zip |
net-misc/linux-eoip: [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-misc/linux-eoip')
-rw-r--r-- | net-misc/linux-eoip/linux-eoip-0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/linux-eoip/linux-eoip-0.5.ebuild b/net-misc/linux-eoip/linux-eoip-0.5.ebuild index 89b53995b2a9..715474cb94c2 100644 --- a/net-misc/linux-eoip/linux-eoip-0.5.ebuild +++ b/net-misc/linux-eoip/linux-eoip-0.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 AUTOTOOLS_AUTORECONF=1 AUTOTOOLS_IN_SOURCE_BUILD=1 -inherit eutils autotools-utils +inherit eutils autotools-utils vcs-clean DESCRIPTION="Linux support for proprietary MIkrotik EoIP protocol" HOMEPAGE="https://code.google.com/p/linux-eoip/" |