diff options
author | Sam James <sam@gentoo.org> | 2021-03-04 04:54:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-04 04:54:47 +0000 |
commit | 62f1cb871dbd4acb159060cb2e72344cc208f3c1 (patch) | |
tree | 0445518bd71011744ef5450e1594f46dd85f65a6 /net-analyzer | |
parent | net-analyzer/wireshark: remove 3.4.2 (diff) | |
download | gentoo-62f1cb871dbd4acb159060cb2e72344cc208f3c1.tar.gz gentoo-62f1cb871dbd4acb159060cb2e72344cc208f3c1.tar.bz2 gentoo-62f1cb871dbd4acb159060cb2e72344cc208f3c1.zip |
net-analyzer/wireshark: rename live ebuild
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/files/wireshark-9999-ui-needs-wiretap.patch (renamed from net-analyzer/wireshark/files/wireshark-99999999-ui-needs-wiretap.patch) | 0 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-3.4.3.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-9999.ebuild (renamed from net-analyzer/wireshark/wireshark-99999999.ebuild) | 4 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/files/wireshark-99999999-ui-needs-wiretap.patch b/net-analyzer/wireshark/files/wireshark-9999-ui-needs-wiretap.patch index c0bfc3acd5a6..c0bfc3acd5a6 100644 --- a/net-analyzer/wireshark/files/wireshark-99999999-ui-needs-wiretap.patch +++ b/net-analyzer/wireshark/files/wireshark-9999-ui-needs-wiretap.patch diff --git a/net-analyzer/wireshark/wireshark-3.4.3.ebuild b/net-analyzer/wireshark/wireshark-3.4.3.ebuild index 311f89608fec..7ff5005db92b 100644 --- a/net-analyzer/wireshark/wireshark-3.4.3.ebuild +++ b/net-analyzer/wireshark/wireshark-3.4.3.ebuild @@ -100,7 +100,7 @@ RESTRICT="test" PATCHES=( "${FILESDIR}"/${PN}-2.6.0-redhat.patch "${FILESDIR}"/${PN}-3.4.2-cmake-lua-version.patch - "${FILESDIR}"/${PN}-99999999-ui-needs-wiretap.patch + "${FILESDIR}"/${PN}-9999-ui-needs-wiretap.patch ) pkg_setup() { diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-9999.ebuild index 80fb077c9a96..0854e2e82548 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -98,7 +98,7 @@ RESTRICT="!test? ( test )" PATCHES=( "${FILESDIR}"/${PN}-2.6.0-redhat.patch "${FILESDIR}"/${PN}-3.4.2-cmake-lua-version.patch - "${FILESDIR}"/${PN}-99999999-ui-needs-wiretap.patch + "${FILESDIR}"/${PN}-9999-ui-needs-wiretap.patch ) pkg_setup() { |