diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-04-29 12:08:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-29 12:09:12 +0200 |
commit | c2f8726e1e534b6ee94d787bae9868239300de2c (patch) | |
tree | df6bc2430ee9b9d38c7bef5de50739eed9e94bed /dev-python/autobahn | |
parent | dev-python/pillow: Enable jpeg by default (diff) | |
download | gentoo-c2f8726e1e534b6ee94d787bae9868239300de2c.tar.gz gentoo-c2f8726e1e534b6ee94d787bae9868239300de2c.tar.bz2 gentoo-c2f8726e1e534b6ee94d787bae9868239300de2c.zip |
dev-python/autobahn: Stabilize 21.3.1 amd64, #777180
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/autobahn')
-rw-r--r-- | dev-python/autobahn/autobahn-21.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/autobahn/autobahn-21.3.1.ebuild b/dev-python/autobahn/autobahn-21.3.1.ebuild index 4c94153771d8..2eda49774ef6 100644 --- a/dev-python/autobahn/autobahn-21.3.1.ebuild +++ b/dev-python/autobahn/autobahn-21.3.1.ebuild @@ -19,7 +19,7 @@ S=${WORKDIR}/${MY_P} SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="crypt scram test xbr" RESTRICT="!test? ( test )" |