diff options
Diffstat (limited to 'dev-ada/gnat-suite-bin/gnat-suite-bin-2018.ebuild')
-rw-r--r-- | dev-ada/gnat-suite-bin/gnat-suite-bin-2018.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ada/gnat-suite-bin/gnat-suite-bin-2018.ebuild b/dev-ada/gnat-suite-bin/gnat-suite-bin-2018.ebuild index a6d08d2be740..04ffaf338d72 100644 --- a/dev-ada/gnat-suite-bin/gnat-suite-bin-2018.ebuild +++ b/dev-ada/gnat-suite-bin/gnat-suite-bin-2018.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -75,7 +75,7 @@ src_install() { fperms 755 ${PREFIX}/libexec/gprbuild/gprlib } -pkg_postinst () { +pkg_postinst() { einfo "GNAT GPL is now installed. To launch it, you must put" einfo " ${PREFIX}/bin" einfo "in front of your PATH environment variable. The following" |