diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-02-27 22:25:05 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-02-27 22:26:06 +0000 |
commit | 95acf6577a54971d82bc7a1f5abbd24412339f58 (patch) | |
tree | 16fb7139c54bc05bd20ab5d4d828a04e61cc5634 /media-libs/speexdsp | |
parent | media-fonts/source-han-sans: Fix SRC_URI (diff) | |
download | gentoo-95acf6577a54971d82bc7a1f5abbd24412339f58.tar.gz gentoo-95acf6577a54971d82bc7a1f5abbd24412339f58.tar.bz2 gentoo-95acf6577a54971d82bc7a1f5abbd24412339f58.zip |
media-libs/speexdsp: stable 1.2_rc3-r2 for ppc/ppc64, bug #620176
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc ppc64"
Diffstat (limited to 'media-libs/speexdsp')
-rw-r--r-- | media-libs/speexdsp/speexdsp-1.2_rc3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/speexdsp/speexdsp-1.2_rc3-r2.ebuild b/media-libs/speexdsp/speexdsp-1.2_rc3-r2.ebuild index c71476efa368..a5529e2244c0 100644 --- a/media-libs/speexdsp/speexdsp-1.2_rc3-r2.ebuild +++ b/media-libs/speexdsp/speexdsp-1.2_rc3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="https://downloads.xiph.org/releases/speex/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_arm_neon static-libs" RDEPEND="!<media-libs/speex-1.2.0" |