commit: f38e2a2281502925f045842d01eaa2dbd60f7b74 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Aug 31 14:03:06 2017 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Aug 31 14:03:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f38e2a22
dev-ada/gps-bin: inherit toolchain-funcs. Fix bug #628958 Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-ada/gps-bin/gps-bin-2016.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ada/gps-bin/gps-bin-2016.ebuild b/dev-ada/gps-bin/gps-bin-2016.ebuild index da6d97e7843..25fd9b69678 100644 --- a/dev-ada/gps-bin/gps-bin-2016.ebuild +++ b/dev-ada/gps-bin/gps-bin-2016.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 +inherit toolchain-funcs MY_P=gnat-gpl-2016-x86_64-linux-bin
