diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2014-10-15 09:52:21 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2014-10-15 09:52:21 +0000 |
commit | 552bfd7b18547d9410490db67addd9bd033863fa (patch) | |
tree | 9edeef5cc297daf5f7d7b9e7dfb804974da4e809 /eclass/gnatbuild.eclass | |
parent | Support multilib providers for deps. Bump to EAPI=5. (diff) | |
download | historical-552bfd7b18547d9410490db67addd9bd033863fa.tar.gz historical-552bfd7b18547d9410490db67addd9bd033863fa.tar.bz2 historical-552bfd7b18547d9410490db67addd9bd033863fa.zip |
simple fix for bug #440660
Diffstat (limited to 'eclass/gnatbuild.eclass')
-rw-r--r-- | eclass/gnatbuild.eclass | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/eclass/gnatbuild.eclass b/eclass/gnatbuild.eclass index 1370f66689bd..ef7ae2ace763 100644 --- a/eclass/gnatbuild.eclass +++ b/eclass/gnatbuild.eclass @@ -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 <george@gentoo.org> # Steve Arnold <nerdboy@gentoo.org> @@ -313,7 +313,7 @@ gnatbuild_pkg_postinst() { 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 @@ EOF "${D}${LIBEXECPATH}"/liblto_plugin.la \ || die "sed update of .la file failed!" fi + + # add config directory (bug 440660) + keepdir /etc/ada ;; prep_env) |