diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-01-04 21:03:25 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-01-04 21:03:25 +0000 |
commit | fad83b211bc7092e456bdd49f3801a7fbb5e7feb (patch) | |
tree | 0c3727c01c1964238751810638c661d6b15f908d /dev-lang/tcc/tcc-0.9.23-r1.ebuild | |
parent | Homepage fix (diff) | |
download | gentoo-2-fad83b211bc7092e456bdd49f3801a7fbb5e7feb.tar.gz gentoo-2-fad83b211bc7092e456bdd49f3801a7fbb5e7feb.tar.bz2 gentoo-2-fad83b211bc7092e456bdd49f3801a7fbb5e7feb.zip |
Bump to 0.9.24. Homepage and SRC_URI fix. Patches no longer needed.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'dev-lang/tcc/tcc-0.9.23-r1.ebuild')
-rw-r--r-- | dev-lang/tcc/tcc-0.9.23-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/tcc/tcc-0.9.23-r1.ebuild b/dev-lang/tcc/tcc-0.9.23-r1.ebuild index 100e67061793..bee701a9ca4e 100644 --- a/dev-lang/tcc/tcc-0.9.23-r1.ebuild +++ b/dev-lang/tcc/tcc-0.9.23-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.23-r1.ebuild,v 1.5 2009/01/04 20:52:31 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.23-r1.ebuild,v 1.6 2009/01/04 21:03:25 patrick Exp $ inherit eutils IUSE="" DESCRIPTION="A very small C compiler for ix86" HOMEPAGE="http://bellard.org/tcc/" -SRC_URI="http://fabrice.bellard.free.fr/tcc/${P}.tar.gz" +SRC_URI="http://download.savannah.nongnu.org/releases/tinycc/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" |