summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-09-23 06:20:26 +0200
committerJeroen Roovers <jer@gentoo.org>2015-09-23 06:20:48 +0200
commit24f3d342341598b28f7b21cf72d5bf0a6187bea7 (patch)
treee3e6b4b4d9af239b9604faefcd4c10942e2d1d3c /net-analyzer/rrdtool/rrdtool-1.5.4.ebuild
parentmedia-video/nvidia-settings: fix deps for newer portage handling of =* (diff)
downloadgentoo-24f3d342341598b28f7b21cf72d5bf0a6187bea7.tar.gz
gentoo-24f3d342341598b28f7b21cf72d5bf0a6187bea7.tar.bz2
gentoo-24f3d342341598b28f7b21cf72d5bf0a6187bea7.zip
net-analyzer/rrdtool: Quote REPLACING_VERSIONS (bug #561228).
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-analyzer/rrdtool/rrdtool-1.5.4.ebuild')
-rw-r--r--net-analyzer/rrdtool/rrdtool-1.5.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/rrdtool/rrdtool-1.5.4.ebuild b/net-analyzer/rrdtool/rrdtool-1.5.4.ebuild
index 1505e3be6eb2..dfa9e20b5cf3 100644
--- a/net-analyzer/rrdtool/rrdtool-1.5.4.ebuild
+++ b/net-analyzer/rrdtool/rrdtool-1.5.4.ebuild
@@ -173,7 +173,7 @@ src_install() {
}
pkg_postinst() {
- if [[ ${REPLACING_VERSIONS} -le 1.3 ]]; then
+ if [[ "${REPLACING_VERSIONS}" -le 1.3 ]]; then
ewarn "Since version 1.3, rrdtool dump emits completely legal xml. Basically this"
ewarn "means that it contains an xml header and a DOCTYPE definition. Unfortunately"
ewarn "this causes older versions of rrdtool restore to be unhappy."