diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:32:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:32:38 +0200 |
commit | 9af02ef01a3d79751171a9cd6f194ca4d4007580 (patch) | |
tree | 2eb8c0187c0587b33285a5fbbb2125ecc9faf8b0 /app-emacs/ocaml-mode | |
parent | app-editors: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-9af02ef01a3d79751171a9cd6f194ca4d4007580.tar.gz gentoo-9af02ef01a3d79751171a9cd6f194ca4d4007580.tar.bz2 gentoo-9af02ef01a3d79751171a9cd6f194ca4d4007580.zip |
app-emacs: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emacs/ocaml-mode')
-rw-r--r-- | app-emacs/ocaml-mode/ocaml-mode-3.12.1-r1.ebuild | 2 | ||||
-rw-r--r-- | app-emacs/ocaml-mode/ocaml-mode-4.00.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/ocaml-mode/ocaml-mode-3.12.1-r1.ebuild b/app-emacs/ocaml-mode/ocaml-mode-3.12.1-r1.ebuild index 9b0b1a174d53..c29d106219ca 100644 --- a/app-emacs/ocaml-mode/ocaml-mode-3.12.1-r1.ebuild +++ b/app-emacs/ocaml-mode/ocaml-mode-3.12.1-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://caml.inria.fr/distrib/${MY_P%.*}/${MY_P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" S="${WORKDIR}/${MY_P}/emacs" SITEFILE="50${PN}-gentoo-${PV}.el" diff --git a/app-emacs/ocaml-mode/ocaml-mode-4.00.1.ebuild b/app-emacs/ocaml-mode/ocaml-mode-4.00.1.ebuild index a0e1dabda8c5..07f4752a09a3 100644 --- a/app-emacs/ocaml-mode/ocaml-mode-4.00.1.ebuild +++ b/app-emacs/ocaml-mode/ocaml-mode-4.00.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://caml.inria.fr/distrib/${MY_P%.*}/${MY_P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_P}/emacs" SITEFILE="50${PN}-gentoo-3.12.1.el" |