commit: 2979e0ff26da955476d0846aede7acc4d81c82b9 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Mar 16 17:47:50 2014 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Mar 16 18:00:02 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/python-updater.git;a=commit;h=2979e0ff
Source /lib/gentoo/functions.sh, bug 504130. --- python-updater.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-updater.in b/python-updater.in index 68c6ead..7fc535d 100644 --- a/python-updater.in +++ b/python-updater.in @@ -61,8 +61,8 @@ CHECK_PYTHON_ABIS="1" CHECK_SHARED_LINKING="1" CHECK_STATIC_LINKING="1" -# Load the Gentoo-style info macros, but hack to get around it thinking this is an rc script. -EBUILD="1" . "@GENTOO_PORTAGE_EPREFIX@"/etc/init.d/functions.sh +# Load the Gentoo-style info macros +. "@GENTOO_PORTAGE_EPREFIX@"/lib/gentoo/functions.sh # Portage variables. PKG_DBDIR="@GENTOO_PORTAGE_EPREFIX@/var/db/pkg"
