diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2025-01-05 19:48:48 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2025-01-05 19:48:48 +0200 |
commit | e958c7f29a3dee552cf9981bab48b6b1013a5781 (patch) | |
tree | 42c26c1f550ae5df91ef1163b7d55486a1694df4 /media-libs/oidn | |
parent | dev-python/fpylll: Stabilize 0.6.2 amd64, #947425 (diff) | |
download | gentoo-e958c7f29a3dee552cf9981bab48b6b1013a5781.tar.gz gentoo-e958c7f29a3dee552cf9981bab48b6b1013a5781.tar.bz2 gentoo-e958c7f29a3dee552cf9981bab48b6b1013a5781.zip |
media-libs/oidn: Stabilize 2.3.0 amd64, #947502
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs/oidn')
-rw-r--r-- | media-libs/oidn/oidn-2.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/oidn/oidn-2.3.0.ebuild b/media-libs/oidn/oidn-2.3.0.ebuild index ab3c94b0c162..7df9eab58658 100644 --- a/media-libs/oidn/oidn-2.3.0.ebuild +++ b/media-libs/oidn/oidn-2.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ if [[ ${PV} = *9999 ]]; then inherit git-r3 else SRC_URI="https://github.com/RenderKit/${PN}/releases/download/v${PV}/${P}.src.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" fi LICENSE="Apache-2.0" |