diff options
author | David Seifert <soap@gentoo.org> | 2022-12-07 14:51:29 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-12-07 14:51:29 +0100 |
commit | f9c4e8f52b058f3d44c74ea02c68dcfcbba1b05a (patch) | |
tree | e26b9dabdc47cbd4d9d2a4696cbd214b60b9e924 /app-emulation | |
parent | www-apache/mod_wsgi: drop 4.7.1-r1 (EAPI=6) (diff) | |
download | gentoo-f9c4e8f52b058f3d44c74ea02c68dcfcbba1b05a.tar.gz gentoo-f9c4e8f52b058f3d44c74ea02c68dcfcbba1b05a.tar.bz2 gentoo-f9c4e8f52b058f3d44c74ea02c68dcfcbba1b05a.zip |
app-emulation/bochs: remove sys-apps/sed from BDEPEND
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/bochs/bochs-2.6.10.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emulation/bochs/bochs-2.6.10.ebuild b/app-emulation/bochs/bochs-2.6.10.ebuild index c4f9fde9ba89..65f52e4ec67a 100644 --- a/app-emulation/bochs/bochs-2.6.10.ebuild +++ b/app-emulation/bochs/bochs-2.6.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -33,7 +33,6 @@ DEPEND="${RDEPEND} " BDEPEND=" doc? ( app-text/docbook-sgml-utils ) - sys-apps/sed >=app-text/opensp-1.5 " |