summaryrefslogtreecommitdiff
path: root/src/libretools.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/libretools.conf')
-rw-r--r--src/libretools.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libretools.conf b/src/libretools.conf
index e2a661d..cde9939 100644
--- a/src/libretools.conf
+++ b/src/libretools.conf
@@ -16,7 +16,7 @@ DIFFPROG=$(which $([ -z "${DISPLAY:-}" ]||echo kdiff3 meld gvimdiff) vimdiff col
## The architectures you'll be packaging for
## Used by `librestage`, `xbs-abslibre`
-ARCHES=('x86_64' 'i686' 'mips64el')
+ARCHES=('x86_64' 'i686')
## ABSLibre
# Used by xbs-abslibre
@@ -56,7 +56,6 @@ FULLBUILDCMD="sudo libremakepkg"
# Locally release the package or any other action after running FULLBUILDCMD
# successfully. When run, it is given a repository name as a single argument.
HOOKLOCALRELEASE="librestage"
-#HOOKLOCALRELEASE="mipsrelease"
################################################################################
# toru #