commit: fd7d055dac24c48398f57bc9ecbe9b05f24b1d6e
Author: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 1 10:47:15 2022 +0000
Commit: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sat Jan 1 10:47:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7d055d
media-libs/libvpx: remove trailing whitespace
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>
media-libs/libvpx/libvpx-1.11.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/libvpx/libvpx-1.11.0.ebuild
b/media-libs/libvpx/libvpx-1.11.0.ebuild
index 186980591136..89eaadcc978d 100644
--- a/media-libs/libvpx/libvpx-1.11.0.ebuild
+++ b/media-libs/libvpx/libvpx-1.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -96,7 +96,7 @@ multilib_src_configure() {
myconfargs+=( --force-target=armv7-linux-gcc )
elif [[ ${ABI} == ppc64 ]] && [[ $(tc-endian) != big ]] && use
cpu_flags_ppc_vsx3; then
# only enable this target for at least power9 CPU running
little-endian
- myconfargs+=( --force-target=ppc64le-linux-gcc )
+ myconfargs+=( --force-target=ppc64le-linux-gcc )
else
myconfargs+=( --force-target=generic-gnu )
fi