summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-11-12 17:04:51 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-11-12 17:04:51 -0500
commita5f4fb2d351c2972daa6bffad4e74e0a49f5760b (patch)
tree2ea7d8cb2c15087c07c04254f2642ca0507d1dc4 /src
parent803ec5f8b5f1450d0ecd6f52463bd3882f03c05c (diff)
libretools.conf: add [prc] and [java] to REPOS
Diffstat (limited to 'src')
-rw-r--r--src/libretools.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libretools.conf b/src/libretools.conf
index 01c93e6..e62dd90 100644
--- a/src/libretools.conf
+++ b/src/libretools.conf
@@ -12,7 +12,7 @@ WORKDIR=/home/$USER/packages
# inverted order of precedence. Put testing repos first so fullpkg 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')
+REPOS=('core' 'libre' 'extra' 'community' 'libre-testing' 'social' 'sugar' 'pcr' 'java')
# The architectures
ARCHES=('i686' 'x86_64' 'mips64el' 'any')