diff options
author | Sam James <sam@gentoo.org> | 2022-10-01 00:04:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-01 00:24:19 +0100 |
commit | 41865b7814ad85f4d5b2581032599195ab4bdbb2 (patch) | |
tree | 96e84287ff2512bb75e8307c93a2e1873aab4d2b /media-fonts/ahem | |
parent | mail-filter/policyd: fix StaticSrcUri (diff) | |
download | gentoo-41865b7814ad85f4d5b2581032599195ab4bdbb2.tar.gz gentoo-41865b7814ad85f4d5b2581032599195ab4bdbb2.tar.bz2 gentoo-41865b7814ad85f4d5b2581032599195ab4bdbb2.zip |
media-fonts/ahem: fix StaticSrcUri
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-fonts/ahem')
-rw-r--r-- | media-fonts/ahem/ahem-1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-fonts/ahem/ahem-1.0.ebuild b/media-fonts/ahem/ahem-1.0.ebuild index 1b9507c51b8d..5e6cafc979ce 100644 --- a/media-fonts/ahem/ahem-1.0.ebuild +++ b/media-fonts/ahem/ahem-1.0.ebuild @@ -7,7 +7,7 @@ inherit font DESCRIPTION="Font to help test writers develop predictable tests" HOMEPAGE="https://github.com/Kozea/Ahem" -SRC_URI="https://github.com/Kozea/Ahem/archive/1.0.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/Kozea/Ahem/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${P/a/A}" LICENSE="CC0-1.0" |