diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-20 16:52:17 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-20 16:52:17 +0000 |
commit | 29e0d6a69e38e669bcf818d48808a5d3ad43152d (patch) | |
tree | 32239d817433e47d1977ad9e3cb044264653e6ed /dev-python/bottle/bottle-0.10.9.ebuild | |
parent | Don't inherit eutils.eclass since it's not used, drop unnecessary dependecy o... (diff) | |
download | gentoo-2-29e0d6a69e38e669bcf818d48808a5d3ad43152d.tar.gz gentoo-2-29e0d6a69e38e669bcf818d48808a5d3ad43152d.tar.bz2 gentoo-2-29e0d6a69e38e669bcf818d48808a5d3ad43152d.zip |
cosmetic vars reordering
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/bottle/bottle-0.10.9.ebuild')
-rw-r--r-- | dev-python/bottle/bottle-0.10.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/bottle/bottle-0.10.9.ebuild b/dev-python/bottle/bottle-0.10.9.ebuild index 5a73afc1d7bd..89ec69a20942 100644 --- a/dev-python/bottle/bottle-0.10.9.ebuild +++ b/dev-python/bottle/bottle-0.10.9.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/bottle/bottle-0.10.9.ebuild,v 1.2 2012/05/20 16:50:29 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.10.9.ebuild,v 1.3 2012/05/20 16:52:17 xarthisius Exp $ EAPI=4 @@ -18,11 +18,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -PYTHON_MODNAME=bottle.py - DEPEND="dev-python/simplejson" RDEPEND="${DEPEND}" +PYTHON_MODNAME=bottle.py + src_prepare() { distutils_src_prepare |