diff options
author | Sam James <sam@gentoo.org> | 2023-02-24 16:55:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-24 16:55:35 +0000 |
commit | 056b39ba64ca77d5e1a735047efff8b9c92c2a45 (patch) | |
tree | b264848a2ef8bb6f6e8695a2452c5ebaf8f4afe0 /net-misc/htpdate | |
parent | app-text/hunspell: Stabilize 1.7.2 amd64, #896286 (diff) | |
download | gentoo-056b39ba64ca77d5e1a735047efff8b9c92c2a45.tar.gz gentoo-056b39ba64ca77d5e1a735047efff8b9c92c2a45.tar.bz2 gentoo-056b39ba64ca77d5e1a735047efff8b9c92c2a45.zip |
net-misc/htpdate: Stabilize 1.3.6 arm64, #896292
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/htpdate')
-rw-r--r-- | net-misc/htpdate/htpdate-1.3.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/htpdate/htpdate-1.3.6.ebuild b/net-misc/htpdate/htpdate-1.3.6.ebuild index 4fd90d849baa..4576f26de1f9 100644 --- a/net-misc/htpdate/htpdate-1.3.6.ebuild +++ b/net-misc/htpdate/htpdate-1.3.6.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/twekkel/htpdate" else SRC_URI="https://github.com/twekkel/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~mips ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~mips ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-2" |