diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 15:07:54 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 15:26:35 +0100 |
commit | 97de16173f8943d7b0ae2430cc4f04bf38024663 (patch) | |
tree | 9f53323cb539c6613269ded2e89dabe38041c8d9 /media-libs/a52dec | |
parent | dev-libs/efl: fix python-exec[-native-symlinks] compile (diff) | |
download | gentoo-97de16173f8943d7b0ae2430cc4f04bf38024663.tar.gz gentoo-97de16173f8943d7b0ae2430cc4f04bf38024663.tar.bz2 gentoo-97de16173f8943d7b0ae2430cc4f04bf38024663.zip |
media-libs/a52dec: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'media-libs/a52dec')
-rw-r--r-- | media-libs/a52dec/a52dec-0.7.4-r8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/a52dec/a52dec-0.7.4-r8.ebuild b/media-libs/a52dec/a52dec-0.7.4-r8.ebuild index 89766b3b056f..1c167e6d3811 100644 --- a/media-libs/a52dec/a52dec-0.7.4-r8.ebuild +++ b/media-libs/a52dec/a52dec-0.7.4-r8.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 @@ -11,7 +11,7 @@ SRC_URI="http://liba52.sourceforge.net/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" IUSE="djbfft oss" RDEPEND="djbfft? ( >=sci-libs/djbfft-0.76-r2[${MULTILIB_USEDEP}] )" |