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 9C6E5138330 for ; Tue, 29 May 2018 00:41:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8329CE07A5; Tue, 29 May 2018 00:41:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 53E6CE07A5 for ; Tue, 29 May 2018 00:41:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 48D12335C29 for ; Tue, 29 May 2018 00:41:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 742D7129 for ; Tue, 29 May 2018 00:41:19 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1527554471.5a025362374bd5afc9ac6a8528e6ae8dfb54694c.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/astyle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/astyle/astyle-3.1-r2.ebuild X-VCS-Directories: dev-util/astyle/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 5a025362374bd5afc9ac6a8528e6ae8dfb54694c X-VCS-Branch: master Date: Tue, 29 May 2018 00:41:19 +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: 4f026451-4161-4cde-be31-3650c0787542 X-Archives-Hash: 3c657da57bce4b5bb8c9b3cfe3506009 commit: 5a025362374bd5afc9ac6a8528e6ae8dfb54694c Author: Matthias Maier gentoo org> AuthorDate: Tue May 29 00:30:55 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Tue May 29 00:41:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a025362 dev-util/astyle: 3.1-r2 fix installation Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-util/astyle/astyle-3.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/astyle/astyle-3.1-r2.ebuild b/dev-util/astyle/astyle-3.1-r2.ebuild index ed480708102..4394e1defb2 100644 --- a/dev-util/astyle/astyle-3.1-r2.ebuild +++ b/dev-util/astyle/astyle-3.1-r2.ebuild @@ -52,8 +52,8 @@ src_install() { pushd src/bin >/dev/null || die dobin ${PN} - local libastylename="lib${PN}.so.${PV}" - local libastylejname="lib${PN}j.so.${PV}" + local libastylename="lib${PN}.so.${PV}.0" + local libastylejname="lib${PN}j.so.${PV}.0" local libdestdir="${EPREFIX}/usr/$(get_libdir)" dolib.so "${libastylename}"