diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-15 10:32:45 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-15 10:32:45 +0200 |
commit | eb5cd3b881bea66b47ed925f2f5d63b5caa7e0ea (patch) | |
tree | 94bc57c491cc970066ca78c7f7672eb1a78fb8a8 /media-libs/chromaprint | |
parent | sci-libs/rtabmap: bump to 0.21.3 (diff) | |
download | gentoo-eb5cd3b881bea66b47ed925f2f5d63b5caa7e0ea.tar.gz gentoo-eb5cd3b881bea66b47ed925f2f5d63b5caa7e0ea.tar.bz2 gentoo-eb5cd3b881bea66b47ed925f2f5d63b5caa7e0ea.zip |
media-libs/chromaprint: Stabilize 1.5.1-r3 ppc64, #910313
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs/chromaprint')
-rw-r--r-- | media-libs/chromaprint/chromaprint-1.5.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/chromaprint/chromaprint-1.5.1-r3.ebuild b/media-libs/chromaprint/chromaprint-1.5.1-r3.ebuild index 8e9fedf1cc5b..e3bf335f040a 100644 --- a/media-libs/chromaprint/chromaprint-1.5.1-r3.ebuild +++ b/media-libs/chromaprint/chromaprint-1.5.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/acoustid/${PN}/releases/download/v${PV}/${P}.tar.gz LICENSE="LGPL-2.1" SLOT="0/1" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc ~x86" IUSE="test tools" RESTRICT="!test? ( test )" |