diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-10-17 12:25:26 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-10-17 12:25:26 +0200 |
commit | 07b94853e685579fc50a6a5dc9be7637224c1030 (patch) | |
tree | edaa933445d141180845dd18625fce79673c95ab /app-emacs/haskell-mode | |
parent | app-emacs/inform-mode: ppc stable wrt bug #697846 (diff) | |
download | gentoo-07b94853e685579fc50a6a5dc9be7637224c1030.tar.gz gentoo-07b94853e685579fc50a6a5dc9be7637224c1030.tar.bz2 gentoo-07b94853e685579fc50a6a5dc9be7637224c1030.zip |
app-emacs/haskell-mode: ppc stable wrt bug #697918
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emacs/haskell-mode')
-rw-r--r-- | app-emacs/haskell-mode/haskell-mode-16.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/haskell-mode/haskell-mode-16.1.ebuild b/app-emacs/haskell-mode/haskell-mode-16.1.ebuild index a8d61e5c904d..af8499e4fd65 100644 --- a/app-emacs/haskell-mode/haskell-mode-16.1.ebuild +++ b/app-emacs/haskell-mode/haskell-mode-16.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/haskell/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+ FDL-1.2+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ppc ~sparc ~x86" DEPEND="sys-apps/texinfo" |