From 7d4204df4d78d93e7f5a5c25ca97ce8e6de2f0d2 Mon Sep 17 00:00:00 2001 From: 0xd34df00d <0xd34df00d@gmail.com> Date: Sat, 4 Apr 2020 16:48:18 -0400 Subject: [PATCH] app-leechcraft/lc-azoth: bump EAPI, add subslot ops Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Georg Rudoy <0xd34df00d@gmail.com> Signed-off-by: Joonas Niilola --- app-leechcraft/lc-azoth/lc-azoth-9999.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild b/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild index 0eadc74c2bcd..79223f027924 100644 --- a/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild +++ b/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit leechcraft @@ -37,11 +37,11 @@ COMMON_DEPEND=" ) sarin? ( dev-qt/qtconcurrent:5 - net-libs/tox + net-libs/tox:= ) woodpecker? ( dev-libs/kqoauth ) xmpp? ( - >=net-libs/qxmpp-0.9.3-r1 + >=net-libs/qxmpp-1.2.0 media? ( net-libs/qxmpp[speex] ) ) xtazy? ( ~app-leechcraft/lc-xtazy-${PV} ) @@ -98,11 +98,11 @@ src_configure() { -DENABLE_AZOTH_XTAZY=$(usex xtazy) ) - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install use doc && dodoc -r "${CMAKE_BUILD_DIR}"/out/html/* } -- 2.26.2