sci-calculators/xsv: stabilize 0.13.0 for amd64

Closes: https://bugs.gentoo.org/875881
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
Zac Medico
2022-10-07 15:57:27 -07:00
parent bea920e1d7
commit ded9c99fdb

View File

@@ -1,4 +1,4 @@
# Copyright 2021 Gentoo Authors
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -60,7 +60,7 @@ SRC_URI="$(cargo_crate_uris ${CRATES})
https://github.com/BurntSushi/xsv/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="|| ( MIT Unlicense ) Apache-2.0 Boost-1.0 MIT Unlicense"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="amd64"
IUSE=""
BDEPEND="${RUST_DEPEND}"