diff options
author | Jonas Stein <jstein@gentoo.org> | 2017-09-11 11:36:27 +0200 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2017-09-11 11:36:27 +0200 |
commit | a6f323f9a3abc15f3b095ca74f48b1976b34af34 (patch) | |
tree | 1767a732e8e64efe38ab9fe8e998ed046c1ccb6c /app-dicts | |
parent | net-firewall/ipt_netflow: backport fix for building with kernel 4.13 (diff) | |
download | gentoo-a6f323f9a3abc15f3b095ca74f48b1976b34af34.tar.gz gentoo-a6f323f9a3abc15f3b095ca74f48b1976b34af34.tar.bz2 gentoo-a6f323f9a3abc15f3b095ca74f48b1976b34af34.zip |
app-dicts/myspell-ru: Use variable in SRC_URI
substitute fixed version number with variable.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild b/app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild index 2702ed185f1f..f8ec8a9ebff5 100644 --- a/app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild +++ b/app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild @@ -16,7 +16,7 @@ MY_PV="0.4.0" DESCRIPTION="Russian spellcheck dictionary based on works of AOT group for myspell/hunspell" HOMEPAGE="https://extensions.libreoffice.org/extensions/russian-dictionary-pack" -SRC_URI="https://extensions.libreoffice.org/${EXT}/${DICT}/${MY_PV}/@@download/file/${MY_PN}-0-4-0.oxt" +SRC_URI="https://extensions.libreoffice.org/${EXT}/${DICT}/${MY_PV}/@@download/file/${MY_PN}-${MY_PV//./-}.oxt" LICENSE="LGPL-2.1" SLOT="0" |