diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-02-09 09:55:06 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-02-09 10:06:22 -0500 |
commit | e8b69175d592e16b3ac3e7fd54425a6dab6c8b4e (patch) | |
tree | f3d1f1f24767ce353b4ccf825eb47994a1a01cb0 /dev-util | |
parent | app-text/mdbook: stabilize 0.4.15 for amd64 (diff) | |
download | gentoo-e8b69175d592e16b3ac3e7fd54425a6dab6c8b4e.tar.gz gentoo-e8b69175d592e16b3ac3e7fd54425a6dab6c8b4e.tar.bz2 gentoo-e8b69175d592e16b3ac3e7fd54425a6dab6c8b4e.zip |
dev-util/maturin: stabilize 0.12.6 for amd64
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/maturin/maturin-0.12.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/maturin/maturin-0.12.6.ebuild b/dev-util/maturin/maturin-0.12.6.ebuild index 466ac3558e13..903611843983 100644 --- a/dev-util/maturin/maturin-0.12.6.ebuild +++ b/dev-util/maturin/maturin-0.12.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -299,7 +299,7 @@ LICENSE=" 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT MPL-2.0 openssl doc? ( CC-BY-4.0 OFL-1.1 )" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="doc test" RESTRICT="!test? ( test )" |