diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-10-12 21:43:07 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-10-12 21:43:07 +0000 |
commit | 3cdf9012b487dc1598ec2f9480d204d3a798ff0d (patch) | |
tree | 82d8b8d2d2385eb74f27a13cf1d5c81a618ef462 /sys-apps/procps | |
parent | clean out old broken stuff (diff) | |
download | historical-3cdf9012b487dc1598ec2f9480d204d3a798ff0d.tar.gz historical-3cdf9012b487dc1598ec2f9480d204d3a798ff0d.tar.bz2 historical-3cdf9012b487dc1598ec2f9480d204d3a798ff0d.zip |
fix src_uri Rik switched to bz2
Diffstat (limited to 'sys-apps/procps')
-rw-r--r-- | sys-apps/procps/procps-2.0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/procps/procps-2.0.9.ebuild b/sys-apps/procps/procps-2.0.9.ebuild index ecdb51d03a8e..b47e1eb8a325 100644 --- a/sys-apps/procps/procps-2.0.9.ebuild +++ b/sys-apps/procps/procps-2.0.9.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.9.ebuild,v 1.3 2002/10/11 14:52:40 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.9.ebuild,v 1.4 2002/10/12 21:43:07 lostlogic Exp $ S=${WORKDIR}/${P} DESCRIPTION="Standard informational utilities and process-handling tools" -SRC_URI="http://surriel.com/${PN}/${P}.tar.gz" +SRC_URI="http://surriel.com/${PN}/${P}.tar.bz2" HOMEPAGE="http://surriel.com/procps/" RDEPEND=">=sys-libs/ncurses-5.2-r2" DEPEND="${RDEPEND} >=sys-devel/gettext-0.10.35" |