diff options
author | George Shapovalov <george@gentoo.org> | 2015-08-31 14:24:34 +0200 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2015-09-02 14:22:13 +0200 |
commit | 12dc193801fc938bb00bfe3b6a215383fa877532 (patch) | |
tree | 52ef2778ee7e5ffa8ece274f4c9c5addddffc920 /dev-lang/gnat-gcc/gnat-gcc-4.5.4.ebuild | |
parent | sci-physics/lammps: Removing old versions. (diff) | |
download | gentoo-12dc193801fc938bb00bfe3b6a215383fa877532.tar.gz gentoo-12dc193801fc938bb00bfe3b6a215383fa877532.tar.bz2 gentoo-12dc193801fc938bb00bfe3b6a215383fa877532.zip |
cleaned up ebuild to correspond to latest requirements; added EAPI in prep for gnatbuild.eclass cleanup
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-lang/gnat-gcc/gnat-gcc-4.5.4.ebuild')
-rw-r--r-- | dev-lang/gnat-gcc/gnat-gcc-4.5.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.5.4.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.5.4.ebuild index a98df861777d..e97a639a288f 100644 --- a/dev-lang/gnat-gcc/gnat-gcc-4.5.4.ebuild +++ b/dev-lang/gnat-gcc/gnat-gcc-4.5.4.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=5 inherit gnatbuild DESCRIPTION="GNAT Ada Compiler - gcc version" @@ -27,7 +28,7 @@ KEYWORDS="amd64 x86" RDEPEND=">=dev-libs/mpfr-3.0.1 >=dev-libs/gmp-5.0 >=sys-libs/zlib-1.2 - >=sys-libs/ncurses-5.7" + >=sys-libs/ncurses-5.7:*" DEPEND="${RDEPEND} doc? ( sys-apps/texinfo ) |