diff options
author | Zac Medico <zmedico@gentoo.org> | 2022-10-07 15:57:27 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2022-10-07 15:58:48 -0700 |
commit | ded9c99fdbd5523994b4f43894763a4cc1bcf345 (patch) | |
tree | 15dbe9e76aed2368405362d1b483a5909e2ab611 /sci-calculators/xsv | |
parent | sys-fs/squashfuse: add 0.1.105 (diff) | |
download | gentoo-ded9c99fdbd5523994b4f43894763a4cc1bcf345.tar.gz gentoo-ded9c99fdbd5523994b4f43894763a4cc1bcf345.tar.bz2 gentoo-ded9c99fdbd5523994b4f43894763a4cc1bcf345.zip |
sci-calculators/xsv: stabilize 0.13.0 for amd64
Closes: https://bugs.gentoo.org/875881
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'sci-calculators/xsv')
-rw-r--r-- | sci-calculators/xsv/xsv-0.13.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-calculators/xsv/xsv-0.13.0.ebuild b/sci-calculators/xsv/xsv-0.13.0.ebuild index f04d439a9c62..39510584561d 100644 --- a/sci-calculators/xsv/xsv-0.13.0.ebuild +++ b/sci-calculators/xsv/xsv-0.13.0.ebuild @@ -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}" |