From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C487D15808B for ; Wed, 16 Feb 2022 20:13:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AC69E08CE; Wed, 16 Feb 2022 20:13:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45C13E08CE for ; Wed, 16 Feb 2022 20:13:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 648503431E2 for ; Wed, 16 Feb 2022 20:13:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B06A2DC for ; Wed, 16 Feb 2022 20:13:33 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1645042400.4045ae56b75af0d18f309089bb6ebafb99acdda5.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/rdate/rdate-1.10.2.ebuild X-VCS-Directories: net-misc/rdate/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 4045ae56b75af0d18f309089bb6ebafb99acdda5 X-VCS-Branch: master Date: Wed, 16 Feb 2022 20:13:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 167d9aa8-b6e7-4748-843f-a64f8b332ad9 X-Archives-Hash: 1aaa75f313088c3f9822980a61cef6f3 commit: 4045ae56b75af0d18f309089bb6ebafb99acdda5 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Feb 16 20:13:20 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Feb 16 20:13:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4045ae56 net-misc/rdate: Stabilize 1.10.2 sparc, #833447 Signed-off-by: Arthur Zamarin gentoo.org> net-misc/rdate/rdate-1.10.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/rdate/rdate-1.10.2.ebuild b/net-misc/rdate/rdate-1.10.2.ebuild index 7fee80123b66..6814a413f512 100644 --- a/net-misc/rdate/rdate-1.10.2.ebuild +++ b/net-misc/rdate/rdate-1.10.2.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}-${PV}" LICENSE="BSD-4" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86" DEPEND="dev-libs/libbsd" RDEPEND="${DEPEND}"