diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-24 19:10:49 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-24 19:10:49 +0200 |
commit | 69d7efb52204e2bd462d775342cd9e9b91a4fa28 (patch) | |
tree | 05cd13306e1d2bd1ee3fc4f03c6cf28ea2aa6cfd | |
parent | app-text/linuxdoc-tools: Stabilize 0.9.82 amd64, #896288 (diff) | |
download | gentoo-69d7efb52204e2bd462d775342cd9e9b91a4fa28.tar.gz gentoo-69d7efb52204e2bd462d775342cd9e9b91a4fa28.tar.bz2 gentoo-69d7efb52204e2bd462d775342cd9e9b91a4fa28.zip |
net-misc/htpdate: Stabilize 1.3.6 x86, #896292
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-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 3502c16d5b80..b4d889e37643 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" |