diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:25:55 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:25:55 +0100 |
commit | 3750f68f6cbc23574672e263fcd167a966763064 (patch) | |
tree | a1832c5d59c675fed186ad72c798243380465ac8 /app-shells | |
parent | app-shells/push: drop x86-macos (diff) | |
download | gentoo-3750f68f6cbc23574672e263fcd167a966763064.tar.gz gentoo-3750f68f6cbc23574672e263fcd167a966763064.tar.bz2 gentoo-3750f68f6cbc23574672e263fcd167a966763064.zip |
app-shells/quoter: 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-shells')
-rw-r--r-- | app-shells/quoter/quoter-4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/quoter/quoter-4.2.ebuild b/app-shells/quoter/quoter-4.2.ebuild index fbfc675b009a..e88b2824b1b7 100644 --- a/app-shells/quoter/quoter-4.2.ebuild +++ b/app-shells/quoter/quoter-4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2016-2020 Gentoo Authors +# Copyright 2016-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" src_configure() { tc-export CC |