diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-07 18:44:22 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-12 21:37:40 +0300 |
commit | 0e727a3a16bc2abfd39386f10821d3e5ce89c45a (patch) | |
tree | 164e6feca0fcb560567eee3a6fa1d0631c70a746 /net-analyzer/wireshark | |
parent | sys-apps/salinfo: last-rite (diff) | |
download | gentoo-0e727a3a16bc2abfd39386f10821d3e5ce89c45a.tar.gz gentoo-0e727a3a16bc2abfd39386f10821d3e5ce89c45a.tar.bz2 gentoo-0e727a3a16bc2abfd39386f10821d3e5ce89c45a.zip |
*/*: unkeyword ~ia64
Change was created by running the following command::
ekeyword ^ia64 */*/*.ebuild
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/wireshark-4.0.11.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-4.0.15.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-4.2.5.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-4.2.6.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-9999.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net-analyzer/wireshark/wireshark-4.0.11.ebuild b/net-analyzer/wireshark/wireshark-4.0.11.ebuild index f3715b72f3e7..ad1bce936375 100644 --- a/net-analyzer/wireshark/wireshark-4.0.11.ebuild +++ b/net-analyzer/wireshark/wireshark-4.0.11.ebuild @@ -23,7 +23,7 @@ else S="${WORKDIR}/${P/_/}" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc64 ~riscv x86" + KEYWORDS="amd64 arm arm64 ~hppa ppc64 ~riscv x86" fi fi diff --git a/net-analyzer/wireshark/wireshark-4.0.15.ebuild b/net-analyzer/wireshark/wireshark-4.0.15.ebuild index f3715b72f3e7..ad1bce936375 100644 --- a/net-analyzer/wireshark/wireshark-4.0.15.ebuild +++ b/net-analyzer/wireshark/wireshark-4.0.15.ebuild @@ -23,7 +23,7 @@ else S="${WORKDIR}/${P/_/}" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc64 ~riscv x86" + KEYWORDS="amd64 arm arm64 ~hppa ppc64 ~riscv x86" fi fi diff --git a/net-analyzer/wireshark/wireshark-4.2.5.ebuild b/net-analyzer/wireshark/wireshark-4.2.5.ebuild index e7a7b090bf6d..111f677c7d23 100644 --- a/net-analyzer/wireshark/wireshark-4.2.5.ebuild +++ b/net-analyzer/wireshark/wireshark-4.2.5.ebuild @@ -24,7 +24,7 @@ else S="${WORKDIR}/${P/_/}" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~riscv ~x86" + KEYWORDS="amd64 ~arm arm64 ~hppa ~riscv ~x86" fi fi diff --git a/net-analyzer/wireshark/wireshark-4.2.6.ebuild b/net-analyzer/wireshark/wireshark-4.2.6.ebuild index 8d02bfc81fb4..0f528cbd4200 100644 --- a/net-analyzer/wireshark/wireshark-4.2.6.ebuild +++ b/net-analyzer/wireshark/wireshark-4.2.6.ebuild @@ -24,7 +24,7 @@ else S="${WORKDIR}/${P/_/}" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc64 ~riscv x86" + KEYWORDS="amd64 arm arm64 ~hppa ~ppc64 ~riscv x86" fi fi diff --git a/net-analyzer/wireshark/wireshark-9999.ebuild b/net-analyzer/wireshark/wireshark-9999.ebuild index 63bc4eeebbb0..449b0acf4a56 100644 --- a/net-analyzer/wireshark/wireshark-9999.ebuild +++ b/net-analyzer/wireshark/wireshark-9999.ebuild @@ -24,7 +24,7 @@ else S="${WORKDIR}/${P/_/}" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~x86" fi fi |