diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-11 21:24:31 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-11 21:24:31 +0000 |
commit | 70ba2a669429e223e77508c2f5ff2d58cfe2dbda (patch) | |
tree | 82d17dd778f5ad6d7f6c21f63a66d384bb9b46d8 /dev-python/python-gudev | |
parent | Set SUPPORT_PYTHON_ABIS. Don't install .a and .la files in Python site-packag... (diff) | |
download | gentoo-2-70ba2a669429e223e77508c2f5ff2d58cfe2dbda.tar.gz gentoo-2-70ba2a669429e223e77508c2f5ff2d58cfe2dbda.tar.bz2 gentoo-2-70ba2a669429e223e77508c2f5ff2d58cfe2dbda.zip |
Unset unused variable.
(Portage version: 2.2.0_alpha26_p15/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/python-gudev')
-rw-r--r-- | dev-python/python-gudev/python-gudev-147.2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/python-gudev/python-gudev-147.2.ebuild b/dev-python/python-gudev/python-gudev-147.2.ebuild index eb90a2790eb5..7bbe2de3c822 100644 --- a/dev-python/python-gudev/python-gudev-147.2.ebuild +++ b/dev-python/python-gudev/python-gudev-147.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gudev/python-gudev-147.2.ebuild,v 1.2 2011/03/11 21:23:44 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gudev/python-gudev-147.2.ebuild,v 1.3 2011/03/11 21:24:31 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -25,8 +25,6 @@ RDEPEND="${DEPEND}" S="${WORKDIR}"/nzjrs-${PN}-ee8a644 -DOCS="AUTHORS NEWS README" - src_prepare() { eautoreconf python_src_prepare |