Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/rrdtool/
Date: Wed, 23 Sep 2015 04:18:29
Message-Id: 1442982048.24f3d342341598b28f7b21cf72d5bf0a6187bea7.jer@gentoo
1 commit: 24f3d342341598b28f7b21cf72d5bf0a6187bea7
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 04:20:26 2015 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 04:20:48 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f3d342
7
8 net-analyzer/rrdtool: Quote REPLACING_VERSIONS (bug #561228).
9
10 Package-Manager: portage-2.2.20.1
11
12 net-analyzer/rrdtool/rrdtool-1.5.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/rrdtool/rrdtool-1.5.4.ebuild b/net-analyzer/rrdtool/rrdtool-1.5.4.ebuild
16 index 1505e3b..dfa9e20 100644
17 --- a/net-analyzer/rrdtool/rrdtool-1.5.4.ebuild
18 +++ b/net-analyzer/rrdtool/rrdtool-1.5.4.ebuild
19 @@ -173,7 +173,7 @@ src_install() {
20 }
21
22 pkg_postinst() {
23 - if [[ ${REPLACING_VERSIONS} -le 1.3 ]]; then
24 + if [[ "${REPLACING_VERSIONS}" -le 1.3 ]]; then
25 ewarn "Since version 1.3, rrdtool dump emits completely legal xml. Basically this"
26 ewarn "means that it contains an xml header and a DOCTYPE definition. Unfortunately"
27 ewarn "this causes older versions of rrdtool restore to be unhappy."