diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-05-26 22:27:20 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-05-26 22:27:20 +0000 |
commit | 22f153ece20d9d6a1c348f31a53dcb78ba12f3b3 (patch) | |
tree | f0164152d17ac4188b7a3207b20c483d524fd4ac /sys-devel | |
parent | Version bump. (diff) | |
download | gentoo-2-22f153ece20d9d6a1c348f31a53dcb78ba12f3b3.tar.gz gentoo-2-22f153ece20d9d6a1c348f31a53dcb78ba12f3b3.tar.bz2 gentoo-2-22f153ece20d9d6a1c348f31a53dcb78ba12f3b3.zip |
Recommit correct verions.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/ct-ng/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/ct-ng/ct-ng-1.21.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/ct-ng/ChangeLog b/sys-devel/ct-ng/ChangeLog index 85336dc725fa..a4bd73912982 100644 --- a/sys-devel/ct-ng/ChangeLog +++ b/sys-devel/ct-ng/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/ct-ng # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.51 2015/05/26 22:25:10 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.52 2015/05/26 22:27:20 blueness Exp $ + + 26 May 2015; Anthony G. Basile <blueness@gentoo.org> ct-ng-1.21.0.ebuild: + Recommit correct verions. *ct-ng-1.21.0 (26 May 2015) diff --git a/sys-devel/ct-ng/ct-ng-1.21.0.ebuild b/sys-devel/ct-ng/ct-ng-1.21.0.ebuild index ef2f631a12d7..faebd86f5a9e 100644 --- a/sys-devel/ct-ng/ct-ng-1.21.0.ebuild +++ b/sys-devel/ct-ng/ct-ng-1.21.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.21.0.ebuild,v 1.1 2015/05/26 22:25:10 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ct-ng-1.21.0.ebuild,v 1.2 2015/05/26 22:27:20 blueness Exp $ EAPI="5" @@ -9,7 +9,7 @@ inherit autotools bash-completion-r1 eutils DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains" HOMEPAGE="http://crosstool-ng.org" MY_P=${P/ct/crosstool} -S=${WORKDIR}/${MY_P} +S=${WORKDIR} SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2" LICENSE="GPL-2" |