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 846FF1382C5 for ; Tue, 22 Jun 2021 17:02:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A759AE0874; Tue, 22 Jun 2021 17:02:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 BEC31E0874 for ; Tue, 22 Jun 2021 17:02:04 +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 C525A3404A5 for ; Tue, 22 Jun 2021 17:02:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92B187BA for ; Tue, 22 Jun 2021 17:02:00 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1624381231.eb364bf99f644fd76354d9c9d40a3cdf2f46b4e9.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dj-database-url/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dj-database-url/dj-database-url-0.5.0.ebuild X-VCS-Directories: dev-python/dj-database-url/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: eb364bf99f644fd76354d9c9d40a3cdf2f46b4e9 X-VCS-Branch: master Date: Tue, 22 Jun 2021 17:02:00 +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: 5a6aac0d-e6ea-48a9-b9d2-230bbfa7c125 X-Archives-Hash: abd99085ad1107f20a0f617aa16850e3 commit: eb364bf99f644fd76354d9c9d40a3cdf2f46b4e9 Author: Marek Szuba gentoo org> AuthorDate: Tue Jun 22 15:47:06 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Jun 22 17:00:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb364bf9 dev-python/dj-database-url: keyword 0.5.0 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-python/dj-database-url/dj-database-url-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/dj-database-url/dj-database-url-0.5.0.ebuild b/dev-python/dj-database-url/dj-database-url-0.5.0.ebuild index 49bfe7e9acf..70b6e3e3cfc 100644 --- a/dev-python/dj-database-url/dj-database-url-0.5.0.ebuild +++ b/dev-python/dj-database-url/dj-database-url-0.5.0.ebuild @@ -17,6 +17,6 @@ SRC_URI=" SLOT="0" LICENSE="BSD" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" distutils_enable_tests unittest