diff options
author | Sam James <sam@gentoo.org> | 2022-05-07 07:49:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-15 01:00:04 +0000 |
commit | 835df62ce81b0446e97788f453511bd974578f5e (patch) | |
tree | c061704c954041edecf70fa059eef62634d9fc96 /media-gfx | |
parent | net-dns/pdnsd: fgrep -> grep -F (diff) | |
download | gentoo-835df62ce81b0446e97788f453511bd974578f5e.tar.gz gentoo-835df62ce81b0446e97788f453511bd974578f5e.tar.bz2 gentoo-835df62ce81b0446e97788f453511bd974578f5e.zip |
media-gfx/gimp: fgrep -> grep -F
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gimp/gimp-2.10.28-r1.ebuild | 2 | ||||
-rw-r--r-- | media-gfx/gimp/gimp-2.10.30.ebuild | 2 | ||||
-rw-r--r-- | media-gfx/gimp/gimp-2.99.10-r1.ebuild | 2 | ||||
-rw-r--r-- | media-gfx/gimp/gimp-9999.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/gimp/gimp-2.10.28-r1.ebuild b/media-gfx/gimp/gimp-2.10.28-r1.ebuild index 2937709c2d68..87da2f75489d 100644 --- a/media-gfx/gimp/gimp-2.10.28-r1.ebuild +++ b/media-gfx/gimp/gimp-2.10.28-r1.ebuild @@ -94,7 +94,7 @@ src_prepare() { gnome2_src_prepare # calls eautoreconf sed 's:-DGIMP_protect_DISABLE_DEPRECATED:-DGIMP_DISABLE_DEPRECATED:g' -i configure || die #615144 - fgrep -q GIMP_DISABLE_DEPRECATED configure || die #615144, self-test + grep -F -q GIMP_DISABLE_DEPRECATED configure || die #615144, self-test export CC_FOR_BUILD="$(tc-getBUILD_CC)" } diff --git a/media-gfx/gimp/gimp-2.10.30.ebuild b/media-gfx/gimp/gimp-2.10.30.ebuild index b371f1779de4..02c67d1276ac 100644 --- a/media-gfx/gimp/gimp-2.10.30.ebuild +++ b/media-gfx/gimp/gimp-2.10.30.ebuild @@ -94,7 +94,7 @@ src_prepare() { gnome2_src_prepare # calls eautoreconf sed 's:-DGIMP_protect_DISABLE_DEPRECATED:-DGIMP_DISABLE_DEPRECATED:g' -i configure || die #615144 - fgrep -q GIMP_DISABLE_DEPRECATED configure || die #615144, self-test + grep -F -q GIMP_DISABLE_DEPRECATED configure || die #615144, self-test export CC_FOR_BUILD="$(tc-getBUILD_CC)" } diff --git a/media-gfx/gimp/gimp-2.99.10-r1.ebuild b/media-gfx/gimp/gimp-2.99.10-r1.ebuild index dc976bd8b7a2..b0b067cd7b88 100644 --- a/media-gfx/gimp/gimp-2.99.10-r1.ebuild +++ b/media-gfx/gimp/gimp-2.99.10-r1.ebuild @@ -132,7 +132,7 @@ src_prepare() { gnome2_src_prepare # calls eautoreconf sed 's:-DGIMP_protect_DISABLE_DEPRECATED:-DGIMP_DISABLE_DEPRECATED:g' -i configure || die #615144 - fgrep -q GIMP_DISABLE_DEPRECATED configure || die #615144, self-test + grep -F -q GIMP_DISABLE_DEPRECATED configure || die #615144, self-test export CC_FOR_BUILD="$(tc-getBUILD_CC)" } diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index d5fdda28f403..fb1d82ee5c19 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -133,7 +133,7 @@ src_prepare() { gnome2_src_prepare # calls eautoreconf sed 's:-DGIMP_protect_DISABLE_DEPRECATED:-DGIMP_DISABLE_DEPRECATED:g' -i configure || die #615144 - fgrep -q GIMP_DISABLE_DEPRECATED configure || die #615144, self-test + grep -F -q GIMP_DISABLE_DEPRECATED configure || die #615144, self-test export CC_FOR_BUILD="$(tc-getBUILD_CC)" } |