summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-01-05 10:12:49 +0000
committerMichał Górny <mgorny@gentoo.org>2014-01-05 10:12:49 +0000
commit436b7a7f6c8eba9a826eab99b7263bc307872fe8 (patch)
tree6721352609ea8a0ca790d98ca9616432870bfc63 /eclass/twisted-r1.eclass
parentRestore ruby18 target, fixing 496836. (diff)
downloadhistorical-436b7a7f6c8eba9a826eab99b7263bc307872fe8.tar.gz
historical-436b7a7f6c8eba9a826eab99b7263bc307872fe8.tar.bz2
historical-436b7a7f6c8eba9a826eab99b7263bc307872fe8.zip
Fix twisted SRC_URI. Thanks to yac for the patch.
Diffstat (limited to 'eclass/twisted-r1.eclass')
-rw-r--r--eclass/twisted-r1.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/twisted-r1.eclass b/eclass/twisted-r1.eclass
index 08c0ae030b7e..dfcf1a6c9450 100644
--- a/eclass/twisted-r1.eclass
+++ b/eclass/twisted-r1.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/eclass/twisted-r1.eclass,v 1.1 2013/08/08 22:29:21 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/twisted-r1.eclass,v 1.2 2014/01/05 10:12:49 mgorny Exp $
# @ECLASS: twisted-r1.eclass
# @MAINTAINER:
@@ -99,7 +99,7 @@ _twisted-r1_camelcase() {
: ${TWISTED_RELEASE:=$(get_version_component_range 1-2 ${PV})}
HOMEPAGE="http://www.twistedmatrix.com/"
-SRC_URI="http://twistedmatrix.com/Releases/${TWISTED_PN}"
+SRC_URI="http://twistedmatrix.com/Releases/${TWISTED_PN#Twisted}"
SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2"
LICENSE="MIT"