diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-15 18:51:21 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-15 18:51:21 +0200 |
commit | f5140861127a086b72f2549a5364641e8c4a310a (patch) | |
tree | fa4460e8855b85330bc9b3cc8cca484c3135788c /media-libs/libsoundtouch | |
parent | media-libs/libsoundtouch: Stabilize 2.3.2 ppc64, #886091 (diff) | |
download | gentoo-f5140861127a086b72f2549a5364641e8c4a310a.tar.gz gentoo-f5140861127a086b72f2549a5364641e8c4a310a.tar.bz2 gentoo-f5140861127a086b72f2549a5364641e8c4a310a.zip |
media-libs/libsoundtouch: Stabilize 2.3.2 amd64, #886091
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs/libsoundtouch')
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-2.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libsoundtouch/libsoundtouch-2.3.2.ebuild b/media-libs/libsoundtouch/libsoundtouch-2.3.2.ebuild index fcf998e67a94..2b9899eb9a4d 100644 --- a/media-libs/libsoundtouch/libsoundtouch-2.3.2.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-2.3.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://www.surina.net/${MY_PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" # subslot = libSoundTouch.so soname SLOT="0/1" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="cpu_flags_x86_sse openmp static-libs" BDEPEND="virtual/pkgconfig" |