diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-16 10:59:34 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-16 10:59:34 -0400 |
commit | fae18d372c7d5fad545526b554e9cde657192226 (patch) | |
tree | 6833a9499a40d14afa83dfa6bf6bc5fd631deca3 | |
parent | d902025a8a000c1383c7612e9f442c6734290169 (diff) |
config:remove java-ugly
-rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ OURREPOS=('libre' 'libre-testing' 'libre-multilib' 'libre-multilib-testing') # User repos USERREPOS=('~smv' '~xihh' '~brendan' '~lukeshu' '~emulatorman' '~aurelien' '~jorginho' '~coadde' '~drtan') # Community project repos -PROJREPOS=('pcr' 'kernels' 'cross' 'java' 'java-ugly' 'nonprism') +PROJREPOS=('pcr' 'kernels' 'cross' 'java' 'nonprism') # Remote repos PKGREPOS=("${ARCHREPOS[@]}" "${OURREPOS[@]}" "${USERREPOS[@]}" "${PROJREPOS[@]}") PKGPOOL='pool/parabola' |