commit: 292006da0e16c60ff4f9592edc2f594e3b4924b3 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Mon Mar 10 08:13:44 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Mon Mar 10 08:21:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=292006da
media-sound/mpg123-base: do not use append-lfs-flags mpg123 does its own lfs handling, and passing this causes the 32bit version of libmpg123 to drop its non-*64 symbols leading to revdeps that expect these to exist to fail. Bug: https://bugs.gentoo.org/945154 Closes: https://bugs.gentoo.org/946818 Closes: https://bugs.gentoo.org/951101 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> .../{mpg123-base-1.32.10.ebuild => mpg123-base-1.32.10-r1.ebuild} | 2 -- .../{mpg123-base-1.32.9.ebuild => mpg123-base-1.32.9-r1.ebuild} | 2 -- 2 files changed, 4 deletions(-) diff --git a/media-sound/mpg123-base/mpg123-base-1.32.10.ebuild b/media-sound/mpg123-base/mpg123-base-1.32.10-r1.ebuild similarity index 99% rename from media-sound/mpg123-base/mpg123-base-1.32.10.ebuild rename to media-sound/mpg123-base/mpg123-base-1.32.10-r1.ebuild index bfb08e54e9fe..18a4462ba51c 100644 --- a/media-sound/mpg123-base/mpg123-base-1.32.10.ebuild +++ b/media-sound/mpg123-base/mpg123-base-1.32.10-r1.ebuild @@ -49,8 +49,6 @@ multilib_src_configure() { # error: ‘struct hostent’ has no member named ‘h_addr’ append-cflags -D_GNU_SOURCE - append-lfs-flags - if $(multilib_is_native_abi) ; then local flag for flag in coreaudio pulseaudio jack alsa oss sdl portaudio nas ; do diff --git a/media-sound/mpg123-base/mpg123-base-1.32.9.ebuild b/media-sound/mpg123-base/mpg123-base-1.32.9-r1.ebuild similarity index 99% rename from media-sound/mpg123-base/mpg123-base-1.32.9.ebuild rename to media-sound/mpg123-base/mpg123-base-1.32.9-r1.ebuild index 03f35ac6b43c..b15d07f17c16 100644 --- a/media-sound/mpg123-base/mpg123-base-1.32.9.ebuild +++ b/media-sound/mpg123-base/mpg123-base-1.32.9-r1.ebuild @@ -49,8 +49,6 @@ multilib_src_configure() { # error: ‘struct hostent’ has no member named ‘h_addr’ append-cflags -D_GNU_SOURCE - append-lfs-flags - if $(multilib_is_native_abi) ; then local flag for flag in coreaudio pulseaudio jack alsa oss sdl portaudio nas ; do
