diff options
author | Sam James <sam@gentoo.org> | 2022-02-27 03:13:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-27 03:13:07 +0000 |
commit | fd07b2d2eec746eda55e2fa1f724b7ea9ebe49b3 (patch) | |
tree | 17db6a18342bb280c8f9afa916c1a6763b64123d /gui-apps/waypipe | |
parent | dev-go/vend: new package, a dependency vendor for go programs (diff) | |
download | gentoo-fd07b2d2eec746eda55e2fa1f724b7ea9ebe49b3.tar.gz gentoo-fd07b2d2eec746eda55e2fa1f724b7ea9ebe49b3.tar.bz2 gentoo-fd07b2d2eec746eda55e2fa1f724b7ea9ebe49b3.zip |
gui-apps/waypipe: drop no-op IUSE=neon
Use CPU_FLAGS_ARM_NEON.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-apps/waypipe')
-rw-r--r-- | gui-apps/waypipe/waypipe-0.7.2-r1.ebuild | 4 | ||||
-rw-r--r-- | gui-apps/waypipe/waypipe-0.8.0-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 )" |