commit: ea0d8cbec3a06589abafcfe3cf8d66759af2251c Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Fri Jul 27 10:44:41 2018 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Fri Jul 27 11:44:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea0d8cbe
media-sound/pulseaudio: avoid eautoreconf Package-Manager: Portage-2.3.43, Repoman-2.3.10 media-sound/pulseaudio/pulseaudio-12.2.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/media-sound/pulseaudio/pulseaudio-12.2.ebuild b/media-sound/pulseaudio/pulseaudio-12.2.ebuild index 1b9b8b2d18e..df7688118c9 100644 --- a/media-sound/pulseaudio/pulseaudio-12.2.ebuild +++ b/media-sound/pulseaudio/pulseaudio-12.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools bash-completion-r1 flag-o-matic gnome2-utils linux-info systemd user udev multilib-minimal +inherit bash-completion-r1 flag-o-matic gnome2-utils linux-info systemd user udev multilib-minimal DESCRIPTION="A networked sound server with an advanced plugin system" HOMEPAGE="https://www.freedesktop.org/wiki/Software/PulseAudio/" @@ -151,9 +151,8 @@ src_prepare() { default # Skip test that cannot work with sandbox, bug #501846 - sed -i -e '/lock-autospawn-test/d' src/Makefile.am || die - - eautoreconf + sed -i -e '/lock-autospawn-test /d' src/Makefile.am || die + sed -i -e 's/lock-autospawn-test$(EXEEXT) //' src/Makefile.in || die } multilib_src_configure() {
