diff options
author | Sam James <sam@gentoo.org> | 2021-01-09 10:07:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-09 10:36:04 +0000 |
commit | 729a4a6f1a46354f43f8774baf60650bc7191066 (patch) | |
tree | ed214d55952af58ab798c6ca63aa5638e8e90ed8 /media-libs/libsdl2 | |
parent | media-libs/openctm: misc fixes (diff) | |
download | gentoo-729a4a6f1a46354f43f8774baf60650bc7191066.tar.gz gentoo-729a4a6f1a46354f43f8774baf60650bc7191066.tar.bz2 gentoo-729a4a6f1a46354f43f8774baf60650bc7191066.zip |
media-libs/libsdl2: fix trailing whitespace
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libsdl2')
-rw-r--r-- | media-libs/libsdl2/libsdl2-2.0.14.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/libsdl2/libsdl2-2.0.14.ebuild b/media-libs/libsdl2/libsdl2-2.0.14.ebuild index 4002370c79ee..44d7980013f7 100644 --- a/media-libs/libsdl2/libsdl2-2.0.14.ebuild +++ b/media-libs/libsdl2/libsdl2-2.0.14.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit autotools flag-o-matic toolchain-funcs multilib-minimal MY_P="SDL2-${PV}" @@ -187,7 +188,7 @@ multilib_src_configure() { $(use_with X x) ) - #ECONF_SOURCE="${S}" + #ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" } |