diff options
author | Sam James <sam@gentoo.org> | 2022-09-22 04:52:11 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-22 05:05:14 +0100 |
commit | 3e2f0bb0f1f177db7b8ba2fd4300551681451dfd (patch) | |
tree | abcd4f8121898ff321e30e497d31f7e81eacd655 /app-dicts | |
parent | app-dicts/myspell-de_1901: use PV in SRC_URI (diff) | |
download | gentoo-3e2f0bb0f1f177db7b8ba2fd4300551681451dfd.tar.gz gentoo-3e2f0bb0f1f177db7b8ba2fd4300551681451dfd.tar.bz2 gentoo-3e2f0bb0f1f177db7b8ba2fd4300551681451dfd.zip |
app-dicts/myspell-en: use PV in SRC_URI
Avoids mistakes on bumping and why not?
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-en/myspell-en-20210601-r2.ebuild | 2 | ||||
-rw-r--r-- | app-dicts/myspell-en/myspell-en-20220701.ebuild | 2 | ||||
-rw-r--r-- | app-dicts/myspell-en/myspell-en-20220801.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild b/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild index 6555dcd2b179..d6d4a8aa9529 100644 --- a/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild +++ b/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild @@ -7,7 +7,7 @@ inherit myspell-r2 DESCRIPTION="English dictionaries for myspell/hunspell" HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries" -SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/dict-en-20210601.oxt" +SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/dict-en-${PV}.oxt" LICENSE="BSD MIT LGPL-3+" SLOT="0" diff --git a/app-dicts/myspell-en/myspell-en-20220701.ebuild b/app-dicts/myspell-en/myspell-en-20220701.ebuild index 6f7a8205cd41..70048e43695a 100644 --- a/app-dicts/myspell-en/myspell-en-20220701.ebuild +++ b/app-dicts/myspell-en/myspell-en-20220701.ebuild @@ -7,7 +7,7 @@ inherit myspell-r2 DESCRIPTION="English dictionaries for myspell/hunspell" HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries" -SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1656659156/dict-en-20220701_lo.oxt" +SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1656659156/dict-en-${PV}_lo.oxt" LICENSE="BSD MIT LGPL-3+" SLOT="0" diff --git a/app-dicts/myspell-en/myspell-en-20220801.ebuild b/app-dicts/myspell-en/myspell-en-20220801.ebuild index a207732d153b..3f1fd85b5195 100644 --- a/app-dicts/myspell-en/myspell-en-20220801.ebuild +++ b/app-dicts/myspell-en/myspell-en-20220801.ebuild @@ -7,7 +7,7 @@ inherit myspell-r2 DESCRIPTION="English dictionaries for myspell/hunspell" HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries" -SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1659325608/dict-en-20220801_lo.oxt" +SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1659325608/dict-en-${PV}_lo.oxt" LICENSE="BSD MIT LGPL-3+" SLOT="0" |