diff options
Diffstat (limited to 'dev-python/twisted-web/twisted-web-8.1.0.ebuild')
-rw-r--r-- | dev-python/twisted-web/twisted-web-8.1.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/twisted-web/twisted-web-8.1.0.ebuild b/dev-python/twisted-web/twisted-web-8.1.0.ebuild index a0e4dd6a777b..21beaac73705 100644 --- a/dev-python/twisted-web/twisted-web-8.1.0.ebuild +++ b/dev-python/twisted-web/twisted-web-8.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-8.1.0.ebuild,v 1.8 2008/12/20 18:28:05 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-8.1.0.ebuild,v 1.9 2009/01/08 22:38:37 patrick Exp $ MY_PACKAGE=Web @@ -12,6 +12,8 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*" +IUSE="" + src_unpack() { unpack ${A} cd "${S}" |