From be121cb6d8767b435b2a178547598b8cce6ffad7 Mon Sep 17 00:00:00 2001 From: 0xd34df00d <0xd34df00d@gmail.com> Date: Fri, 17 Apr 2020 20:24:05 +0200 Subject: [PATCH] app-leechcraft/lc-musiczombie: EAPI bump, subslot deps Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Georg Rudoy <0xd34df00d@gmail.com> Signed-off-by: Joonas Niilola --- .../lc-musiczombie/lc-musiczombie-9999.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/app-leechcraft/lc-musiczombie/lc-musiczombie-9999.ebuild b/app-leechcraft/lc-musiczombie/lc-musiczombie-9999.ebuild index 362f8279c933..9a98bff590d8 100644 --- a/app-leechcraft/lc-musiczombie/lc-musiczombie-9999.ebuild +++ b/app-leechcraft/lc-musiczombie/lc-musiczombie-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit leechcraft @@ -9,20 +9,18 @@ DESCRIPTION="MusicBrainz client plugin for LeechCraft" SLOT="0" KEYWORDS="" -IUSE="debug acoustid" +IUSE="acoustid debug" DEPEND="~app-leechcraft/lc-core-${PV} - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 dev-qt/qtconcurrent:5 dev-qt/qtnetwork:5 dev-qt/qtxml:5 - acoustid? ( media-libs/chromaprint )" + acoustid? ( media-libs/chromaprint:= )" RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( -DWITH_MUSICZOMBIE_CHROMAPRINT=$(usex acoustid) ) - cmake-utils_src_configure + cmake_src_configure } -- 2.26.2