commit: 8f7143e323fdecd3925685d47ef7d87c5c487d4e Author: Karl Linden <karl.j.linden <AT> gmail <DOT> com> AuthorDate: Sun Jul 2 16:42:36 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Mon Jul 3 08:54:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7143e3
media-sound/qmidiroute: Bump to EAPI 6. Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-sound/qmidiroute/qmidiroute-0.4.0.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild b/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild index 0cc6b834d2d..782410c6e9e 100644 --- a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild +++ b/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild @@ -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" @@ -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 } @@ -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 -}
