diff options
-rw-r--r-- | dev-python/rpyc/rpyc-5.2.3_p1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rpyc/rpyc-5.2.3_p1.ebuild b/dev-python/rpyc/rpyc-5.2.3_p1.ebuild index 31fe074b28ed..464187c40a25 100644 --- a/dev-python/rpyc/rpyc-5.2.3_p1.ebuild +++ b/dev-python/rpyc/rpyc-5.2.3_p1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.gz" 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" |