From 6bf37228d1aa0fb5778c61e37d8f4a1c96f44c5c Mon Sep 17 00:00:00 2001 From: Joshua Kinard Date: Mon, 17 Jan 2022 00:32:51 -0500 Subject: [PATCH] dev-python/requests_download: Added ~mips to KEYWORDS Signed-off-by: Joshua Kinard Package-Manager: Portage-3.0.30, Repoman-3.0.3 --- dev-python/requests_download/requests_download-0.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/requests_download/requests_download-0.1.2.ebuild b/dev-python/requests_download/requests_download-0.1.2.ebuild index dbc6a4417f86b..8ee04163392e6 100644 --- a/dev-python/requests_download/requests_download-0.1.2.ebuild +++ b/dev-python/requests_download/requests_download-0.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/takluyver/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 ~mips ~x86" RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" BDEPEND="${RDEPEND}"