Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4685
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit eutils multilib-minimal
+inherit eutils multilib multilib-minimal
MY_P=SDL2_image-${PV}
DESCRIPTION="Image file loading library"
multilib_src_install() {
emake DESTDIR="${D}" install
- multilib_is_native_abi && newbin .libs/showimage showimage2
+ multilib_is_native_abi && newbin .libs/showimage$(get_exeext) showimage2$(get_exeext)
}
multilib_src_install_all() {