Gentoo Archives: gentoo-commits

From: Stephan Hartmann <sultan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/
Date: Sat, 01 Jan 2022 10:47:34
Message-Id: 1641034035.fd7d055dac24c48398f57bc9ecbe9b05f24b1d6e.sultan@gentoo
1 commit: fd7d055dac24c48398f57bc9ecbe9b05f24b1d6e
2 Author: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 10:47:15 2022 +0000
4 Commit: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 10:47:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7d055d
7
8 media-libs/libvpx: remove trailing whitespace
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>
12
13 media-libs/libvpx/libvpx-1.11.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/libvpx/libvpx-1.11.0.ebuild b/media-libs/libvpx/libvpx-1.11.0.ebuild
17 index 186980591136..89eaadcc978d 100644
18 --- a/media-libs/libvpx/libvpx-1.11.0.ebuild
19 +++ b/media-libs/libvpx/libvpx-1.11.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="7"
26 @@ -96,7 +96,7 @@ multilib_src_configure() {
27 myconfargs+=( --force-target=armv7-linux-gcc )
28 elif [[ ${ABI} == ppc64 ]] && [[ $(tc-endian) != big ]] && use cpu_flags_ppc_vsx3; then
29 # only enable this target for at least power9 CPU running little-endian
30 - myconfargs+=( --force-target=ppc64le-linux-gcc )
31 + myconfargs+=( --force-target=ppc64le-linux-gcc )
32 else
33 myconfargs+=( --force-target=generic-gnu )
34 fi