nerdboy     14/10/15 09:52:21

  Modified:             gnatbuild.eclass
  Log:
  simple fix for bug #440660

Revision  Changes    Path
1.62                 eclass/gnatbuild.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnatbuild.eclass?rev=1.62&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnatbuild.eclass?rev=1.62&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnatbuild.eclass?r1=1.61&r2=1.62

Index: gnatbuild.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- gnatbuild.eclass    13 Jul 2014 16:19:33 -0000      1.61
+++ gnatbuild.eclass    15 Oct 2014 09:52:21 -0000      1.62
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.61 2014/07/13 
16:19:33 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.62 2014/10/15 
09:52:21 nerdboy Exp $
 #
 # Authors: George Shapovalov <[email protected]>
 #          Steve Arnold <[email protected]>
@@ -313,7 +313,7 @@
                elog "The list of primary compilers was empty and got assigned 
${gnat_profile}."
        fi
        elog "Please edit ${PRIMELIST} and list there gnat profiles intended"
-       elog "for common use."
+       elog "for common use, one per line."
 }
 
 
@@ -773,6 +773,9 @@
                                "${D}${LIBEXECPATH}"/liblto_plugin.la \
                                || die "sed update of .la file failed!"
                fi
+
+               # add config directory (bug 440660)
+               keepdir /etc/ada
                ;;
 
        prep_env)




Reply via email to