summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/systemtap/systemtap-0.7.1_pre20080830.ebuild')
-rw-r--r--dev-util/systemtap/systemtap-0.7.1_pre20080830.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-util/systemtap/systemtap-0.7.1_pre20080830.ebuild b/dev-util/systemtap/systemtap-0.7.1_pre20080830.ebuild
index 30f9f1eab6bc..d7f7aeb7ffa4 100644
--- a/dev-util/systemtap/systemtap-0.7.1_pre20080830.ebuild
+++ b/dev-util/systemtap/systemtap-0.7.1_pre20080830.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-0.7.1_pre20080830.ebuild,v 1.1 2008/09/04 10:44:41 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-0.7.1_pre20080830.ebuild,v 1.2 2008/10/04 16:49:04 swegener Exp $
inherit linux-info eutils
@@ -8,8 +8,9 @@ DESCRIPTION="A linux trace/probe tool"
HOMEPAGE="http://sourceware.org/systemtap/"
if [[ ${PV} = *_pre* ]] # is this a snaphot?
then
- # see configure.ac to see the version of the snapshot
- SRC_URI="ftp://sources.redhat.com/pub/${PN}/snapshots/${PN}-${PV/*_pre/}.tar.bz2"
+ # see configure.ac to get the version of the snapshot
+ SRC_URI="ftp://sources.redhat.com/pub/${PN}/snapshots/${PN}-${PV/*_pre/}.tar.bz2
+ mirror://gentoo/${PN}-${PV/*_pre/}.tar.bz2" # upstream only keeps four snapshot distfiles around
S="${WORKDIR}"/src
else
SRC_URI="ftp://sources.redhat.com/pub/${PN}/releases/${P}.tar.gz"