diff options
author | Stephen L Arnold <nerdboy@gentoo.org> | 2016-06-03 21:00:07 -0700 |
---|---|---|
committer | Stephen L Arnold <nerdboy@gentoo.org> | 2016-06-03 21:04:53 -0700 |
commit | 1296b40acf22ee6042b71455c22ab6153c405202 (patch) | |
tree | 6abd7cd24e6449afafb76a84816ae8be96c2eff3 /virtual | |
parent | dev-lang/gnat-gcc: version bump to 4.9.3 (ebuild and gnatboot) (diff) | |
download | gentoo-1296b40acf22ee6042b71455c22ab6153c405202.tar.gz gentoo-1296b40acf22ee6042b71455c22ab6153c405202.tar.bz2 gentoo-1296b40acf22ee6042b71455c22ab6153c405202.zip |
virtual/gnat: version bump to (slot) 4.9
Supports new gnat-gcc-4.9.3/gnatbuild-r1 and later, Ada 2012 std.
Package-Manager: portage-2.2.28
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/gnat/gnat-4.9.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/gnat/gnat-4.9.ebuild b/virtual/gnat/gnat-4.9.ebuild new file mode 100644 index 000000000000..7775c472ff89 --- /dev/null +++ b/virtual/gnat/gnat-4.9.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +DESCRIPTION="Virtual for the gnat compiler selection" +HOMEPAGE="" +SRC_URI="" +LICENSE="" +SLOT="4.9" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" +RDEPEND="=dev-lang/gnat-gcc-4.9*" +DEPEND="" |