summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2011-09-20 20:15:39 +0000
committerGeorge Shapovalov <george@gentoo.org>2011-09-20 20:15:39 +0000
commit69daf1bebdff4f1357780b276731de6986ab25ce (patch)
tree3c6350ace010f56eae4c82853e7fdfc1422499ec /dev-lang/gnat-gcc/gnat-gcc-4.4.3.ebuild
parentRevert stable keywords due to unfetchable distfiles. (diff)
downloadhistorical-69daf1bebdff4f1357780b276731de6986ab25ce.tar.gz
historical-69daf1bebdff4f1357780b276731de6986ab25ce.tar.bz2
historical-69daf1bebdff4f1357780b276731de6986ab25ce.zip
fixing repoman complaint: removed inherit autotools - the eauto-specific code was moved to a relevant ebuild
Package-Manager: portage-2.1.10.18/cvs/Linux x86_64
Diffstat (limited to 'dev-lang/gnat-gcc/gnat-gcc-4.4.3.ebuild')
-rw-r--r--dev-lang/gnat-gcc/gnat-gcc-4.4.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.4.3.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.4.3.ebuild
index cf7d042c5a0a..224a35fdd6c3 100644
--- a/dev-lang/gnat-gcc/gnat-gcc-4.4.3.ebuild
+++ b/dev-lang/gnat-gcc/gnat-gcc-4.4.3.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.4.3.ebuild,v 1.1 2011/03/10 19:59:39 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.4.3.ebuild,v 1.2 2011/09/20 20:15:39 george Exp $
# Need to let configure know where to find stddef.h
#EXTRA_CONFGCC="${WORKDIR}/usr/lib/include/"
-inherit gnatbuild autotools
+inherit gnatbuild
DESCRIPTION="GNAT Ada Compiler - gcc version"
HOMEPAGE="http://gcc.gnu.org/"