From dbbb28b1fae89005e2fc5d5f30fbf198bf89a5d3 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sun, 18 Dec 2022 21:50:41 +0200 Subject: [PATCH] net-misc/htpdate: Stabilize 1.3.4 amd64, #886779 Signed-off-by: Arthur Zamarin --- net-misc/htpdate/htpdate-1.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/htpdate/htpdate-1.3.4.ebuild b/net-misc/htpdate/htpdate-1.3.4.ebuild index b8700310f23a4..6165672a6a418 100644 --- a/net-misc/htpdate/htpdate-1.3.4.ebuild +++ b/net-misc/htpdate/htpdate-1.3.4.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 IUSE="+ssl" LICENSE="GPL-2"