diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-03-03 13:35:30 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-03-03 13:35:30 +0100 |
commit | eb20a22a3d756b232985831e668e823a2472cb0b (patch) | |
tree | ba789c9e91f401f2745feabcc833e966de620227 | |
parent | dev-python/paho-mqtt: amd64/x86 stable (ALLARCHES policy) wrt bug #773787 (diff) | |
download | gentoo-eb20a22a3d756b232985831e668e823a2472cb0b.tar.gz gentoo-eb20a22a3d756b232985831e668e823a2472cb0b.tar.bz2 gentoo-eb20a22a3d756b232985831e668e823a2472cb0b.zip |
dev-python/rpyc: amd64/x86 stable (ALLARCHES policy) wrt bug #773862
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | dev-python/rpyc/rpyc-5.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rpyc/rpyc-5.0.1.ebuild b/dev-python/rpyc/rpyc-5.0.1.ebuild index 1a15f8c05d71..2a23003c5e7e 100644 --- a/dev-python/rpyc/rpyc-5.0.1.ebuild +++ b/dev-python/rpyc/rpyc-5.0.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/tomerfiliba-org/${PN}/archive/${PV}.tar.gz -> ${P}.t LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" # USE flags gdb, numpy are used *only* to run tests depending on these packages IUSE="test numpy gdb" |