diff options
author | 2021-07-31 18:16:49 -0400 | |
---|---|---|
committer | 2021-07-31 18:26:09 -0400 | |
commit | f7c1e79517eefe94c3be205597d82f8eb18a9304 (patch) | |
tree | 80b8fe6f121499df3217af0cd10082e778469d69 /dev-python/virtualenv | |
parent | dev-libs/libgudev: Added ~mips back to KEYWORDS (diff) | |
download | gentoo-f7c1e79517eefe94c3be205597d82f8eb18a9304.tar.gz gentoo-f7c1e79517eefe94c3be205597d82f8eb18a9304.tar.bz2 gentoo-f7c1e79517eefe94c3be205597d82f8eb18a9304.zip |
dev-python/virtualenv: Added ~mips to KEYWORDS
Bug: https://bugs.gentoo.org/804342
Signed-off-by: Joshua Kinard <kumba@gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r-- | dev-python/virtualenv/virtualenv-20.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/virtualenv/virtualenv-20.6.0.ebuild b/dev-python/virtualenv/virtualenv-20.6.0.ebuild index ff98d854f2b3..3d63a4a907b5 100644 --- a/dev-python/virtualenv/virtualenv-20.6.0.ebuild +++ b/dev-python/virtualenv/virtualenv-20.6.0.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=" SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~hppa ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~mips ~sparc ~x86" SLOT="0" RDEPEND=" |