commit: 2707deaea53c0106e96fabeb4355c17d2bebc8a9 Author: Matt Smith <matt <AT> offtopica <DOT> uk> AuthorDate: Sat Apr 3 16:18:47 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 21:58:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2707deae
net-mail/pop2imap: EAPI 7 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matt Smith <matt <AT> offtopica.uk> Signed-off-by: Sam James <sam <AT> gentoo.org> net-mail/pop2imap/pop2imap-1.21.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net-mail/pop2imap/pop2imap-1.21.ebuild b/net-mail/pop2imap/pop2imap-1.21.ebuild index cef59036ef8..17462534e4a 100644 --- a/net-mail/pop2imap/pop2imap-1.21.ebuild +++ b/net-mail/pop2imap/pop2imap-1.21.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Synchronize mailboxes between a pop and an imap servers" HOMEPAGE="http://www.linux-france.org/prj/pop2imap/" @@ -10,7 +10,6 @@ SRC_URI="http://www.linux-france.org/prj/pop2imap/dist/${P}.tgz" LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 x86" -IUSE="" DEPEND="" RDEPEND="dev-lang/perl
