diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-20 08:02:06 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-20 08:02:06 +0000 |
commit | c7d64f356aaf0da9ef967a6f051a7a4ba4271939 (patch) | |
tree | c9457d097b0ca534ece92740831efaaf419514a7 /dev-python/pyxdg | |
parent | Version bump to release candidate for Python 3.x support. (diff) | |
download | gentoo-2-c7d64f356aaf0da9ef967a6f051a7a4ba4271939.tar.gz gentoo-2-c7d64f356aaf0da9ef967a6f051a7a4ba4271939.tar.bz2 gentoo-2-c7d64f356aaf0da9ef967a6f051a7a4ba4271939.zip |
drop unused inherit of eutils
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyxdg')
-rw-r--r-- | dev-python/pyxdg/pyxdg-0.20_rc1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild b/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild index fb67c734b61d..61f36dd0afc1 100644 --- a/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild +++ b/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild,v 1.1 2012/06/20 07:59:41 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild,v 1.2 2012/06/20 08:02:06 ssuominen Exp $ EAPI=4 @@ -8,7 +8,7 @@ PYTHON_DEPEND="2:2.6 3:3.2" SUPPORT_PYTHON_ABIS=1 RESTRICT_PYTHON_ABIS="2.5 3.1 *-jython 2.7-pypy-*" -inherit distutils eutils +inherit distutils DESCRIPTION="A Python module to deal with freedesktop.org specifications" HOMEPAGE="http://freedesktop.org/wiki/Software/pyxdg http://cgit.freedesktop.org/xdg/pyxdg/" |