summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-05-18 11:18:05 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-05-18 11:18:05 +0300
commitd3632c6927bfd2ed3ad1d8f26d6b7954d611dd1b (patch)
tree6af562674e51cbc9e37d268270c24c1a3feb35c3
parentdev-python/pysrt: Enable py3.13 (diff)
downloadgentoo-d3632c6927bfd2ed3ad1d8f26d6b7954d611dd1b.tar.gz
gentoo-d3632c6927bfd2ed3ad1d8f26d6b7954d611dd1b.tar.bz2
gentoo-d3632c6927bfd2ed3ad1d8f26d6b7954d611dd1b.zip
sci-libs/volk: Stabilize 3.1.2 amd64, #908603
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--sci-libs/volk/volk-3.1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/volk/volk-3.1.2.ebuild b/sci-libs/volk/volk-3.1.2.ebuild
index 0a400d90ff06..a6c27ce5a74e 100644
--- a/sci-libs/volk/volk-3.1.2.ebuild
+++ b/sci-libs/volk/volk-3.1.2.ebuild
@@ -17,7 +17,7 @@ if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="https://github.com/gnuradio/volk.git"
else
SRC_URI="https://github.com/gnuradio/volk/releases/download/v${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~riscv ~x86"
fi
LICENSE="GPL-3"