Gentoo Archives: gentoo-commits

From: "Amadeusz Piotr Żołnowski" <aidecoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/burp/
Date: Sun, 10 Jul 2016 19:47:11
Message-Id: 1468179988.154509b5d5f56e7186bc16035632bff62ea71b83.aidecoe@gentoo
1 commit: 154509b5d5f56e7186bc16035632bff62ea71b83
2 Author: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 10 19:46:12 2016 +0000
4 Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 10 19:46:28 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154509b5
7
8 app-backup/burp: Depend on librsync-0.9.7 or >librsync-2.0.0
9
10 Burp segfaults with any version between 1.0.0 and 2.0.0 (inclusive).
11 ebuild depending on 0.9.7 will be removed as soon as librsync-2.0.0-r1
12 gets stable keywords.
13
14 Package-Manager: portage-2.3.0
15
16 app-backup/burp/{burp-1.4.40-r4.ebuild => burp-1.4.40-r5.ebuild} | 2 +-
17 app-backup/burp/{burp-1.4.40-r4.ebuild => burp-1.4.40-r6.ebuild} | 2 +-
18 2 files changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/app-backup/burp/burp-1.4.40-r4.ebuild b/app-backup/burp/burp-1.4.40-r5.ebuild
21 similarity index 99%
22 copy from app-backup/burp/burp-1.4.40-r4.ebuild
23 copy to app-backup/burp/burp-1.4.40-r5.ebuild
24 index 5dc34f5..d1784b1 100644
25 --- a/app-backup/burp/burp-1.4.40-r4.ebuild
26 +++ b/app-backup/burp/burp-1.4.40-r5.ebuild
27 @@ -21,7 +21,7 @@ DEPEND="
28 libressl? ( dev-libs/libressl:0= )
29 dev-libs/uthash
30 sys-libs/libcap
31 - net-libs/librsync:0=
32 + ~net-libs/librsync-0.9.7
33 sys-libs/ncurses:0=
34 sys-libs/zlib
35 acl? ( sys-apps/acl )
36
37 diff --git a/app-backup/burp/burp-1.4.40-r4.ebuild b/app-backup/burp/burp-1.4.40-r6.ebuild
38 similarity index 98%
39 rename from app-backup/burp/burp-1.4.40-r4.ebuild
40 rename to app-backup/burp/burp-1.4.40-r6.ebuild
41 index 5dc34f5..f9e42cd 100644
42 --- a/app-backup/burp/burp-1.4.40-r4.ebuild
43 +++ b/app-backup/burp/burp-1.4.40-r6.ebuild
44 @@ -21,7 +21,7 @@ DEPEND="
45 libressl? ( dev-libs/libressl:0= )
46 dev-libs/uthash
47 sys-libs/libcap
48 - net-libs/librsync:0=
49 + >net-libs/librsync-2.0.0:0=
50 sys-libs/ncurses:0=
51 sys-libs/zlib
52 acl? ( sys-apps/acl )