diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:34:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:34:09 +0200 |
commit | 6c1806eff5db9b553f190b1caabdb33102841a5b (patch) | |
tree | 53811b1b979c36b962c21cc7282d8879f1116372 /app-xemacs/ocaml | |
parent | app-vim: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-6c1806eff5db9b553f190b1caabdb33102841a5b.tar.gz gentoo-6c1806eff5db9b553f190b1caabdb33102841a5b.tar.bz2 gentoo-6c1806eff5db9b553f190b1caabdb33102841a5b.zip |
app-xemacs: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-xemacs/ocaml')
-rw-r--r-- | app-xemacs/ocaml/ocaml-0.06.ebuild | 2 | ||||
-rw-r--r-- | app-xemacs/ocaml/ocaml-0.10.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-xemacs/ocaml/ocaml-0.06.ebuild b/app-xemacs/ocaml/ocaml-0.06.ebuild index 5c487aa784e9..9a9d51af24ed 100644 --- a/app-xemacs/ocaml/ocaml-0.06.ebuild +++ b/app-xemacs/ocaml/ocaml-0.06.ebuild @@ -10,6 +10,6 @@ XEMACS_PKG_CAT="standard" RDEPEND="app-xemacs/xemacs-base app-xemacs/fsf-compat " -KEYWORDS="alpha amd64 ~arm64 hppa ppc ppc64 sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 ~arm64 hppa ppc ppc64 sparc x86" inherit xemacs-packages diff --git a/app-xemacs/ocaml/ocaml-0.10.ebuild b/app-xemacs/ocaml/ocaml-0.10.ebuild index 44bd060761d7..bef74b435fe3 100644 --- a/app-xemacs/ocaml/ocaml-0.10.ebuild +++ b/app-xemacs/ocaml/ocaml-0.10.ebuild @@ -10,6 +10,6 @@ XEMACS_PKG_CAT="standard" RDEPEND="app-xemacs/xemacs-base app-xemacs/fsf-compat " -KEYWORDS="alpha amd64 arm64 hppa ppc ppc64 sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm64 hppa ppc ppc64 sparc x86" inherit xemacs-packages |