commit:     538359c43b176b856b4f1b8c8dc1813246900a7a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 10:08:04 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 10:17:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538359c4

net-libs/kdav2: update EAPI 7 -> 8

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-libs/kdav2/kdav2-0.3.0.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/net-libs/kdav2/kdav2-0.3.0.ebuild 
b/net-libs/kdav2/kdav2-0.3.0.ebuild
index 3d3b2cb1a8d5..907cb559ad1d 100644
--- a/net-libs/kdav2/kdav2-0.3.0.ebuild
+++ b/net-libs/kdav2/kdav2-0.3.0.ebuild
@@ -1,14 +1,15 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 ECM_TEST="forceoptional"
 KFMIN=5.60.0
 QTMIN=5.12.3
 inherit ecm kde.org
 
-DESCRIPTION="KJob based DAV protocol implementation"
+DESCRIPTION="DAV protocol implementation with KJobs"
+HOMEPAGE="https://invent.kde.org/pim/kdav2";
 SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="GPL-2+"
@@ -16,7 +17,7 @@ SLOT="5"
 KEYWORDS="~amd64"
 
 # bug 803524
-RESTRICT+=" test"
+RESTRICT="test"
 
 DEPEND="
        >=dev-qt/qtgui-${QTMIN}:5

Reply via email to