diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:05:51 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:05:51 +0100 |
commit | 1a868f135f1d2a150b169280de02d8f4e979d279 (patch) | |
tree | 734cb3e6f5ed6a5f1de674ca86f8e0668016bc18 /app-emacs | |
parent | app-emacs/flim: drop x86-macos (diff) | |
download | gentoo-1a868f135f1d2a150b169280de02d8f4e979d279.tar.gz gentoo-1a868f135f1d2a150b169280de02d8f4e979d279.tar.bz2 gentoo-1a868f135f1d2a150b169280de02d8f4e979d279.zip |
app-emacs/gnuplot-mode: 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-emacs')
-rw-r--r-- | app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild b/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild index 2d97b4b2e684..9aa0f7c74759 100644 --- a/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild +++ b/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.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=5 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/bruceravel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="doc" DEPEND="doc? ( virtual/latex-base )" |