commit: 3b9bc5230c3e94326b668bb07aba46a17c9ee320 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Jul 10 11:28:39 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Jul 10 11:28:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b9bc523
net-misc/felix: fix UnusedInherits version 3.1.3: unused eclasses: systemd, user Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> net-misc/felix/felix-3.1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/felix/felix-3.1.3.ebuild b/net-misc/felix/felix-3.1.3.ebuild index 97d86ba45d4a..33172bc354ba 100644 --- a/net-misc/felix/felix-3.1.3.ebuild +++ b/net-misc/felix/felix-3.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -86,7 +86,7 @@ EGO_VENDOR=( "k8s.io/kube-openapi 0c329704159e3b051aafac400b15baacf2a94a04 github.com/kubernetes/kube-openapi" ) -inherit golang-vcs-snapshot systemd user +inherit golang-vcs-snapshot FELIX_COMMIT="dba3279377fd6ec7baf0ee560bcaec685f25fa86"
