summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2022-11-22 16:15:35 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2022-11-22 16:24:15 -0800
commit9bc8f1ae9f5613932909eb9b5bf94d4668424c6e (patch)
treeaefcecd135b9dfb3a0b796a4650dc462c0826a4b /app-shells
parentdev-db/redis: drop 6.2.7-r1, 7.0.5 (diff)
downloadgentoo-9bc8f1ae9f5613932909eb9b5bf94d4668424c6e.tar.gz
gentoo-9bc8f1ae9f5613932909eb9b5bf94d4668424c6e.tar.bz2
gentoo-9bc8f1ae9f5613932909eb9b5bf94d4668424c6e.zip
app-shells/ksh: sync live ebuild
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/ksh/ksh-9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-shells/ksh/ksh-9999.ebuild b/app-shells/ksh/ksh-9999.ebuild
index 8fb7af0f3c4b..dd729029724d 100644
--- a/app-shells/ksh/ksh-9999.ebuild
+++ b/app-shells/ksh/ksh-9999.ebuild
@@ -41,6 +41,8 @@ src_compile() {
"-Wno-cpp"
"-Wno-maybe-uninitialized"
"-Wno-lto-type-mismatch"
+ "-Wno-error=int-conversion"
+ "-Wno-int-conversion"
"-P"
)
append-cflags $(test-flags-CC ${extraflags[@]})