migrated away from deprecated eclasses

This commit is contained in:
Manuel Friedli 2015-10-02 14:06:01 +02:00
parent e87dddeb90
commit 3624d29986
5 changed files with 10 additions and 7 deletions

View file

@ -4,8 +4,9 @@
EAPI=5
PYTHON_DEPEND="2"
PYTHON_COMPAT=( python2_7 )
inherit distutils eutils python
inherit distutils-r1 eutils python-r1
DESCRIPTION="Multi-user chat component for jabber implemented in python"
HOMEPAGE="https://github.com/fritteli/palaver"
SRC_URI="https://github.com/fritteli/palaver/archive/${PV}.tar.gz -> ${P}.tar.gz"