diff options
author | Ye Cao <ye.c@rioslab.org> | 2021-07-01 11:18:09 +0800 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-07-02 13:23:31 +0100 |
commit | 4484575268a92a104d3a2f50f37eeae50c63d5a2 (patch) | |
tree | 141ddd612c1ff86e17a2276f3a9aea1f4b62e3e8 /dev-python/strict-rfc3339 | |
parent | dev-python/jsonpointer: add ~riscv keyword (diff) | |
download | gentoo-4484575268a92a104d3a2f50f37eeae50c63d5a2.tar.gz gentoo-4484575268a92a104d3a2f50f37eeae50c63d5a2.tar.bz2 gentoo-4484575268a92a104d3a2f50f37eeae50c63d5a2.zip |
dev-python/strict-rfc3339: add ~riscv keyword
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ye Cao <ye.c@rioslab.org>
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/strict-rfc3339')
-rw-r--r-- | dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild index 83059b990226..4b8d3c2cef0f 100644 --- a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild +++ b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild @@ -17,6 +17,6 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" distutils_enable_tests unittest |