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 | ba8b738d1555e370fef58a4ae79a5a2aa63efbfb (patch) | |
tree | 581011cdbf9e459d9c51838ac69dc85769e8de27 /eclass | |
parent | Support multilib providers for deps. Bump to EAPI=5. (diff) | |
download | gentoo-2-ba8b738d1555e370fef58a4ae79a5a2aa63efbfb.tar.gz gentoo-2-ba8b738d1555e370fef58a4ae79a5a2aa63efbfb.tar.bz2 gentoo-2-ba8b738d1555e370fef58a4ae79a5a2aa63efbfb.zip |
simple fix for bug #440660
Diffstat (limited to '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) |