summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Utkin <andrey_utkin@gentoo.org>2019-02-25 19:27:16 +0000
committerAndrey Utkin <andrey_utkin@gentoo.org>2019-02-25 20:13:44 +0000
commit470cfe3905a599f5abd6359e012f1227e108439c (patch)
tree0dbf16bb61a710c7f0065fe4dfb40f33bce5a672
parentnet-im/mcabber: 9999: drop unneeded inherit of flag-o-matic (diff)
downloadgentoo-470cfe3905a599f5abd6359e012f1227e108439c.tar.gz
gentoo-470cfe3905a599f5abd6359e012f1227e108439c.tar.bz2
gentoo-470cfe3905a599f5abd6359e012f1227e108439c.zip
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@gentoo.org>
-rw-r--r--dev-python/slixmpp/slixmpp-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/slixmpp/slixmpp-9999.ebuild b/dev-python/slixmpp/slixmpp-9999.ebuild
index be8cfcfecb51..28602f8aeab5 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"