summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-03-28 11:47:38 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-03-28 11:47:53 +0200
commit29031259c600f1680b74c6a7efa8a57fa1dceb1f (patch)
tree37fb962dd244d3cdd91ab4b5f07762a985504cbb /app-text
parentapp-crypt/xca: ppc stable (bug 613840). (diff)
downloadgentoo-29031259c600f1680b74c6a7efa8a57fa1dceb1f.tar.gz
gentoo-29031259c600f1680b74c6a7efa8a57fa1dceb1f.tar.bz2
gentoo-29031259c600f1680b74c6a7efa8a57fa1dceb1f.zip
app-text/hunspell: Revbump to fix broken symlink (bug #614098).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-text')
-rw-r--r--app-text/hunspell/hunspell-1.6.1-r1.ebuild (renamed from app-text/hunspell/hunspell-1.6.1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/hunspell/hunspell-1.6.1.ebuild b/app-text/hunspell/hunspell-1.6.1-r1.ebuild
index 7af9164d711e..fc7254b17abe 100644
--- a/app-text/hunspell/hunspell-1.6.1.ebuild
+++ b/app-text/hunspell/hunspell-1.6.1-r1.ebuild
@@ -78,6 +78,6 @@ src_install() {
#342449
pushd "${ED}"/usr/$(get_libdir)/ >/dev/null
- ln -s lib${PN}{-$(get_major_version).$(get_version_component_range 2).so.0.0.0,.so}
+ ln -s lib${PN}{-$(get_major_version).$(get_version_component_range 2).so.0.0.1,.so}
popd >/dev/null
}