diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/brltty/PKGBUILD | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/extra/brltty/PKGBUILD b/extra/brltty/PKGBUILD index b927f2d4..93e0cf13 100644 --- a/extra/brltty/PKGBUILD +++ b/extra/brltty/PKGBUILD @@ -1,8 +1,3 @@ -# no java on i486 at the moment -if [ "$CARCH" = 'i486' ]; then - makedepends=(${makedepends[@]//java-environment/}) -fi - # no polkit on i486 if [ "$CARCH" = 'i486' ]; then depends=(${depends[@]//polkit/}) |