diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-05 16:25:50 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-05 16:25:50 +0000 |
commit | 8e3b598bad784907fcfc15804993b04b370e5b5a (patch) | |
tree | 2d4b8822cd02af35ca082f965d50cbb6566f7664 | |
parent | New package, dependency of sci-biology/gbrowse (diff) | |
download | gentoo-2-8e3b598bad784907fcfc15804993b04b370e5b5a.tar.gz gentoo-2-8e3b598bad784907fcfc15804993b04b370e5b5a.tar.bz2 gentoo-2-8e3b598bad784907fcfc15804993b04b370e5b5a.zip |
Fix 'inherit'.
(Portage version: 15322-svn/cvs/Linux x86_64)
-rw-r--r-- | dev-python/fusil/fusil-1.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fusil/fusil-1.3.2.ebuild b/dev-python/fusil/fusil-1.3.2.ebuild index a038939ec0c6..ace92ca37471 100644 --- a/dev-python/fusil/fusil-1.3.2.ebuild +++ b/dev-python/fusil/fusil-1.3.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild,v 1.1 2010/01/09 19:59:57 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild,v 1.2 2010/02/05 16:25:50 arfrever Exp $ EAPI="2" NEED_PYTHON="2.5" SUPPORT_PYTHON_ABIS="1" -inherit distutils +inherit distutils eutils DESCRIPTION="Fusil the fuzzer is a Python library used to write fuzzing programs." HOMEPAGE="http://bitbucket.org/haypo/fusil/wiki/Home http://pypi.python.org/pypi/fusil" |