diff options
author | Stephan Hartmann <sultan@gentoo.org> | 2022-01-01 11:47:15 +0100 |
---|---|---|
committer | Stephan Hartmann <sultan@gentoo.org> | 2022-01-01 11:47:15 +0100 |
commit | fd7d055dac24c48398f57bc9ecbe9b05f24b1d6e (patch) | |
tree | adeba7b795d40caf6b1eb4b6232a2909278fce93 /media-libs/libvpx | |
parent | dev-util/ninja: remove old (diff) | |
download | gentoo-fd7d055dac24c48398f57bc9ecbe9b05f24b1d6e.tar.gz gentoo-fd7d055dac24c48398f57bc9ecbe9b05f24b1d6e.tar.bz2 gentoo-fd7d055dac24c48398f57bc9ecbe9b05f24b1d6e.zip |
media-libs/libvpx: remove trailing whitespace
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
Diffstat (limited to 'media-libs/libvpx')
-rw-r--r-- | media-libs/libvpx/libvpx-1.11.0.ebuild | 4 |
1 files 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 |