From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1386294-garchives=archives.gentoo.org@lists.gentoo.org> 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 EFF4515808B for <garchives@archives.gentoo.org>; Sat, 16 Apr 2022 15:16:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B4BFE081E; Sat, 16 Apr 2022 15:16:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 96A2CE081E for <gentoo-commits@lists.gentoo.org>; Sat, 16 Apr 2022 15:16:21 +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 5061F34143A for <gentoo-commits@lists.gentoo.org>; Sat, 16 Apr 2022 15:16:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A202A1BF for <gentoo-commits@lists.gentoo.org>; Sat, 16 Apr 2022 15:16:18 +0000 (UTC) From: "Yixun Lan" <dlan@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" <dlan@gentoo.org> Message-ID: <1650120876.81dcf302370769e8d0f7357ab7954547cba34436.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/atftp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/atftp/atftp-0.7.5.ebuild X-VCS-Directories: net-ftp/atftp/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 81dcf302370769e8d0f7357ab7954547cba34436 X-VCS-Branch: master Date: Sat, 16 Apr 2022 15:16:18 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1e3dc475-72ff-42c8-a332-1edf23a15017 X-Archives-Hash: 2a0c0e563fc5b13cda51da6c84b76f23 commit: 81dcf302370769e8d0f7357ab7954547cba34436 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Sat Apr 16 14:10:17 2022 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Sat Apr 16 14:54:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81dcf302 net-ftp/atftp: keyword 0.7.5 for ~riscv Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> net-ftp/atftp/atftp-0.7.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-ftp/atftp/atftp-0.7.5.ebuild b/net-ftp/atftp/atftp-0.7.5.ebuild index a4680708a6b5..d1bddd7ae938 100644 --- a/net-ftp/atftp/atftp-0.7.5.ebuild +++ b/net-ftp/atftp/atftp-0.7.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/atftp/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 arm ppc ppc64 ~s390 ~sparc x86" +KEYWORDS="amd64 arm ppc ppc64 ~riscv ~s390 ~sparc x86" IUSE="selinux tcpd readline pcre" DEPEND="tcpd? ( sys-apps/tcp-wrappers )