summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-libs/libsdl2/libsdl2-2.0.14.ebuild5
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[@]}"
}