diff options
author | George Shapovalov <george@gentoo.org> | 2007-09-04 14:06:48 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2007-09-04 14:06:48 +0000 |
commit | 4166201c025e769508de17980f675f9a796ff8c1 (patch) | |
tree | 9a6a822b1d27cfc7ad425bdc9ce8ca7834d454a5 /dev-ada/asis-gpl/asis-gpl-4.1.3.2007.ebuild | |
parent | Stable on amd64 wrt bug #189139 (diff) | |
download | gentoo-2-4166201c025e769508de17980f675f9a796ff8c1.tar.gz gentoo-2-4166201c025e769508de17980f675f9a796ff8c1.tar.bz2 gentoo-2-4166201c025e769508de17980f675f9a796ff8c1.zip |
changing gcc to gnatgcc (asis needs it occasionally too). Fixes #191090, thanks to Maxim Reznik for report
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-ada/asis-gpl/asis-gpl-4.1.3.2007.ebuild')
-rw-r--r-- | dev-ada/asis-gpl/asis-gpl-4.1.3.2007.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ada/asis-gpl/asis-gpl-4.1.3.2007.ebuild b/dev-ada/asis-gpl/asis-gpl-4.1.3.2007.ebuild index ddace1b5d4ec..987df3b6d5ba 100644 --- a/dev-ada/asis-gpl/asis-gpl-4.1.3.2007.ebuild +++ b/dev-ada/asis-gpl/asis-gpl-4.1.3.2007.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007.ebuild,v 1.2 2007/07/15 04:21:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007.ebuild,v 1.3 2007/09/04 14:06:48 george Exp $ inherit eutils flag-o-matic gnatbuild @@ -8,7 +8,7 @@ ACT_Ver=$(get_version_component_range 4) Gnat_Name="gnat-gpl" DESCRIPTION="The Ada Semantic Interface Specification (semantic analysis and tools tied to compiler)" -SRC_URI="http://dev.gentoo.org/~george/src/${PN}-${ACT_Ver}-src.tgz" +SRC_URI="mirror://gentoo/${PN}-${ACT_Ver}-src.tgz" HOMEPAGE="https://libre.adacore.com/" LICENSE="GPL-2" |