index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/bochs/PKGBUILD | 8 |
diff --git a/community/bochs/PKGBUILD b/community/bochs/PKGBUILD deleted file mode 100644 index cc92d59a..00000000 --- a/community/bochs/PKGBUILD +++ /dev/null @@ -1,8 +0,0 @@ -# disable host PCI device mapping, not supported for newer kernels in Bochs itself - -eval "$( - declare -f build | \ - sed ' - s@--enable-pcidev@--disable-pcidev@g - ' -)" |