diff options
author | Sam James <sam@gentoo.org> | 2022-09-22 04:44:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-22 05:05:16 +0100 |
commit | be8f35d59c90b8ee45a79b94b5dd883b793f26d9 (patch) | |
tree | 5ed3e7d91df9f3f5aa884c6ac217f631201a6adc /app-text/html401/html401-19991224-r4.ebuild | |
parent | app-dicts/myspell-uk: use PV in SRC_URI (diff) | |
download | gentoo-be8f35d59c90b8ee45a79b94b5dd883b793f26d9.tar.gz gentoo-be8f35d59c90b8ee45a79b94b5dd883b793f26d9.tar.bz2 gentoo-be8f35d59c90b8ee45a79b94b5dd883b793f26d9.zip |
app-text/html401: use PV in SRC_URI
Avoids mistakes on bumping and why not?
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/html401/html401-19991224-r4.ebuild')
-rw-r--r-- | app-text/html401/html401-19991224-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/html401/html401-19991224-r4.ebuild b/app-text/html401/html401-19991224-r4.ebuild index 8b2044b87896..65a3e66ba88e 100644 --- a/app-text/html401/html401-19991224-r4.ebuild +++ b/app-text/html401/html401-19991224-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ inherit sgml-catalog-r1 DESCRIPTION="DTDs for the HyperText Markup Language 4.01" HOMEPAGE="https://www.w3.org/TR/html401/" -SRC_URI="https://www.w3.org/TR/1999/REC-html401-19991224/html40.tgz" +SRC_URI="https://www.w3.org/TR/1999/REC-html401-${PV}/html40.tgz" LICENSE="W3C" SLOT="0" |