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

Frederik Schwan freswa at gemini.archlinux.org
Wed Mar 2 14:24:05 UTC 2022


    Date: Wednesday, March 2, 2022 @ 14:24:04
  Author: freswa
Revision: 438320

move optdepend on perl to glibc pkg

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-02 14:22:24 UTC (rev 438319)
+++ PKGBUILD	2022-03-02 14:24:04 UTC (rev 438320)
@@ -14,7 +14,6 @@
 url='https://www.gnu.org/software/libc'
 license=(GPL LGPL)
 makedepends=(git gd lib32-gcc-libs python)
-optdepends=('perl: for mtrace')
 options=(!strip staticlibs !lto)
 #_commit=3de512be7ea6053255afed6154db9ee31d4e557a
 #source=(git+https://sourceware.org/git/glibc.git#commit=$_commit
@@ -164,7 +163,8 @@
 package_glibc() {
   pkgdesc='GNU C Library'
   depends=('linux-api-headers>=4.10' tzdata filesystem)
-  optdepends=('gd: for memusagestat')
+  optdepends=('gd: for memusagestat'
+              'perl: for mtrace')
   install=glibc.install
   backup=(etc/gai.conf
           etc/locale.gen



More information about the arch-commits mailing list