commit: 9febdf00a3f3c4566d1bf02f255e769c686ccf08 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Dec 26 10:00:24 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Dec 26 10:17:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9febdf00
net-libs/kimap2: update EAPI 7 -> 8 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-libs/kimap2/kimap2-0.3.0.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/net-libs/kimap2/kimap2-0.3.0.ebuild b/net-libs/kimap2/kimap2-0.3.0.ebuild index 77a3df3a9035..e16ddaddf0d3 100644 --- a/net-libs/kimap2/kimap2-0.3.0.ebuild +++ b/net-libs/kimap2/kimap2-0.3.0.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 KFMIN=5.60.0 QTMIN=5.12.3 inherit ecm kde.org -DESCRIPTION="Library for interacting with IMAP servers - successor of kimap" +DESCRIPTION="Next-generation IMAP library" +HOMEPAGE="https://invent.kde.org/pim/kimap2" SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz" LICENSE="LGPL-2+" @@ -23,4 +24,4 @@ DEPEND=" " RDEPEND="${DEPEND}" -RESTRICT+=" test" +RESTRICT="test"
