commit: 87e01740dd6729fb907939330455f1132cadf8c3 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org> AuthorDate: Mon Dec 17 13:40:45 2018 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Mon Dec 17 13:40:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e01740
dev-ada/gps: Explicity call python pkg_setup Closes: https://bugs.gentoo.org/673264 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ada/gps/gps-2018.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ada/gps/gps-2018.ebuild b/dev-ada/gps/gps-2018.ebuild index 8cf67c2fc6e..15d8e2fb9fa 100644 --- a/dev-ada/gps/gps-2018.ebuild +++ b/dev-ada/gps/gps-2018.ebuild @@ -59,6 +59,7 @@ pkg_setup() { GNATDRV=gnat-${GCC_PV} GNATLS=gnatls-${GCC_PV} llvm_pkg_setup + python-single-r1_pkg_setup } src_prepare() {
