Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/waypipe/
Date: Sun, 27 Feb 2022 03:14:38
Message-Id: 1645931587.fd07b2d2eec746eda55e2fa1f724b7ea9ebe49b3.sam@gentoo
1 commit: fd07b2d2eec746eda55e2fa1f724b7ea9ebe49b3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 03:13:07 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 03:13:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd07b2d2
7
8 gui-apps/waypipe: drop no-op IUSE=neon
9
10 Use CPU_FLAGS_ARM_NEON.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 gui-apps/waypipe/waypipe-0.7.2-r1.ebuild | 4 ++--
15 gui-apps/waypipe/waypipe-0.8.0-r1.ebuild | 4 ++--
16 gui-apps/waypipe/waypipe-9999.ebuild | 4 ++--
17 3 files changed, 6 insertions(+), 6 deletions(-)
18
19 diff --git a/gui-apps/waypipe/waypipe-0.7.2-r1.ebuild b/gui-apps/waypipe/waypipe-0.7.2-r1.ebuild
20 index ea63e6c5435b..e4870877181c 100644
21 --- a/gui-apps/waypipe/waypipe-0.7.2-r1.ebuild
22 +++ b/gui-apps/waypipe/waypipe-0.7.2-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 2020-2021 Gentoo Authors
25 +# Copyright 2020-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -29,7 +29,7 @@ WAYPIPE_FLAG_MAP=(
30 "${WAYPIPE_FLAG_MAP_ARM[@]/#/cpu_flags_arm_}"
31 )
32
33 -IUSE="dmabuf ffmpeg lz4 man neon systemtap test vaapi zstd ${WAYPIPE_FLAG_MAP[@]%:*}"
34 +IUSE="dmabuf ffmpeg lz4 man systemtap test vaapi zstd ${WAYPIPE_FLAG_MAP[@]%:*}"
35 REQUIRED_USE="vaapi? ( ffmpeg )"
36 RESTRICT="!test? ( test )"
37
38
39 diff --git a/gui-apps/waypipe/waypipe-0.8.0-r1.ebuild b/gui-apps/waypipe/waypipe-0.8.0-r1.ebuild
40 index 32359fd9fa55..0a113f6b31c7 100644
41 --- a/gui-apps/waypipe/waypipe-0.8.0-r1.ebuild
42 +++ b/gui-apps/waypipe/waypipe-0.8.0-r1.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 2020-2021 Gentoo Authors
45 +# Copyright 2020-2022 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=7
49 @@ -29,7 +29,7 @@ WAYPIPE_FLAG_MAP=(
50 "${WAYPIPE_FLAG_MAP_ARM[@]/#/cpu_flags_arm_}"
51 )
52
53 -IUSE="dmabuf ffmpeg lz4 man neon systemtap test vaapi zstd ${WAYPIPE_FLAG_MAP[@]%:*}"
54 +IUSE="dmabuf ffmpeg lz4 man systemtap test vaapi zstd ${WAYPIPE_FLAG_MAP[@]%:*}"
55 REQUIRED_USE="vaapi? ( ffmpeg )"
56 RESTRICT="!test? ( test )"
57
58
59 diff --git a/gui-apps/waypipe/waypipe-9999.ebuild b/gui-apps/waypipe/waypipe-9999.ebuild
60 index 32359fd9fa55..0a113f6b31c7 100644
61 --- a/gui-apps/waypipe/waypipe-9999.ebuild
62 +++ b/gui-apps/waypipe/waypipe-9999.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 2020-2021 Gentoo Authors
65 +# Copyright 2020-2022 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=7
69 @@ -29,7 +29,7 @@ WAYPIPE_FLAG_MAP=(
70 "${WAYPIPE_FLAG_MAP_ARM[@]/#/cpu_flags_arm_}"
71 )
72
73 -IUSE="dmabuf ffmpeg lz4 man neon systemtap test vaapi zstd ${WAYPIPE_FLAG_MAP[@]%:*}"
74 +IUSE="dmabuf ffmpeg lz4 man systemtap test vaapi zstd ${WAYPIPE_FLAG_MAP[@]%:*}"
75 REQUIRED_USE="vaapi? ( ffmpeg )"
76 RESTRICT="!test? ( test )"