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 DF20E138334 for ; Fri, 26 Jul 2019 09:22:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25342E0817; Fri, 26 Jul 2019 09:22:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0DE98E0817 for ; Fri, 26 Jul 2019 09:22:29 +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 0D5D1348B8C for ; Fri, 26 Jul 2019 09:22:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 829031BA for ; Fri, 26 Jul 2019 09:22:25 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1564132944.f1355bb112638eb9ec93e2a49c761a2cd7327129.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/adjtimex/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/adjtimex/adjtimex-1.29-r2.ebuild X-VCS-Directories: net-misc/adjtimex/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: f1355bb112638eb9ec93e2a49c761a2cd7327129 X-VCS-Branch: master Date: Fri, 26 Jul 2019 09:22:25 +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: 720d9d55-44ba-476a-ac34-cc98fa7f098f X-Archives-Hash: d56bfcf2aad162fc739a34a01c6c632d commit: f1355bb112638eb9ec93e2a49c761a2cd7327129 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jul 26 09:21:03 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jul 26 09:22:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1355bb1 net-misc/adjtimex: mark stable Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> net-misc/adjtimex/adjtimex-1.29-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/adjtimex/adjtimex-1.29-r2.ebuild b/net-misc/adjtimex/adjtimex-1.29-r2.ebuild index c93afec77da..30a3debd7a3 100644 --- a/net-misc/adjtimex/adjtimex-1.29-r2.ebuild +++ b/net-misc/adjtimex/adjtimex-1.29-r2.ebuild @@ -17,7 +17,7 @@ SRC_URI="${DEBIAN_URI}/${DEBIAN_PATCH} LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~x86" +KEYWORDS="alpha amd64 ppc x86" IUSE="" DEPEND="sys-apps/sed"