diff options
author | Sam James <sam@gentoo.org> | 2021-08-16 01:54:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-16 02:58:05 +0100 |
commit | ffce8868d08dd3eb25e706d54733307468be28e3 (patch) | |
tree | 957027f63ae24eb0e2fed3f0c8ac36bad476ebd2 /dev-libs/libowfat | |
parent | dev-libs/libowfat: drop old (diff) | |
download | gentoo-ffce8868d08dd3eb25e706d54733307468be28e3.tar.gz gentoo-ffce8868d08dd3eb25e706d54733307468be28e3.tar.bz2 gentoo-ffce8868d08dd3eb25e706d54733307468be28e3.zip |
dev-libs/libowfat: drop sed BDEPEND
PMS guarantees that a GNU sed-compatible sed will be
available in the ebuild environment.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libowfat')
-rw-r--r-- | dev-libs/libowfat/libowfat-0.32-r3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-libs/libowfat/libowfat-0.32-r3.ebuild b/dev-libs/libowfat/libowfat-0.32-r3.ebuild index 45a2efd5c742..a479ad553991 100644 --- a/dev-libs/libowfat/libowfat-0.32-r3.ebuild +++ b/dev-libs/libowfat/libowfat-0.32-r3.ebuild @@ -15,8 +15,7 @@ KEYWORDS="~amd64 ~hppa ~sparc ~x86" IUSE="diet" RDEPEND="diet? ( >=dev-libs/dietlibc-0.33_pre20090721 )" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${P}-gcc10.patch |