diff options
author | David Seifert <soap@gentoo.org> | 2022-12-07 14:51:38 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-12-07 14:51:38 +0100 |
commit | db54d1ef7d87c56a4e22f880621f2c2f9782f6ec (patch) | |
tree | 975c24354273253e2f128c57eea79e854ef21b60 /dev-ml | |
parent | dev-libs/redland-bindings: remove sys-apps/sed from BDEPEND (diff) | |
download | gentoo-db54d1ef7d87c56a4e22f880621f2c2f9782f6ec.tar.gz gentoo-db54d1ef7d87c56a4e22f880621f2c2f9782f6ec.tar.bz2 gentoo-db54d1ef7d87c56a4e22f880621f2c2f9782f6ec.zip |
dev-ml/facile: remove sys-apps/sed from DEPEND
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/facile/facile-1.1.3.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-ml/facile/facile-1.1.3.ebuild b/dev-ml/facile/facile-1.1.3.ebuild index 6beefe2a5ff0..c88e827bdffa 100644 --- a/dev-ml/facile/facile-1.1.3.ebuild +++ b/dev-ml/facile/facile-1.1.3.ebuild @@ -14,9 +14,7 @@ KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~ppc ppc64 x86" IUSE="+ocamlopt" RDEPEND=">=dev-lang/ocaml-4:=[ocamlopt?]" -DEPEND="${RDEPEND} - sys-apps/sed -" +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/${PN}"-1.1-make.patch ) # Fix building on FreeBSD |