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 342E11382C5 for ; Sat, 27 Feb 2021 19:51:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 867E8E095F; Sat, 27 Feb 2021 19:51:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6CA9AE095F for ; Sat, 27 Feb 2021 19:51:32 +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 0951234100D for ; Sat, 27 Feb 2021 19:51:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25BDC4C2 for ; Sat, 27 Feb 2021 19:51:29 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1614455474.9ead81ec4fcc5091b06ef7a76c270ac9a072e933.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rtrlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/rtrlib/rtrlib-0.7.0.ebuild X-VCS-Directories: net-libs/rtrlib/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 9ead81ec4fcc5091b06ef7a76c270ac9a072e933 X-VCS-Branch: master Date: Sat, 27 Feb 2021 19:51:29 +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: 5cf620ff-031a-4b94-9618-34dd6d5ae7cc X-Archives-Hash: dbe2230925e5b16868b03969d50253e2 commit: 9ead81ec4fcc5091b06ef7a76c270ac9a072e933 Author: Sergey Popov gentoo org> AuthorDate: Sat Feb 27 19:46:31 2021 +0000 Commit: Sergey Popov gentoo org> CommitDate: Sat Feb 27 19:51:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ead81ec net-libs/rtrlib-0.7.0: stable for amd64/x86 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Sergey Popov gentoo.org> net-libs/rtrlib/rtrlib-0.7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/rtrlib/rtrlib-0.7.0.ebuild b/net-libs/rtrlib/rtrlib-0.7.0.ebuild index 69bccb03cd4..dfb7e34b6aa 100644 --- a/net-libs/rtrlib/rtrlib-0.7.0.ebuild +++ b/net-libs/rtrlib/rtrlib-0.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rtrlib/rtrlib/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc ssh"