diff options
Diffstat (limited to 'testing/rrdcollect/APKBUILD')
-rw-r--r-- | testing/rrdcollect/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rrdcollect/APKBUILD b/testing/rrdcollect/APKBUILD index 3994406eaa..36e55972bd 100644 --- a/testing/rrdcollect/APKBUILD +++ b/testing/rrdcollect/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.2.4 pkgrel=1 pkgdesc="Read system statistical data and feed it to RRDtool" url="http://rrdcollect.sourceforge.net/" -arch="x86 x86_64" +arch="all" license="GPL" depends="rrdtool" makedepends="libpcap-dev" |