summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-02-13 13:22:56 +0000
committerMike Frysinger <vapier@gentoo.org>2007-02-13 13:22:56 +0000
commit60fbacca8ab55998626ba3e73337a9417f37e9f5 (patch)
tree3d785faa165c92c3d21bf96f5ba5d66c1e6c46b3 /dev-python/twisted-web
parentmips love (diff)
downloadgentoo-2-60fbacca8ab55998626ba3e73337a9417f37e9f5.tar.gz
gentoo-2-60fbacca8ab55998626ba3e73337a9417f37e9f5.tar.bz2
gentoo-2-60fbacca8ab55998626ba3e73337a9417f37e9f5.zip
mips love
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-python/twisted-web')
-rw-r--r--dev-python/twisted-web/twisted-web-0.7.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/twisted-web/twisted-web-0.7.0.ebuild b/dev-python/twisted-web/twisted-web-0.7.0.ebuild
index 9f3326c86e07..3179b386a666 100644
--- a/dev-python/twisted-web/twisted-web-0.7.0.ebuild
+++ b/dev-python/twisted-web/twisted-web-0.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-0.7.0.ebuild,v 1.1 2007/01/11 22:13:21 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-0.7.0.ebuild,v 1.2 2007/02/13 13:22:56 vapier Exp $
MY_PACKAGE=Web
@@ -8,12 +8,12 @@ inherit twisted eutils
DESCRIPTION="Twisted web server, programmable in Python"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
DEPEND="=dev-python/twisted-2.5*"
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}/${PN}-0.5.0-root-skip.patch"
+ epatch "${FILESDIR}"/${PN}-0.5.0-root-skip.patch
}