Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/seq24/
Date: Mon, 11 Mar 2019 14:02:30
Message-Id: 1552312918.fb041117c1ff838abd88f80457a9624137d0e8ae.asturm@gentoo
1 commit: fb041117c1ff838abd88f80457a9624137d0e8ae
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 11 14:01:50 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 14:01:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb041117
7
8 media-sound/seq24: Add missing eautoreconf
9
10 Bug: https://bugs.gentoo.org/587326
11 Reported-by: Thomas Groman <tgrom.automail <AT> nuegia.net>
12 Package-Manager: Portage-2.3.62, Repoman-2.3.12
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 media-sound/seq24/seq24-0.9.3-r1.ebuild | 7 ++++++-
16 1 file changed, 6 insertions(+), 1 deletion(-)
17
18 diff --git a/media-sound/seq24/seq24-0.9.3-r1.ebuild b/media-sound/seq24/seq24-0.9.3-r1.ebuild
19 index 9901ff78037..7dfd95beaaa 100644
20 --- a/media-sound/seq24/seq24-0.9.3-r1.ebuild
21 +++ b/media-sound/seq24/seq24-0.9.3-r1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -inherit desktop
27 +inherit autotools desktop
28
29 DESCRIPTION="Loop based MIDI sequencer with focus on live performances"
30 HOMEPAGE="https://edge.launchpad.net/seq24/"
31 @@ -30,6 +30,11 @@ DOCS=( AUTHORS ChangeLog README RTC SEQ24 )
32
33 PATCHES=( "${FILESDIR}/${P}-std-mutex.patch" )
34
35 +src_prepare() {
36 + default
37 + eautoreconf
38 +}
39 +
40 src_configure() {
41 econf \
42 $(use_enable jack) \