summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2017-01-02 12:46:53 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2017-01-02 12:46:53 +0300
commit6ac1a9a0a449db51be046f63dbb0d5e32d5fa91a (patch)
tree970a725cfa58ff9a707aadac926744d72e4e7a16 /net-libs
parentnet-im/ejabberd: Drop stable keyword because of bug 603784 (diff)
downloadgentoo-6ac1a9a0a449db51be046f63dbb0d5e32d5fa91a.tar.gz
gentoo-6ac1a9a0a449db51be046f63dbb0d5e32d5fa91a.tar.bz2
gentoo-6ac1a9a0a449db51be046f63dbb0d5e32d5fa91a.zip
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@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/xrootd/xrootd-4.4.0.ebuild4
-rw-r--r--net-libs/xrootd/xrootd-4.5.0.ebuild4
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 89becc880373..c64e141256ab 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 d60b54e90a80..67e1a9048d43 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