diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-06 22:00:26 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-07 19:22:15 +0200 |
commit | 502725f575883f44c5afe8b1db58d8a7c4152be0 (patch) | |
tree | b7638f41a07aaad606952c4b9ce60f685de2ba77 /app-emacs/gnuplot-mode | |
parent | dev-python/sip: De-stabilise hppa (diff) | |
download | gentoo-502725f575883f44c5afe8b1db58d8a7c4152be0.tar.gz gentoo-502725f575883f44c5afe8b1db58d8a7c4152be0.tar.bz2 gentoo-502725f575883f44c5afe8b1db58d8a7c4152be0.zip |
app-emacs/gnuplot-mode: De-stabilise hppa
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'app-emacs/gnuplot-mode')
-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 2429b93ba703..7049409dc257 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-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # 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 ~x86-macos" IUSE="doc" DEPEND="doc? ( virtual/latex-base )" |