diff options
author | 2023-03-27 20:30:45 +0100 | |
---|---|---|
committer | 2023-03-27 20:30:45 +0100 | |
commit | df018b77d870160cb208793bcdd6d5a7ae69a6aa (patch) | |
tree | 4a731dc3e72f095e7db645234e52d27fa3303f46 /dev-python/cbor | |
parent | dev-python/cbor: Stabilize 1.0.0-r2 x86, #903209 (diff) | |
download | gentoo-df018b77d870160cb208793bcdd6d5a7ae69a6aa.tar.gz gentoo-df018b77d870160cb208793bcdd6d5a7ae69a6aa.tar.bz2 gentoo-df018b77d870160cb208793bcdd6d5a7ae69a6aa.zip |
dev-python/cbor: Stabilize 1.0.0-r2 amd64, #903209
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/cbor')
-rw-r--r-- | dev-python/cbor/cbor-1.0.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cbor/cbor-1.0.0-r2.ebuild b/dev-python/cbor/cbor-1.0.0-r2.ebuild index 40bebb0a97e7..b6e1bf203303 100644 --- a/dev-python/cbor/cbor-1.0.0-r2.ebuild +++ b/dev-python/cbor/cbor-1.0.0-r2.ebuild @@ -22,7 +22,7 @@ S=${WORKDIR}/cbor_py-${EGIT_COMMIT} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 arm arm64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux" # upstream PR: https://github.com/brianolson/cbor_py/pull/19 # upstream PR: https://github.com/brianolson/cbor_py/pull/11 |