summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-10-21 08:42:42 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-10-21 08:47:03 -0400
commit0afad01798cb68522e50068b98ee5b5cde6c0119 (patch)
treeb87fb9857b2de411a2d5fea8d6cde0400a285028 /sys-block/scsiping
parentnet-misc/rinetd: drop c2x workaround (diff)
downloadgentoo-0afad01798cb68522e50068b98ee5b5cde6c0119.tar.gz
gentoo-0afad01798cb68522e50068b98ee5b5cde6c0119.tar.bz2
gentoo-0afad01798cb68522e50068b98ee5b5cde6c0119.zip
sys-block/scsiping: drop c2x workaround
Changed the way test for this, and upon closer look this one wasn't needed. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'sys-block/scsiping')
-rw-r--r--sys-block/scsiping/scsiping-0.0.1-r2.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-block/scsiping/scsiping-0.0.1-r2.ebuild b/sys-block/scsiping/scsiping-0.0.1-r2.ebuild
index 99a85623be4e..60cb71ea6eb4 100644
--- a/sys-block/scsiping/scsiping-0.0.1-r2.ebuild
+++ b/sys-block/scsiping/scsiping-0.0.1-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit flag-o-matic toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="SCSIPing pings a host on the SCSI-chain"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
@@ -24,8 +24,6 @@ src_prepare() {
}
src_compile() {
- append-cflags -std=gnu89 # old codebase, incompatible with c2x
-
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}