From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8C59139085 for ; Mon, 2 Jan 2017 09:47:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4D94E0C37; Mon, 2 Jan 2017 09:47:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFC68E0C37 for ; Mon, 2 Jan 2017 09:47:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66AFF340DD8 for ; Mon, 2 Jan 2017 09:47:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DF7C2521 for ; Mon, 2 Jan 2017 09:47:12 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1483350413.6ac1a9a0a449db51be046f63dbb0d5e32d5fa91a.bircoph@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/xrootd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/xrootd/xrootd-4.4.0.ebuild net-libs/xrootd/xrootd-4.5.0.ebuild X-VCS-Directories: net-libs/xrootd/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 6ac1a9a0a449db51be046f63dbb0d5e32d5fa91a X-VCS-Branch: master Date: Mon, 2 Jan 2017 09:47:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 14ab5636-a949-4500-ba79-4c216c770d1b X-Archives-Hash: 6101f98d8825d479e8454a78206b3294 commit: 6ac1a9a0a449db51be046f63dbb0d5e32d5fa91a Author: Andrew Savchenko gentoo org> AuthorDate: Mon Jan 2 09:46:53 2017 +0000 Commit: Andrew Savchenko gentoo 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 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