diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-18 11:18:05 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-18 11:18:05 +0300 |
commit | d3632c6927bfd2ed3ad1d8f26d6b7954d611dd1b (patch) | |
tree | 6af562674e51cbc9e37d268270c24c1a3feb35c3 /sci-libs/volk | |
parent | dev-python/pysrt: Enable py3.13 (diff) | |
download | gentoo-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>
Diffstat (limited to 'sci-libs/volk')
-rw-r--r-- | sci-libs/volk/volk-3.1.2.ebuild | 2 |
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" |