index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/util-linux/PKGBUILD | 3 |
diff --git a/core/util-linux/PKGBUILD b/core/util-linux/PKGBUILD index 1a89072f..0fc529a1 100644 --- a/core/util-linux/PKGBUILD +++ b/core/util-linux/PKGBUILD @@ -5,3 +5,6 @@ eval "$( s/--enable-raw/--disable-raw/ ' )" + +# we don't have a working ruby (needed by asciidoctor) +makedepends=(${makedepends[@]//asciidoctor/}) |