summaryrefslogtreecommitdiffstats
path: root/bin-editors
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 03:46:01 +0000
committerEric Sandall2019-07-09 03:46:01 +0000
commit43e88fa3d8225da34b6f73e3bd7736dfc5fafd4a (patch)
treec55a7676684c111f24c1b01b0099827e2c3f3d78 /bin-editors
parent41c881b32339027b2d69a3276a454108d7a34f46 (diff)
libreoffice-bin: Set 64-bit for EM64T as well.
Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed SMGL_COMPAT_ARCHS[1] from x86_64 to em64t.
Diffstat (limited to 'bin-editors')
-rwxr-xr-xbin-editors/libreoffice-bin/DETAILS2
-rw-r--r--bin-editors/libreoffice-bin/HISTORY5
2 files changed, 6 insertions, 1 deletions
diff --git a/bin-editors/libreoffice-bin/DETAILS b/bin-editors/libreoffice-bin/DETAILS
index bf4e58a..fedd0d7 100755
--- a/bin-editors/libreoffice-bin/DETAILS
+++ b/bin-editors/libreoffice-bin/DETAILS
@@ -10,7 +10,7 @@ else
VERSION=6.1.6
BUILD_VERSION=3
fi
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
SOURCE=LibreOffice_${VERSION}_Linux_x86-64_rpm.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_GPG=libreoffice.gpg:$SOURCE2:UPSTREAM_KEY
diff --git a/bin-editors/libreoffice-bin/HISTORY b/bin-editors/libreoffice-bin/HISTORY
index 173c8e3..6bdcb82 100644
--- a/bin-editors/libreoffice-bin/HISTORY
+++ b/bin-editors/libreoffice-bin/HISTORY
@@ -1,3 +1,8 @@
+2019-07-08 Eric Sandall <sandalle@sourcemage.org>
+ * Set 64-bit for EM64T as well.
+ Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed
+ SMGL_COMPAT_ARCHS[1] from x86_64 to em64t.
+
2019-06-06 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 6.2.4 (fresh), 6.1.6 (still)