diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-18 20:45:30 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-18 20:45:30 +0200 |
commit | 8a9cd089a66c8fea193a6d88f4c33245f1fc8af2 (patch) | |
tree | 4a8566c6b2e7f67d95b15b09f0de587b3e3bac6b /net-misc/htpdate | |
parent | net-libs/libpsl: Stabilize 0.21.1-r1 ppc, #886775 (diff) | |
download | gentoo-8a9cd089a66c8fea193a6d88f4c33245f1fc8af2.tar.gz gentoo-8a9cd089a66c8fea193a6d88f4c33245f1fc8af2.tar.bz2 gentoo-8a9cd089a66c8fea193a6d88f4c33245f1fc8af2.zip |
net-misc/htpdate: Stabilize 1.3.4 x86, #886779
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc/htpdate')
-rw-r--r-- | net-misc/htpdate/htpdate-1.3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/htpdate/htpdate-1.3.4.ebuild b/net-misc/htpdate/htpdate-1.3.4.ebuild index 320c963cd2df..b8700310f23a 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" |