diff options
author | Justin Riley <justin.t.riley@gmail.com> | 2012-05-24 16:04:22 -0400 |
---|---|---|
committer | Justin Riley <justin.t.riley@gmail.com> | 2012-05-24 16:04:22 -0400 |
commit | 445edfba0b938edf89e962a9227f03de8e3a8078 (patch) | |
tree | 996ca3d3f648fd326ab6a96081c2eeece8a75dcd /media-gfx/phatch | |
parent | emul-linux-x86-soundlibs: fix missing pulseaudio libs (diff) | |
download | jtriley-445edfba0b938edf89e962a9227f03de8e3a8078.tar.gz jtriley-445edfba0b938edf89e962a9227f03de8e3a8078.tar.bz2 jtriley-445edfba0b938edf89e962a9227f03de8e3a8078.zip |
fix distutils deprecation warnings
* Deprecation Warning: Usage of distutils.eclass in packages not
supporting installation for multiple Python ABIs in EAPI <=2 is
deprecated and will be banned on 2011-06-01. The ebuild needs to be
fixed. Please report a bug, if it has not been already reported.
Diffstat (limited to 'media-gfx/phatch')
-rw-r--r-- | media-gfx/phatch/phatch-0.2.7.1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/media-gfx/phatch/phatch-0.2.7.1.ebuild b/media-gfx/phatch/phatch-0.2.7.1.ebuild index 522ee0c..675eedf 100644 --- a/media-gfx/phatch/phatch-0.2.7.1.ebuild +++ b/media-gfx/phatch/phatch-0.2.7.1.ebuild @@ -1,6 +1,11 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: Exp $ +EAPI="4" + +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" inherit distutils fdo-mime versionator |