From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E2B43138350 for ; Thu, 9 Apr 2020 12:38:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34ACCE0966; Thu, 9 Apr 2020 12:38:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1ABB1E0966 for ; Thu, 9 Apr 2020 12:38:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DD2134F107 for ; Thu, 9 Apr 2020 12:38:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82A531D4 for ; Thu, 9 Apr 2020 12:38:14 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1586435862.7d4204df4d78d93e7f5a5c25ca97ce8e6de2f0d2.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-azoth/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-leechcraft/lc-azoth/lc-azoth-9999.ebuild X-VCS-Directories: app-leechcraft/lc-azoth/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7d4204df4d78d93e7f5a5c25ca97ce8e6de2f0d2 X-VCS-Branch: master Date: Thu, 9 Apr 2020 12:38:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1c37c6d8-a2c7-470e-8b41-7f25e65b4590 X-Archives-Hash: 095808a086f5b0933f053026c8e3dd93 commit: 7d4204df4d78d93e7f5a5c25ca97ce8e6de2f0d2 Author: 0xd34df00d <0xd34df00d gmail com> AuthorDate: Sat Apr 4 20:48:18 2020 +0000 Commit: Joonas Niilola gentoo 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 gmail.com> Signed-off-by: Joonas Niilola 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/* }