diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-01-16 18:50:04 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-01-16 18:56:07 -0500 |
commit | 50955ec9015a688bb459c0908ed3556cdc801545 (patch) | |
tree | 6156dcc96309e775aa9ebf87c35579620e639c68 /sci-electronics | |
parent | sci-electronics/spice: install relative symlink (diff) | |
download | gentoo-50955ec9015a688bb459c0908ed3556cdc801545.tar.gz gentoo-50955ec9015a688bb459c0908ed3556cdc801545.tar.bz2 gentoo-50955ec9015a688bb459c0908ed3556cdc801545.zip |
sci-electronics/spice: use apply
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/spice/spice-3.5.5-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-electronics/spice/spice-3.5.5-r3.ebuild b/sci-electronics/spice/spice-3.5.5-r3.ebuild index 3939818a929b..ed2fa12832f5 100644 --- a/sci-electronics/spice/spice-3.5.5-r3.ebuild +++ b/sci-electronics/spice/spice-3.5.5-r3.ebuild @@ -41,7 +41,7 @@ src_prepare() { -e "s:/X11R6::" \ conf/linux || die sed -i -e "s:head -1:head -n 1:" util/build || die - epatch "${FILESDIR}"/${P}-gcc-4.1.patch + eapply "${FILESDIR}"/${P}-gcc-4.1.patch # fix possible buffer overflow (bug #339539) sed -i -e "s:fgets(buf, BSIZE_SP:fgets(buf, sizeof(buf):g" \ |