diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-07-10 13:28:39 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-07-10 13:28:39 +0200 |
commit | 3b9bc5230c3e94326b668bb07aba46a17c9ee320 (patch) | |
tree | a1abbe378f2c439b7e20211a029227f604000649 | |
parent | xfce-base/xfce4-panel: Bump to 4.17.2 (diff) | |
download | gentoo-3b9bc5230c3e94326b668bb07aba46a17c9ee320.tar.gz gentoo-3b9bc5230c3e94326b668bb07aba46a17c9ee320.tar.bz2 gentoo-3b9bc5230c3e94326b668bb07aba46a17c9ee320.zip |
net-misc/felix: fix UnusedInherits
version 3.1.3: unused eclasses: systemd, user
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r-- | net-misc/felix/felix-3.1.3.ebuild | 4 |
1 files 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" |