[net-libs/rb_libtorrent-python] fix distutils warnings

This commit is contained in:
Fabio Erculiani
2011-07-08 12:06:47 +02:00
parent 92c295767e
commit 604d9c36d0
2 changed files with 4 additions and 1 deletions
@@ -1,6 +1,9 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="3"
PYTHON_DEPEND="2"
inherit distutils
MY_P="${P/rb_/}" MY_P="${MY_P/-python/}"