[arch-commits] Commit in android-tools/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Thu Oct 8 16:49:59 UTC 2020


    Date: Thursday, October 8, 2020 @ 16:49:59
  Author: anatolik
Revision: 721781

Remove ruby makedep as we do not generate ninja.build file from the *.rb script anymore

Modified:
  android-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-08 16:37:15 UTC (rev 721780)
+++ PKGBUILD	2020-10-08 16:49:59 UTC (rev 721781)
@@ -14,7 +14,7 @@
 optdepends=('python: for mkbootimg script'
             'python2: for unpack_bootimg & avbtool scripts')
 # it depends on 'vim' because of 'xxd' tool.
-makedepends=(git clang gtest ruby cmake ninja go vim)
+makedepends=(git clang gtest cmake ninja go vim)
 provides=(fastboot adb)
 conflicts=(fastboot adb)
 source=(git+https://android.googlesource.com/platform/frameworks/base#tag=$_tag



More information about the arch-commits mailing list