From 1f728cb6a65690c84c5ebf171e360550c10aa1a6 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 5 Sep 2014 10:50:08 -0700 Subject: [PATCH] build.sh: Bump DATE to 20140904 This pulls in a fix for Layman on Python 3 [1,2]. [1]: https://bugs.gentoo.org/show_bug.cgi?id=521724 Summary: app-portage/layman-2.1.0-r2 - ImportError: cannot import name 'MakeConf' Devan Franchini (twitch153) cut layman-2.1.0-r3 with a fix [2]. [2]: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.1.0-r3.ebuild?revision=1.1&view=markup Summary: Adds patch to fix improper import for ConfigHandler, bug #521724 Date: 2014-09-02 22:06:59Z --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5b18d31..c447695 100755 --- a/build.sh +++ b/build.sh @@ -26,7 +26,7 @@ AUTHOR="${AUTHOR:-W. Trevor King }" NAMESPACE="${NAMESPACE:-wking}" -DATE="${DATE:-20140821}" +DATE="${DATE:-20140904}" MIRROR="${MIRROR:-http://distfiles.gentoo.org/}" ARCH_URL="${ARCH_URL:-${MIRROR}releases/amd64/autobuilds/${DATE}/}" STAGE3="${STAGE3:-stage3-amd64-${DATE}.tar.bz2}" -- 2.26.2