diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-24 18:30:24 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-24 18:30:24 +0200 |
commit | 9adef6cf1a12485626eb5bf8c3d1a83af976335c (patch) | |
tree | 712807934c10fcf90a6f697237b5eadd0187b515 /net-misc/htpdate | |
parent | dev-libs/confuse: Stabilize 3.3-r1 arm, #896290 (diff) | |
download | gentoo-9adef6cf1a12485626eb5bf8c3d1a83af976335c.tar.gz gentoo-9adef6cf1a12485626eb5bf8c3d1a83af976335c.tar.bz2 gentoo-9adef6cf1a12485626eb5bf8c3d1a83af976335c.zip |
net-misc/htpdate: Stabilize 1.3.6 ppc, #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 | 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 92d571d49d3e..4fd90d849baa 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" |