diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-03 11:42:59 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-03 11:42:59 +0000 |
commit | e57187c7cccf4107451f31d1b56e0c655f2971ee (patch) | |
tree | 4b3464685b436bce70a218a77d02bd2cf143b594 /media-libs | |
parent | media-libs/libjpeg-turbo: stable 2.0.6 for ppc (diff) | |
download | gentoo-e57187c7cccf4107451f31d1b56e0c655f2971ee.tar.gz gentoo-e57187c7cccf4107451f31d1b56e0c655f2971ee.tar.bz2 gentoo-e57187c7cccf4107451f31d1b56e0c655f2971ee.zip |
media-libs/opusfile: stable 0.12 for ppc
stable wrt bug #762502
Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/opusfile/opusfile-0.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/opusfile/opusfile-0.12.ebuild b/media-libs/opusfile/opusfile-0.12.ebuild index 835914262b87..6c9ba75d4cfb 100644 --- a/media-libs/opusfile/opusfile-0.12.ebuild +++ b/media-libs/opusfile/opusfile-0.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://downloads.xiph.org/releases/opus/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 sparc ~x86" IUSE="doc fixed-point +float +http libressl static-libs" RDEPEND="media-libs/libogg |