--- /usr/portage/media-sound/alsaplayer/alsaplayer-0.99.81-r1.ebuild 2019-04-29 00:39:36.000000000 +0200 +++ /usr/portage/media-sound/alsaplayer/alsaplayer-0.99.81-r1.ebuild 2020-07-23 15:07:04.225833336 +0200 @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools desktop @@ -40,6 +40,7 @@ src_prepare() { default + sed -i -e "s:/usr/lib:$(get_libdir):" configure.ac config.rpath sed -i \ -e 's:AM_CFLAGS = $(AM_CXXFLAGS)::' \ output/jack/Makefile.am || die