From e974a63fc3089d5d6790a1db6e26c184c462e66a Mon Sep 17 00:00:00 2001 From: Duncan Overbruck Date: Fri, 26 Dec 2014 17:31:26 +0100 Subject: [PATCH] remove glibc dependency --- srcpkgs/syncthing/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 2c81d93bb7a..3b9bde0f76e 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -8,7 +8,6 @@ hostmakedepends="go>=1.3" if [ "$CROSS_BUILD" ]; then hostmakedepends+=" go-cross-linux" fi -depends="glibc>=2.8" short_desc="Open Source Continuous File Synchronization" maintainer="Duncan Overbruck " license="GPL-3"