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/tuareg-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/tuareg-mode')
-rw-r--r-- | app-emacs/tuareg-mode/tuareg-mode-2.0.10.ebuild | 2 | ||||
-rw-r--r-- | app-emacs/tuareg-mode/tuareg-mode-2.2.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/tuareg-mode/tuareg-mode-2.0.10.ebuild b/app-emacs/tuareg-mode/tuareg-mode-2.0.10.ebuild index 0f3e6123136f..5bb874a6968b 100644 --- a/app-emacs/tuareg-mode/tuareg-mode-2.0.10.ebuild +++ b/app-emacs/tuareg-mode/tuareg-mode-2.0.10.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml/tuareg/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~x86" S="${WORKDIR}/tuareg-${PV}" SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/tuareg-mode/tuareg-mode-2.2.0.ebuild b/app-emacs/tuareg-mode/tuareg-mode-2.2.0.ebuild index 2e0746efbda6..c8e52e4eca39 100644 --- a/app-emacs/tuareg-mode/tuareg-mode-2.2.0.ebuild +++ b/app-emacs/tuareg-mode/tuareg-mode-2.2.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml/tuareg/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+ GPL-3+ ISC" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc x86" S="${WORKDIR}/tuareg-${PV}" ELISP_REMOVE="dot-emacs.el" |