Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/astyle/
Date: Tue, 29 May 2018 00:41:24
Message-Id: 1527554471.5a025362374bd5afc9ac6a8528e6ae8dfb54694c.tamiko@gentoo
1 commit: 5a025362374bd5afc9ac6a8528e6ae8dfb54694c
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 00:30:55 2018 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 00:41:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a025362
7
8 dev-util/astyle: 3.1-r2 fix installation
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-util/astyle/astyle-3.1-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/astyle/astyle-3.1-r2.ebuild b/dev-util/astyle/astyle-3.1-r2.ebuild
16 index ed480708102..4394e1defb2 100644
17 --- a/dev-util/astyle/astyle-3.1-r2.ebuild
18 +++ b/dev-util/astyle/astyle-3.1-r2.ebuild
19 @@ -52,8 +52,8 @@ src_install() {
20 pushd src/bin >/dev/null || die
21 dobin ${PN}
22
23 - local libastylename="lib${PN}.so.${PV}"
24 - local libastylejname="lib${PN}j.so.${PV}"
25 + local libastylename="lib${PN}.so.${PV}.0"
26 + local libastylejname="lib${PN}j.so.${PV}.0"
27 local libdestdir="${EPREFIX}/usr/$(get_libdir)"
28
29 dolib.so "${libastylename}"