commit: 7ecd9a56b971b454a4130c6b7a5ca0b707267666 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Sat Oct 30 19:11:10 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Mon Nov 1 21:55:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ecd9a56
net-im/sendxmpp: Port to EAPI 8 Closes: https://bugs.gentoo.org/819336 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> net-im/sendxmpp/sendxmpp-1.24.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net-im/sendxmpp/sendxmpp-1.24.ebuild b/net-im/sendxmpp/sendxmpp-1.24.ebuild index 29dad73f0f5..f170e4a2625 100644 --- a/net-im/sendxmpp/sendxmpp-1.24.ebuild +++ b/net-im/sendxmpp/sendxmpp-1.24.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 inherit perl-module @@ -12,7 +12,6 @@ SRC_URI="https://github.com/lhost/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~hppa ppc sparc x86" -IUSE="" RDEPEND="dev-perl/Net-XMPP dev-perl/Authen-SASL
