diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-30 21:11:10 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-01 22:55:05 +0100 |
commit | 7ecd9a56b971b454a4130c6b7a5ca0b707267666 (patch) | |
tree | 296e1f9a1d4a2083dddb17d5ac16864910d0609b /net-im/sendxmpp | |
parent | net-vpn/iodine: Port to EAPI 8 (diff) | |
download | gentoo-7ecd9a56b971b454a4130c6b7a5ca0b707267666.tar.gz gentoo-7ecd9a56b971b454a4130c6b7a5ca0b707267666.tar.bz2 gentoo-7ecd9a56b971b454a4130c6b7a5ca0b707267666.zip |
net-im/sendxmpp: Port to EAPI 8
Closes: https://bugs.gentoo.org/819336
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-im/sendxmpp')
-rw-r--r-- | net-im/sendxmpp/sendxmpp-1.24.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/sendxmpp/sendxmpp-1.24.ebuild b/net-im/sendxmpp/sendxmpp-1.24.ebuild index 29dad73f0f51..f170e4a2625c 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 |