commit: 470cfe3905a599f5abd6359e012f1227e108439c
Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 25 19:27:16 2019 +0000
Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Mon Feb 25 20:13:44 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=470cfe39
dev-python/slixmpp: 9999: drop unneeded inherit eutils
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>
dev-python/slixmpp/slixmpp-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/slixmpp/slixmpp-9999.ebuild
b/dev-python/slixmpp/slixmpp-9999.ebuild
index be8cfcfecb5..28602f8aeab 100644
--- a/dev-python/slixmpp/slixmpp-9999.ebuild
+++ b/dev-python/slixmpp/slixmpp-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{5,6} )
-inherit eutils distutils-r1
+inherit distutils-r1
DESCRIPTION="Python 3 library for XMPP"
HOMEPAGE="https://dev.louiz.org/projects/slixmpp"