summaryrefslogtreecommitdiff
path: root/src/libretools.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/libretools.conf')
-rw-r--r--src/libretools.conf18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/libretools.conf b/src/libretools.conf
index a54d73b..e2a661d 100644
--- a/src/libretools.conf
+++ b/src/libretools.conf
@@ -14,16 +14,8 @@ BLACKLIST=https://projects.parabola.nu/blacklist.git/plain/blacklist.txt
## Used by `aur`, `diff-unfree`
DIFFPROG=$(which $([ -z "${DISPLAY:-}" ]||echo kdiff3 meld gvimdiff) vimdiff colordiff diff 2>/dev/null|sed 's/\s.*//;1q')
-## The repos you'll be packaging for
-## Used by `toru`, `toru-path`
-# Tip: As early repos take precedence on $REPOS loops, you can use this as
-# inverted order of precedence. Put testing repos first so dagpkg will find new
-# PKGBUILDs first, for instance. `toru-path` uses reverse order to enforce repo
-# precedence on the path cache (the last path added replaces the rest)
-REPOS=('core' 'libre' 'extra' 'community' 'libre-testing' 'social' 'sugar' 'pcr' 'java')
-
## The architectures you'll be packaging for
-## Used by `librestage`
+## Used by `librestage`, `xbs-abslibre`
ARCHES=('x86_64' 'i686' 'mips64el')
## ABSLibre
@@ -71,3 +63,11 @@ HOOKLOCALRELEASE="librestage"
################################################################################
TORUPATH=/var/lib/libretools/toru
+
+## The repos you'll be packaging for
+## Used by: `toru-path`
+# Tip: As early repos take precedence on $REPOS loops, you can use this as
+# inverted order of precedence. Put testing repos first so dagpkg will find new
+# PKGBUILDs first, for instance. `toru-path` uses reverse order to enforce repo
+# precedence on the path cache (the last path added replaces the rest)
+REPOS=('core' 'libre' 'extra' 'community' 'libre-testing' 'social' 'sugar' 'pcr' 'java')