diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:36:36 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:36:36 +0100 |
commit | 9c6ff674d9337da681bb65d5d0242dfa102ef19c (patch) | |
tree | 8f5e7ceb7d8110efd1c1656a5e2a43223b2749ef /app-vim | |
parent | app-vim/vcscommand: drop x86-macos (diff) | |
download | gentoo-9c6ff674d9337da681bb65d5d0242dfa102ef19c.tar.gz gentoo-9c6ff674d9337da681bb65d5d0242dfa102ef19c.tar.bz2 gentoo-9c6ff674d9337da681bb65d5d0242dfa102ef19c.zip |
app-vim/vim-latex: 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-vim')
-rw-r--r-- | app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild b/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild index 5e490c3972d6..3c32f8754ba2 100644 --- a/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild +++ b/app-vim/vim-latex/vim-latex-1.10.0-r2.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 @@ -12,7 +12,7 @@ HOMEPAGE="http://vim-latex.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="vim" -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |