updated EAPI
This commit is contained in:
parent
85c77be396
commit
186ead94e6
2 changed files with 8 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
|||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=3
|
||||
PYTHON_DEPEND="2"
|
||||
|
||||
inherit distutils eutils python git-2
|
||||
|
@ -14,8 +15,12 @@ KEYWORDS="~amd64 ~x86"
|
|||
IUSE=""
|
||||
DEPEND="net-im/jabber-base"
|
||||
RDEPEND=">=dev-python/twisted-2.4.0
|
||||
>=dev-python/twisted-words-0.5
|
||||
${DEPEND}"
|
||||
>=dev-python/twisted-words-0.5
|
||||
${DEPEND}"
|
||||
|
||||
pkg_setup() {
|
||||
python_set_active_version 2
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# nothing to be done here?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue