diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:34:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:34:02 +0200 |
commit | c066015f198c573c1fa54cc71f771b3aa5c7ed0b (patch) | |
tree | 7cdf3fbcb72bea1d33e0f75909d92fec7dffc123 /app-shells/quoter | |
parent | app-portage: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-c066015f198c573c1fa54cc71f771b3aa5c7ed0b.tar.gz gentoo-c066015f198c573c1fa54cc71f771b3aa5c7ed0b.tar.bz2 gentoo-c066015f198c573c1fa54cc71f771b3aa5c7ed0b.zip |
app-shells: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-shells/quoter')
-rw-r--r-- | app-shells/quoter/quoter-3.0_p2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/quoter/quoter-3.0_p2-r1.ebuild b/app-shells/quoter/quoter-3.0_p2-r1.ebuild index 07be4e136b7c..c4f0dee8c0b4 100644 --- a/app-shells/quoter/quoter-3.0_p2-r1.ebuild +++ b/app-shells/quoter/quoter-3.0_p2-r1.ebuild @@ -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 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~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 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" src_configure() { tc-export CC |