diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-24 18:23:06 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-24 18:23:06 +0200 |
commit | 812cc8e2d21e604d653564c6d542fce4f91e9c1c (patch) | |
tree | 971de999eade2ef92a1bdb8746a52bb5a780e781 /net-misc/htpdate | |
parent | x11-wm/fvwm: Stabilize 2.7.0 ppc, #896270 (diff) | |
download | gentoo-812cc8e2d21e604d653564c6d542fce4f91e9c1c.tar.gz gentoo-812cc8e2d21e604d653564c6d542fce4f91e9c1c.tar.bz2 gentoo-812cc8e2d21e604d653564c6d542fce4f91e9c1c.zip |
net-misc/htpdate: Stabilize 1.3.6 arm, #896292
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc/htpdate')
-rw-r--r-- | net-misc/htpdate/htpdate-1.3.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/htpdate/htpdate-1.3.6.ebuild b/net-misc/htpdate/htpdate-1.3.6.ebuild index 409f146ff81c..92d571d49d3e 100644 --- a/net-misc/htpdate/htpdate-1.3.6.ebuild +++ b/net-misc/htpdate/htpdate-1.3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" |