index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-09-23 17:59:21 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-09-23 17:59:21 +0200 |
commit | 3162aa624bd3786bfe8d240401a848f4ad6498db (patch) | |
tree | c2ce7ddcc875804a06baefc9c6fee5069aed2388 /core | |
parent | c79493fa0da27a6b91489b46d4fff3c8b44b0168 (diff) |
-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/}) |