Skip to content

Commit

Permalink
media-sound/qmidiroute: Bump to EAPI 6.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
karllinden authored and aballier committed Jul 3, 2017
1 parent b0bd89c commit 8f7143e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=2
inherit autotools flag-o-matic multilib qmake-utils
EAPI=6
inherit autotools flag-o-matic qmake-utils

DESCRIPTION="QMidiRoute is a filter/router for MIDI events"
HOMEPAGE="http://alsamodular.sourceforge.net"
Expand All @@ -21,8 +21,12 @@ DEPEND="${RDEPEND}
dev-qt/linguist-tools:5
virtual/pkgconfig"

PATCHES=(
"${FILESDIR}"/${P}-drop-qtopengl.patch
)

src_prepare() {
epatch "${FILESDIR}"/${P}-drop-qtopengl.patch
default
eautoreconf
}

Expand All @@ -31,8 +35,3 @@ src_configure() {
export PATH="$(qt5_get_bindir):${PATH}"
econf --enable-qt5
}

src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README TODO
}

0 comments on commit 8f7143e

Please sign in to comment.