From 6ac1a9a0a449db51be046f63dbb0d5e32d5fa91a Mon Sep 17 00:00:00 2001 From: Andrew Savchenko Date: Mon, 2 Jan 2017 12:46:53 +0300 Subject: 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 --- 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(-) (limited to 'net-libs/xrootd') 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 -- cgit v1.2.3-18-g5258