diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-11 21:52:33 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-11 21:52:33 +0200 |
commit | de29d48ab1e91775d5599cc1496db079ad6ad205 (patch) | |
tree | 8d348ca22eb50928f4f60549c1ad08e22d1e43e2 /testing/cpupower | |
parent | bf023c55cb00da9c00a02c446e72a5fc9de2c05e (diff) | |
download | aports-de29d48ab1e91775d5599cc1496db079ad6ad205.tar.bz2 aports-de29d48ab1e91775d5599cc1496db079ad6ad205.tar.xz |
testing/cpupower: disable lang subpackage
Diffstat (limited to 'testing/cpupower')
-rw-r--r-- | testing/cpupower/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cpupower/APKBUILD b/testing/cpupower/APKBUILD index 51c9b52491..8ec2f10885 100644 --- a/testing/cpupower/APKBUILD +++ b/testing/cpupower/APKBUILD @@ -12,7 +12,7 @@ arch="all" license="GPL2" depends_dev="pciutils-dev readline-dev" makedepends="$depends_dev bash linux-headers" -subpackages="$pkgname-doc $pkgname-lang $pkgname-dev" +subpackages="$pkgname-doc $pkgname-dev" replaces="linux-tools-cpupower" source="http://ftp.kernel.org/pub/linux/kernel/v4.x/linux-$pkgver.tar.xz cpupower.initd |