Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/xrootd/
Date: Mon, 02 Jan 2017 09:47:16
Message-Id: 1483350413.6ac1a9a0a449db51be046f63dbb0d5e32d5fa91a.bircoph@gentoo
1 commit: 6ac1a9a0a449db51be046f63dbb0d5e32d5fa91a
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 09:46:53 2017 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 09:46:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac1a9a0
7
8 net-libs/xrootd: fix bug 603016 for boxes w/o SONAME
9
10 On some boxes SONAME is misteriously omitted, I can't reproduce
11 this, but for xrootd plugins this is not a problem, so it is safe
12 to replace QA_SONAME_NO_SYMLINK by QA_SONAME.
13
14 Package-Manager: Portage-2.3.3, Repoman-2.3.1
15 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
16
17 net-libs/xrootd/xrootd-4.4.0.ebuild | 4 ++--
18 net-libs/xrootd/xrootd-4.5.0.ebuild | 4 ++--
19 2 files changed, 4 insertions(+), 4 deletions(-)
20
21 diff --git a/net-libs/xrootd/xrootd-4.4.0.ebuild b/net-libs/xrootd/xrootd-4.4.0.ebuild
22 index 89becc8..c64e141 100644
23 --- a/net-libs/xrootd/xrootd-4.4.0.ebuild
24 +++ b/net-libs/xrootd/xrootd-4.4.0.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2016 Gentoo Foundation
27 +# Copyright 1999-2017 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 # $Id$
30
31 @@ -32,7 +32,7 @@ PATCHES=( "${FILESDIR}"/${PN}-no-werror.patch )
32 # xrootd plugins are not intended to be linked with,
33 # they are to be loaded at runtime by xrootd,
34 # see https://github.com/xrootd/xrootd/issues/447
35 -QA_SONAME_NO_SYMLINK="/usr/lib.*/libXrd*-4.so"
36 +QA_SONAME="/usr/lib.*/libXrd*-4.so"
37
38 pkg_setup() {
39 enewgroup xrootd
40
41 diff --git a/net-libs/xrootd/xrootd-4.5.0.ebuild b/net-libs/xrootd/xrootd-4.5.0.ebuild
42 index d60b54e..67e1a90 100644
43 --- a/net-libs/xrootd/xrootd-4.5.0.ebuild
44 +++ b/net-libs/xrootd/xrootd-4.5.0.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2016 Gentoo Foundation
47 +# Copyright 1999-2017 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Id$
50
51 @@ -46,7 +46,7 @@ PATCHES=( "${FILESDIR}"/${PN}-no-werror.patch )
52 # xrootd plugins are not intended to be linked with,
53 # they are to be loaded at runtime by xrootd,
54 # see https://github.com/xrootd/xrootd/issues/447
55 -QA_SONAME_NO_SYMLINK="/usr/lib.*/libXrd*-4.so"
56 +QA_SONAME="/usr/lib.*/libXrd*-4.so"
57
58 pkg_setup() {
59 enewgroup xrootd