From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1371209-garchives=archives.gentoo.org@lists.gentoo.org> 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 0CC0A15808B for <garchives@archives.gentoo.org>; Sun, 27 Feb 2022 03:14:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26D46E09B6; Sun, 27 Feb 2022 03:14:37 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06982E09B6 for <gentoo-commits@lists.gentoo.org>; Sun, 27 Feb 2022 03:14:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 27550342EDA for <gentoo-commits@lists.gentoo.org>; Sun, 27 Feb 2022 03:14:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C0DB2CB for <gentoo-commits@lists.gentoo.org>; Sun, 27 Feb 2022 03:14:34 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1645931587.fd07b2d2eec746eda55e2fa1f724b7ea9ebe49b3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/waypipe/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/waypipe/waypipe-0.7.2-r1.ebuild gui-apps/waypipe/waypipe-0.8.0-r1.ebuild gui-apps/waypipe/waypipe-9999.ebuild X-VCS-Directories: gui-apps/waypipe/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fd07b2d2eec746eda55e2fa1f724b7ea9ebe49b3 X-VCS-Branch: master Date: Sun, 27 Feb 2022 03:14:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0fc91443-9975-4dce-918c-07cea1590282 X-Archives-Hash: 6ed458bbfe50f9125c7a4446c6210674 commit: fd07b2d2eec746eda55e2fa1f724b7ea9ebe49b3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Feb 27 03:13:07 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Feb 27 03:13:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd07b2d2 gui-apps/waypipe: drop no-op IUSE=neon Use CPU_FLAGS_ARM_NEON. Signed-off-by: Sam James <sam <AT> gentoo.org> gui-apps/waypipe/waypipe-0.7.2-r1.ebuild | 4 ++-- gui-apps/waypipe/waypipe-0.8.0-r1.ebuild | 4 ++-- gui-apps/waypipe/waypipe-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gui-apps/waypipe/waypipe-0.7.2-r1.ebuild b/gui-apps/waypipe/waypipe-0.7.2-r1.ebuild index ea63e6c5435b..e4870877181c 100644 --- a/gui-apps/waypipe/waypipe-0.7.2-r1.ebuild +++ b/gui-apps/waypipe/waypipe-0.7.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,7 +29,7 @@ WAYPIPE_FLAG_MAP=( "${WAYPIPE_FLAG_MAP_ARM[@]/#/cpu_flags_arm_}" ) -IUSE="dmabuf ffmpeg lz4 man neon systemtap test vaapi zstd ${WAYPIPE_FLAG_MAP[@]%:*}" +IUSE="dmabuf ffmpeg lz4 man systemtap test vaapi zstd ${WAYPIPE_FLAG_MAP[@]%:*}" REQUIRED_USE="vaapi? ( ffmpeg )" RESTRICT="!test? ( test )" diff --git a/gui-apps/waypipe/waypipe-0.8.0-r1.ebuild b/gui-apps/waypipe/waypipe-0.8.0-r1.ebuild index 32359fd9fa55..0a113f6b31c7 100644 --- a/gui-apps/waypipe/waypipe-0.8.0-r1.ebuild +++ b/gui-apps/waypipe/waypipe-0.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,7 +29,7 @@ WAYPIPE_FLAG_MAP=( "${WAYPIPE_FLAG_MAP_ARM[@]/#/cpu_flags_arm_}" ) -IUSE="dmabuf ffmpeg lz4 man neon systemtap test vaapi zstd ${WAYPIPE_FLAG_MAP[@]%:*}" +IUSE="dmabuf ffmpeg lz4 man systemtap test vaapi zstd ${WAYPIPE_FLAG_MAP[@]%:*}" REQUIRED_USE="vaapi? ( ffmpeg )" RESTRICT="!test? ( test )" diff --git a/gui-apps/waypipe/waypipe-9999.ebuild b/gui-apps/waypipe/waypipe-9999.ebuild index 32359fd9fa55..0a113f6b31c7 100644 --- a/gui-apps/waypipe/waypipe-9999.ebuild +++ b/gui-apps/waypipe/waypipe-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,7 +29,7 @@ WAYPIPE_FLAG_MAP=( "${WAYPIPE_FLAG_MAP_ARM[@]/#/cpu_flags_arm_}" ) -IUSE="dmabuf ffmpeg lz4 man neon systemtap test vaapi zstd ${WAYPIPE_FLAG_MAP[@]%:*}" +IUSE="dmabuf ffmpeg lz4 man systemtap test vaapi zstd ${WAYPIPE_FLAG_MAP[@]%:*}" REQUIRED_USE="vaapi? ( ffmpeg )" RESTRICT="!test? ( test )"