diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-14 23:02:45 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-14 23:02:45 +0000 |
commit | 8ba5a5ba3386eba1c8245f54aa617eb825a03f2d (patch) | |
tree | fbd60a0ea722107816da6503789b163a7efa2f22 /sys-devel/ct-ng/ct-ng-1.16.0.ebuild | |
parent | Version bump, security bug #442478. (diff) | |
download | historical-8ba5a5ba3386eba1c8245f54aa617eb825a03f2d.tar.gz historical-8ba5a5ba3386eba1c8245f54aa617eb825a03f2d.tar.bz2 historical-8ba5a5ba3386eba1c8245f54aa617eb825a03f2d.zip |
Fix HOMEPAGE, bug #443160
Package-Manager: portage-2.1.11.31/cvs/Linux x86_64
Manifest-Sign-Key: 0xF52D4BBA
Diffstat (limited to 'sys-devel/ct-ng/ct-ng-1.16.0.ebuild')
-rw-r--r-- | sys-devel/ct-ng/ct-ng-1.16.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/ct-ng/ct-ng-1.16.0.ebuild b/sys-devel/ct-ng/ct-ng-1.16.0.ebuild index 8147f471d3a4..55664d781881 100644 --- a/sys-devel/ct-ng/ct-ng-1.16.0.ebuild +++ b/sys-devel/ct-ng/ct-ng-1.16.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ct-ng-1.16.0.ebuild,v 1.1 2012/08/07 16:46:25 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ct-ng-1.16.0.ebuild,v 1.2 2012/11/14 23:02:32 blueness Exp $ EAPI="4" inherit autotools bash-completion-r1 eutils DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains" -HOMEPAGE="http://ymorin.is-a-geek.org/projects/crosstool" +HOMEPAGE="http://crosstool-ng.org" MY_P=${P/ct/crosstool} S=${WORKDIR}/${MY_P} SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2" |