diff options
Diffstat (limited to 'main/ccache')
-rw-r--r-- | main/ccache/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ccache/APKBUILD b/main/ccache/APKBUILD index 2143bdb728..c93eb7adb1 100644 --- a/main/ccache/APKBUILD +++ b/main/ccache/APKBUILD @@ -6,7 +6,7 @@ pkgdesc="ccache is a compiler cache" url="http://ccache.samba.org/" license="GPL" subpackages="$pkgname-doc" -depends="uclibc" +depends="" makedepends="" source="http://samba.org/ftp/$pkgname/$pkgname-$pkgver.tar.gz" |