diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-26 11:00:24 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-26 11:17:18 +0100 |
commit | 9febdf00a3f3c4566d1bf02f255e769c686ccf08 (patch) | |
tree | 3a9108e0f766473d4b93b34830657bcd327d3aa4 /net-libs | |
parent | games-kids/gcompris: drop 1.0 (diff) | |
download | gentoo-9febdf00a3f3c4566d1bf02f255e769c686ccf08.tar.gz gentoo-9febdf00a3f3c4566d1bf02f255e769c686ccf08.tar.bz2 gentoo-9febdf00a3f3c4566d1bf02f255e769c686ccf08.zip |
net-libs/kimap2: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/kimap2/kimap2-0.3.0.ebuild | 9 |
1 files 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" |