From ded9c99fdbd5523994b4f43894763a4cc1bcf345 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 7 Oct 2022 15:57:27 -0700 Subject: sci-calculators/xsv: stabilize 0.13.0 for amd64 Closes: https://bugs.gentoo.org/875881 Signed-off-by: Zac Medico --- sci-calculators/xsv/xsv-0.13.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-calculators') 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}" -- cgit v1.2.3-65-gdbad