diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-11-12 07:59:49 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-11-12 07:59:49 +0000 |
commit | 21ca12dc5afa369b259a83eacb7838cbe9f5be3d (patch) | |
tree | 88c5c62eb9d32bae9a38c36b0938862a1b7f9da2 /sys-devel | |
parent | remove RDEPENDE=DEPEND (diff) | |
download | gentoo-2-21ca12dc5afa369b259a83eacb7838cbe9f5be3d.tar.gz gentoo-2-21ca12dc5afa369b259a83eacb7838cbe9f5be3d.tar.bz2 gentoo-2-21ca12dc5afa369b259a83eacb7838cbe9f5be3d.zip |
syntax cleanup
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/distcc/distcc-0.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/distcc/distcc-0.12.ebuild b/sys-devel/distcc/distcc-0.12.ebuild index a7a378690631..7169c07cd2c9 100644 --- a/sys-devel/distcc/distcc-0.12.ebuild +++ b/sys-devel/distcc/distcc-0.12.ebuild @@ -1,9 +1,9 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-0.12.ebuild,v 1.4 2002/11/12 05:28:14 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-0.12.ebuild,v 1.5 2002/11/12 07:59:49 seemant Exp $ HOMEPAGE="http://distcc.samba.org/" -SRC_URI="http://distcc.samba.org/ftp/distcc/distcc-${PV}.tar.gz" +SRC_URI="http://distcc.samba.org/ftp/${PN}/${P}.tar.gz" DESCRIPTION="a program to distribute compilation of C code across several machines on a network" LICENSE="GPL-2" SLOT="0" |