commit: 366b7eeeb9be2595f18ac4858972e6b72e2f7201 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Mar 10 09:44:52 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Mar 10 10:18:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366b7eee
media-sound/milkytracker: EAPI-7 bump, eutils -> desktop Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-sound/milkytracker/milkytracker-1.0.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/media-sound/milkytracker/milkytracker-1.0.0.ebuild b/media-sound/milkytracker/milkytracker-1.0.0.ebuild index 4afcee36307..cf204b74101 100644 --- a/media-sound/milkytracker/milkytracker-1.0.0.ebuild +++ b/media-sound/milkytracker/milkytracker-1.0.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils eutils vcs-snapshot +inherit cmake-utils desktop DESCRIPTION="FastTracker 2 inspired music tracker" HOMEPAGE="https://milkytracker.titandemo.org/" @@ -24,6 +24,8 @@ DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${PN}-1.0.0-docdir.patch ) +S="${WORKDIR}/MilkyTracker-${PV}" + src_configure() { local mycmakeargs=( -DCMAKE_INSTALL_DOCDIR=share/doc/${PF}
