aboutsummaryrefslogtreecommitdiffstats
path: root/main/augeas
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2014-02-28 11:42:54 +0200
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2014-02-28 11:42:54 +0200
commit8a4fab725b3abc6785db872e5cc58ca9c2f7e20a (patch)
tree3f91f02dfa9da1e5ded7c510e1fc38a444f6184d /main/augeas
parent15a0e1f534aea37d21a62585eac2b5bd7bc645ea (diff)
downloadaports-8a4fab725b3abc6785db872e5cc58ca9c2f7e20a.tar.bz2
aports-8a4fab725b3abc6785db872e5cc58ca9c2f7e20a.tar.xz
main/augeas: remove xymon_alerting lense
The lense prevents initialization of the library. For details, see https://github.com/hercules-team/augeas/issues/89
Diffstat (limited to 'main/augeas')
-rw-r--r--main/augeas/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/augeas/APKBUILD b/main/augeas/APKBUILD
index 5e10c44c96..8095be2395 100644
--- a/main/augeas/APKBUILD
+++ b/main/augeas/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=augeas
pkgver=1.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="A configuration editing tool"
url="http://augeas.net"
arch="all"
@@ -21,6 +21,9 @@ prepare() {
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
esac
done
+
+ # workaround for https://github.com/hercules-team/augeas/issues/89
+ rm -f lenses/xymon_alerting.aug lenses/tests/test_xymon_alerting.aug
}
build() {