diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:46:59 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:51:52 +0100 |
commit | 29238c894493c802f9ec96ac5eb7025eca21f8a4 (patch) | |
tree | 7ac8bf07a6c3cd347ae4c1c8ae6c5ab1acd36808 /app-arch/brotli | |
parent | www-client/qutebrowser: fix build failure with python3.9 (diff) | |
download | gentoo-29238c894493c802f9ec96ac5eb7025eca21f8a4.tar.gz gentoo-29238c894493c802f9ec96ac5eb7025eca21f8a4.tar.bz2 gentoo-29238c894493c802f9ec96ac5eb7025eca21f8a4.zip |
app-arch/brotli: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-arch/brotli')
-rw-r--r-- | app-arch/brotli/brotli-1.0.9-r1.ebuild | 4 | ||||
-rw-r--r-- | app-arch/brotli/brotli-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-arch/brotli/brotli-1.0.9-r1.ebuild b/app-arch/brotli/brotli-1.0.9-r1.ebuild index f0d05fef19ad..51e7475f0066 100644 --- a/app-arch/brotli/brotli-1.0.9-r1.ebuild +++ b/app-arch/brotli/brotli-1.0.9-r1.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 @@ -29,7 +29,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/google/${PN}.git" inherit git-r3 else - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-9999.ebuild index 89d52f2c2ec4..ec10075f7725 100644 --- a/app-arch/brotli/brotli-9999.ebuild +++ b/app-arch/brotli/brotli-9999.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 @@ -29,7 +29,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/google/${PN}.git" inherit git-r3 else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi |