commit:     a42ad6e6403b4addd6b17c4fce3759b4c2b7ea60
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 16 15:08:56 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Sep 16 15:08:56 2018 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=a42ad6e6

catalyst-auto: Build only 64-bit userland on ppc64 and remove '64ul'

 tools/catalyst-auto-ppc64.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/catalyst-auto-ppc64.conf b/tools/catalyst-auto-ppc64.conf
index 9af46fc0..bb4d50d0 100644
--- a/tools/catalyst-auto-ppc64.conf
+++ b/tools/catalyst-auto-ppc64.conf
@@ -39,7 +39,7 @@ update_symlinks() {
        local d f t
        for d in "${BUILD_SRCDIR_BASE}/builds/default/ppc64" ; do
                pushd "${d}" >/dev/null
-               for t in ppc64-64ul ppc64-32ul; do
+               for t in ppc64; do
                        for f in $(ls stage3-${t}-*bz2 | grep -v latest | 
give_latest_from_dates) ; do
                                local of=$(echo "${f}" | convert_filename)
                                ln -sf "${f}" "${of}"

Reply via email to