diff options
author | 2016-06-25 20:22:38 -0700 | |
---|---|---|
committer | 2016-06-25 23:19:54 -0700 | |
commit | 3747a934fb4def8b683893e389cf066cefc2df25 (patch) | |
tree | fd3c4e7654a4c5c86c38e316831d13dbb61aa466 /virtual/gnat/gnat-3.4.ebuild | |
parent | dev-ruby/netrc: cleanup (diff) | |
download | gentoo-3747a934fb4def8b683893e389cf066cefc2df25.tar.gz gentoo-3747a934fb4def8b683893e389cf066cefc2df25.tar.bz2 gentoo-3747a934fb4def8b683893e389cf066cefc2df25.zip |
virtual/gnat, gnatbuild.eclass: virtual and eclass cleanup.
This (mostly) addresses some QA issues and bugs 561968, and 558346.
Also, updated 4.6.4-r1 is on the way...
Package-Manager: portage-2.2.28
Diffstat (limited to 'virtual/gnat/gnat-3.4.ebuild')
-rw-r--r-- | virtual/gnat/gnat-3.4.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/virtual/gnat/gnat-3.4.ebuild b/virtual/gnat/gnat-3.4.ebuild index 5374f8bb9024..feaa9d2f5844 100644 --- a/virtual/gnat/gnat-3.4.ebuild +++ b/virtual/gnat/gnat-3.4.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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="" @@ -10,6 +12,6 @@ SLOT="3.4" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="|| ( - =dev-lang/gnat-gcc-3.4* - =dev-lang/gnat-gpl-3.4* )" + =dev-lang/gnat-gcc-${PV}* + =dev-lang/gnat-gpl-${PV}* )" DEPEND="" |