commit:     fb041117c1ff838abd88f80457a9624137d0e8ae
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 14:01:50 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 14:01:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb041117

media-sound/seq24: Add missing eautoreconf

Bug: https://bugs.gentoo.org/587326
Reported-by: Thomas Groman <tgrom.automail <AT> nuegia.net>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/seq24/seq24-0.9.3-r1.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/media-sound/seq24/seq24-0.9.3-r1.ebuild 
b/media-sound/seq24/seq24-0.9.3-r1.ebuild
index 9901ff78037..7dfd95beaaa 100644
--- a/media-sound/seq24/seq24-0.9.3-r1.ebuild
+++ b/media-sound/seq24/seq24-0.9.3-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit desktop
+inherit autotools desktop
 
 DESCRIPTION="Loop based MIDI sequencer with focus on live performances"
 HOMEPAGE="https://edge.launchpad.net/seq24/";
@@ -30,6 +30,11 @@ DOCS=( AUTHORS ChangeLog README RTC SEQ24 )
 
 PATCHES=( "${FILESDIR}/${P}-std-mutex.patch" )
 
+src_prepare() {
+       default
+       eautoreconf
+}
+
 src_configure() {
        econf \
                $(use_enable jack) \

Reply via email to