diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-06 18:04:15 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-06 18:04:15 -0600 |
commit | ba2e25c29ce92e694a4cc431419ce21e241bb50d (patch) | |
tree | 8553c1c4d9329145fb2bb850e6e2231dc87e5b50 /src/libretools.conf | |
parent | 5161c0f6bd379b8ae74c59874eb71d6782972d61 (diff) |
remove mips64el-tools: We don't support MIPS anymore
Diffstat (limited to 'src/libretools.conf')
-rw-r--r-- | src/libretools.conf | 3 |
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 # |