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

Anatol Pomozov anatolik at archlinux.org
Mon Oct 12 02:53:49 UTC 2020


    Date: Monday, October 12, 2020 @ 02:53:46
  Author: anatolik
Revision: 723571

remove duplicated arch=() values

Modified:
  bcc/trunk/PKGBUILD

----------+
 PKGBUILD |    2 --
 1 file changed, 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-12 02:50:53 UTC (rev 723570)
+++ PKGBUILD	2020-10-12 02:53:46 UTC (rev 723571)
@@ -52,7 +52,6 @@
 
 package_bcc-tools() {
   pkgdesc='BPF Compiler Collection - Tools'
-  arch=('x86_64')
   depends=('bcc' 'libedit' 'ethtool')
   optdepends=(
   	'python-bcc: Python 3 bindings for BCC'
@@ -67,7 +66,6 @@
 
 package_python-bcc() {
   pkgdesc='BPF Compiler Collection - Python 3 bindings'
-  arch=('x86_64')
   depends=('bcc' 'python')
   optdepends=(
   	'python-netaddr: Network address representation and manipulation'



More information about the arch-commits mailing list