diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-10-15 14:50:55 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-10-15 14:50:55 -0300 |
commit | 0f89dd2db32b9400e16c491ddda07dfe82489ebf (patch) | |
tree | aeac502ff5eba1e07efeb559f8e0d3f411c1109f | |
parent | 56c863064ad4edd27901e7d8ea4844207f0d20ba (diff) | |
download | aports-0f89dd2db32b9400e16c491ddda07dfe82489ebf.zip |
community/xfce4-cpufreq-plugin: disable for now
-rw-r--r-- | community/xfce4-cpufreq-plugin/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xfce4-cpufreq-plugin/APKBUILD b/community/xfce4-cpufreq-plugin/APKBUILD index 97d416c4e3a..1f9258a89f3 100644 --- a/community/xfce4-cpufreq-plugin/APKBUILD +++ b/community/xfce4-cpufreq-plugin/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.2.2 pkgrel=0 pkgdesc="CPU frequency plugin for the Xfce4 panel" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin" -arch="all" +arch="" # Fails to build on builders license="GPL-2.0-or-later" makedepends="xfce4-panel-dev libxfce4ui-dev" subpackages="$pkgname-lang" |