commit: 7d4204df4d78d93e7f5a5c25ca97ce8e6de2f0d2
Author: 0xd34df00d <0xd34df00d <AT> gmail <DOT> com>
AuthorDate: Sat Apr 4 20:48:18 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 9 12:37:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4204df
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 <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
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 0eadc74c2bc..79223f02792 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/*
}