commit: 6ac1a9a0a449db51be046f63dbb0d5e32d5fa91a
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 2 09:46:53 2017 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Mon Jan 2 09:46:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac1a9a0
net-libs/xrootd: fix bug 603016 for boxes w/o SONAME
On some boxes SONAME is misteriously omitted, I can't reproduce
this, but for xrootd plugins this is not a problem, so it is safe
to replace QA_SONAME_NO_SYMLINK by QA_SONAME.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
net-libs/xrootd/xrootd-4.4.0.ebuild | 4 ++--
net-libs/xrootd/xrootd-4.5.0.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-libs/xrootd/xrootd-4.4.0.ebuild
b/net-libs/xrootd/xrootd-4.4.0.ebuild
index 89becc8..c64e141 100644
--- a/net-libs/xrootd/xrootd-4.4.0.ebuild
+++ b/net-libs/xrootd/xrootd-4.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -32,7 +32,7 @@ PATCHES=( "${FILESDIR}"/${PN}-no-werror.patch )
# xrootd plugins are not intended to be linked with,
# they are to be loaded at runtime by xrootd,
# see https://github.com/xrootd/xrootd/issues/447
-QA_SONAME_NO_SYMLINK="/usr/lib.*/libXrd*-4.so"
+QA_SONAME="/usr/lib.*/libXrd*-4.so"
pkg_setup() {
enewgroup xrootd
diff --git a/net-libs/xrootd/xrootd-4.5.0.ebuild
b/net-libs/xrootd/xrootd-4.5.0.ebuild
index d60b54e..67e1a90 100644
--- a/net-libs/xrootd/xrootd-4.5.0.ebuild
+++ b/net-libs/xrootd/xrootd-4.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -46,7 +46,7 @@ PATCHES=( "${FILESDIR}"/${PN}-no-werror.patch )
# xrootd plugins are not intended to be linked with,
# they are to be loaded at runtime by xrootd,
# see https://github.com/xrootd/xrootd/issues/447
-QA_SONAME_NO_SYMLINK="/usr/lib.*/libXrd*-4.so"
+QA_SONAME="/usr/lib.*/libXrd*-4.so"
pkg_setup() {
enewgroup xrootd