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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E054138359 for ; Sat, 11 Jul 2020 15:49:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2204CE0841; Sat, 11 Jul 2020 15:49:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04398E0841 for ; Sat, 11 Jul 2020 15:49:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC4FB34ED7F for ; Sat, 11 Jul 2020 15:49:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B84C29A for ; Sat, 11 Jul 2020 15:49:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1594482079.4748a65e8f8affc8275e48751ff614ccba0bccd5.sam@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.ebuild X-VCS-Directories: net-misc/rdate/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4748a65e8f8affc8275e48751ff614ccba0bccd5 X-VCS-Branch: master Date: Sat, 11 Jul 2020 15:49:53 +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: 65dbad0e-77e5-4e9c-a3da-d8260e54c944 X-Archives-Hash: a185a197ad2f0bc50c0e8bc303a12c52 commit: 4748a65e8f8affc8275e48751ff614ccba0bccd5 Author: Sam James gentoo org> AuthorDate: Sat Jul 11 15:41:19 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 11 15:41:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4748a65e net-misc/rdate: ppc stable (bug #709416) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> net-misc/rdate/rdate-1.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/rdate/rdate-1.10.ebuild b/net-misc/rdate/rdate-1.10.ebuild index 56ca14a4561..a1185fd3194 100644 --- a/net-misc/rdate/rdate-1.10.ebuild +++ b/net-misc/rdate/rdate-1.10.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/resurrecting-open-source-projects/${MY_P}/archive/${ 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" IUSE="" DEPEND="dev-libs/libbsd"