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 9CA80138334 for ; Tue, 14 Aug 2018 08:04:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A64C5E089C; Tue, 14 Aug 2018 08:04:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 781D4E089C for ; Tue, 14 Aug 2018 08:04:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59C79335CA9 for ; Tue, 14 Aug 2018 08:04:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71EC93A5 for ; Tue, 14 Aug 2018 08:04:29 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1534232728.2e2781b309ce983d6c430a1f7d04f80cde7d72a5.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libssh/libssh-9999.ebuild X-VCS-Directories: net-libs/libssh/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2e2781b309ce983d6c430a1f7d04f80cde7d72a5 X-VCS-Branch: master Date: Tue, 14 Aug 2018 08:04:29 +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: 76790d41-0aac-4f66-b39f-2fa58f7bac3d X-Archives-Hash: 17e1ff4cd0e727f2c8b338225c83c7ef commit: 2e2781b309ce983d6c430a1f7d04f80cde7d72a5 Author: Lars Wendler gentoo org> AuthorDate: Tue Aug 14 07:45:28 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Aug 14 07:45:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e2781b3 net-libs/libssh: Synced live ebuild. Package-Manager: Portage-2.3.46, Repoman-2.3.10 net-libs/libssh/libssh-9999.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild index f29e2283d91..8aaceace64c 100644 --- a/net-libs/libssh/libssh-9999.ebuild +++ b/net-libs/libssh/libssh-9999.ebuild @@ -14,7 +14,7 @@ if [[ "${PV}" == *9999 ]] ; then EGIT_REPO_URI="https://git.libssh.org/projects/libssh.git" else inherit eapi7-ver - SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${P}.tar.xz" + SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${MY_P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" fi @@ -97,7 +97,11 @@ multilib_src_install() { dodoc -r doc/html/. fi - use static-libs || rm -f "${D}"/usr/$(get_libdir)/libssh{,_threads}.a + use static-libs || rm -f "${D}"/usr/$(get_libdir)/libssh.a + + # compatibility symlink until all consumers have been updated + # to no longer use libssh_threads.so + dosym libssh.so /usr/$(get_libdir)/libssh_threads.so } multilib_src_install_all() {