Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/linux-eoip/
Date: Wed, 12 Feb 2020 18:06:35
Message-Id: 1581530582.e4918e96e842736d339f32df7b08ce1685c06b4e.soap@gentoo
1 commit: e4918e96e842736d339f32df7b08ce1685c06b4e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 12 18:03:02 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 12 18:03:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4918e96
7
8 net-misc/linux-eoip: [QA] inherit vcs-clean.eclass directly
9
10 Package-Manager: Portage-2.3.88, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 net-misc/linux-eoip/linux-eoip-0.5.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/linux-eoip/linux-eoip-0.5.ebuild b/net-misc/linux-eoip/linux-eoip-0.5.ebuild
17 index 89b53995b2a..715474cb94c 100644
18 --- a/net-misc/linux-eoip/linux-eoip-0.5.ebuild
19 +++ b/net-misc/linux-eoip/linux-eoip-0.5.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=4
26 AUTOTOOLS_AUTORECONF=1
27 AUTOTOOLS_IN_SOURCE_BUILD=1
28
29 -inherit eutils autotools-utils
30 +inherit eutils autotools-utils vcs-clean
31
32 DESCRIPTION="Linux support for proprietary MIkrotik EoIP protocol"
33 HOMEPAGE="https://code.google.com/p/linux-eoip/"