diff options
author | Matthias Maier <tamiko@gentoo.org> | 2018-05-28 19:30:55 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2018-05-28 19:41:11 -0500 |
commit | 5a025362374bd5afc9ac6a8528e6ae8dfb54694c (patch) | |
tree | 6fe90da39087eacac29481a5a34a627b9e0d0d84 | |
parent | dev-util/bcc: remove old version 0.5.0 (diff) | |
download | gentoo-5a025362.tar.gz gentoo-5a025362.tar.bz2 gentoo-5a025362.zip |
dev-util/astyle: 3.1-r2 fix installation
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r-- | dev-util/astyle/astyle-3.1-r2.ebuild | 4 |
1 files 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 ed480708102f..4394e1defb22 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}" |