commit:     0afad01798cb68522e50068b98ee5b5cde6c0119
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 12:42:42 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 12:47:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0afad017

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 <AT> gentoo.org>

 sys-block/scsiping/scsiping-0.0.1-r2.ebuild | 4 +---
 1 file changed, 1 insertion(+), 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}"
 }
 

Reply via email to