diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-05-30 11:50:11 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-05-30 11:50:11 +0200 |
commit | e705f8c27566f35dcd0268b37592f6f68aa692c5 (patch) | |
tree | cfa7cf9ba4dd8618a892afc84b250404e22aba82 /media-libs/libsoundtouch | |
parent | media-libs/fdk-aac: ppc64 stable wrt bug #792747 (diff) | |
download | gentoo-e705f8c27566f35dcd0268b37592f6f68aa692c5.tar.gz gentoo-e705f8c27566f35dcd0268b37592f6f68aa692c5.tar.bz2 gentoo-e705f8c27566f35dcd0268b37592f6f68aa692c5.zip |
media-libs/libsoundtouch: ppc64 stable wrt bug #792762
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs/libsoundtouch')
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libsoundtouch/libsoundtouch-2.2.ebuild b/media-libs/libsoundtouch/libsoundtouch-2.2.ebuild index b1940f5bf51f..1a94984f85b0 100644 --- a/media-libs/libsoundtouch/libsoundtouch-2.2.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-2.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://gitlab.com/${MY_PN}/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2" LICENSE="LGPL-2.1" # subslot = libSoundTouch.so soname SLOT="0/1" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="cpu_flags_x86_sse openmp static-libs" BDEPEND="virtual/pkgconfig" |