summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-11 15:01:50 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-11 15:01:58 +0100
commitfb041117c1ff838abd88f80457a9624137d0e8ae (patch)
tree45750df49e23a23307ed7a0b6185e30bc938e391 /media-sound/seq24
parentnet-im/dianara: 1.4.2 version bump (diff)
downloadgentoo-fb041117c1ff838abd88f80457a9624137d0e8ae.tar.gz
gentoo-fb041117c1ff838abd88f80457a9624137d0e8ae.tar.bz2
gentoo-fb041117c1ff838abd88f80457a9624137d0e8ae.zip
media-sound/seq24: Add missing eautoreconf
Bug: https://bugs.gentoo.org/587326 Reported-by: Thomas Groman <tgrom.automail@nuegia.net> Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/seq24')
-rw-r--r--media-sound/seq24/seq24-0.9.3-r1.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/media-sound/seq24/seq24-0.9.3-r1.ebuild b/media-sound/seq24/seq24-0.9.3-r1.ebuild
index 9901ff780372..7dfd95beaaa7 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) \