diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:34:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:34:31 +0200 |
commit | aca26925a67868a6b453460706345175b4395c38 (patch) | |
tree | 1f314a2ef190f2f4d036dad6947efeaa8eded50d /dev-ml/camlzip | |
parent | dev-lua: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-aca26925a67868a6b453460706345175b4395c38.tar.gz gentoo-aca26925a67868a6b453460706345175b4395c38.tar.bz2 gentoo-aca26925a67868a6b453460706345175b4395c38.zip |
dev-ml: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml/camlzip')
-rw-r--r-- | dev-ml/camlzip/camlzip-1.06.ebuild | 2 | ||||
-rw-r--r-- | dev-ml/camlzip/camlzip-1.07.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/camlzip/camlzip-1.06.ebuild b/dev-ml/camlzip/camlzip-1.06.ebuild index 360a11fbf5b7..8a4ec3d9cb79 100644 --- a/dev-ml/camlzip/camlzip-1.06.ebuild +++ b/dev-ml/camlzip/camlzip-1.06.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/1616/${P}.tar.gz" SLOT="1/${PV}" LICENSE="LGPL-2.1" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc x86" RDEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?] >=sys-libs/zlib-1.1.3" diff --git a/dev-ml/camlzip/camlzip-1.07.ebuild b/dev-ml/camlzip/camlzip-1.07.ebuild index 1300c18945f8..b2c4551b079b 100644 --- a/dev-ml/camlzip/camlzip-1.07.ebuild +++ b/dev-ml/camlzip/camlzip-1.07.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/xavierleroy/camlzip/archive/rel$(delete_all_version_ SLOT="1/${PV}" LICENSE="LGPL-2.1" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86" RDEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?] >=sys-libs/zlib-1.1.3" |