From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8F052158094 for ; Sun, 10 Jul 2022 11:30:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCC93E0BD2; Sun, 10 Jul 2022 11:30:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 971E0E0BD2 for ; Sun, 10 Jul 2022 11:30:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED3AA340E7C for ; Sun, 10 Jul 2022 11:30:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CDE2391 for ; Sun, 10 Jul 2022 11:30:14 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1657452519.3b9bc5230c3e94326b668bb07aba46a17c9ee320.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/felix/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/felix/felix-3.1.3.ebuild X-VCS-Directories: net-misc/felix/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 3b9bc5230c3e94326b668bb07aba46a17c9ee320 X-VCS-Branch: master Date: Sun, 10 Jul 2022 11:30:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ec3afa6a-3115-4f80-b8b8-0790247ee6bb X-Archives-Hash: 2f1e54c879d2ea0a49fbadb62f9b78ba commit: 3b9bc5230c3e94326b668bb07aba46a17c9ee320 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Jul 10 11:28:39 2022 +0000 Commit: Conrad Kostecki gentoo 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 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"