diff options
author | Rick Farina <zerochaos@gentoo.org> | 2023-08-19 18:42:58 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2023-08-19 18:42:58 -0400 |
commit | a0f1ae9d61519169d9068fc80b03f3f17344dfc6 (patch) | |
tree | 06f266b5f75af52e53f8bbf2c276668a8d64d81e /net-analyzer | |
parent | media-video/vidcutter: drop 6.0.5.1-r2 (diff) | |
download | gentoo-a0f1ae9d61519169d9068fc80b03f3f17344dfc6.tar.gz gentoo-a0f1ae9d61519169d9068fc80b03f3f17344dfc6.tar.bz2 gentoo-a0f1ae9d61519169d9068fc80b03f3f17344dfc6.zip |
net-analyzer/cloudshark: update EAPI 7 -> 8
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/cloudshark/cloudshark-1.0.4.ebuild | 6 |
1 files 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" |