commit: a0f1ae9d61519169d9068fc80b03f3f17344dfc6 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org> AuthorDate: Sat Aug 19 22:42:58 2023 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Sat Aug 19 22:42:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f1ae9d
net-analyzer/cloudshark: update EAPI 7 -> 8 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> net-analyzer/cloudshark/cloudshark-1.0.4.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild b/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild index e49d01d326c7..3904b2a51763 100644 --- a/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild +++ b/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -inherit multilib +EAPI=8 DESCRIPTION="Easily upload your wireshark captures to CloudShark" HOMEPAGE="https://cloudshark.io/articles/wireshark-plugin/ https://github.com/cloudshark/wireshark-plugin"
