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 28164158087 for ; Mon, 31 Jan 2022 19:53:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CB44E07EF; Mon, 31 Jan 2022 19:53:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED335E07EE for ; Mon, 31 Jan 2022 19:53:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0900F3430D5 for ; Mon, 31 Jan 2022 19:53:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 521FF261 for ; Mon, 31 Jan 2022 19:53:19 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1643658744.13269423e090fe5492b7a24ce0831e5fc5c58c6c.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/selint/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/selint/selint-9999.ebuild X-VCS-Directories: app-admin/selint/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 13269423e090fe5492b7a24ce0831e5fc5c58c6c X-VCS-Branch: master Date: Mon, 31 Jan 2022 19:53:19 +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: c6b5e71c-50b5-4287-b00b-3aabeb02ce18 X-Archives-Hash: 9f1436baff3f5b38d99f0421f77efa9d commit: 13269423e090fe5492b7a24ce0831e5fc5c58c6c Author: Jason Zaman gentoo org> AuthorDate: Mon Jan 31 19:09:38 2022 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Jan 31 19:52:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13269423 app-admin/selint: Update live ebuild to eapi8 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jason Zaman gentoo.org> app-admin/selint/selint-9999.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app-admin/selint/selint-9999.ebuild b/app-admin/selint/selint-9999.ebuild index edf31eb39cb0..db21da9231ac 100644 --- a/app-admin/selint/selint-9999.ebuild +++ b/app-admin/selint/selint-9999.ebuild @@ -1,11 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" -inherit toolchain-funcs - -DESCRIPTION="Policy Analysis Tools for SELinux" +DESCRIPTION="Static code analysis of refpolicy style SELinux policy" HOMEPAGE="https://github.com/TresysTechnology/selint/wiki" if [[ ${PV} == 9999 ]] ; then