diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-10-21 08:43:49 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-10-21 08:47:03 -0400 |
commit | 64b179d4a27441dfe7248a99a8c3451452abb298 (patch) | |
tree | 5a040b5aa2b5bed02695c36e5b8ccc41938c6838 /x11-plugins/asmem | |
parent | sys-block/scsiping: drop c2x workaround (diff) | |
download | gentoo-64b179d4a27441dfe7248a99a8c3451452abb298.tar.gz gentoo-64b179d4a27441dfe7248a99a8c3451452abb298.tar.bz2 gentoo-64b179d4a27441dfe7248a99a8c3451452abb298.zip |
x11-plugins/asmem: 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 'x11-plugins/asmem')
-rw-r--r-- | x11-plugins/asmem/asmem-1.12-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-plugins/asmem/asmem-1.12-r2.ebuild b/x11-plugins/asmem/asmem-1.12-r2.ebuild index da11dba67c3f..02804f6c2ddb 100644 --- a/x11-plugins/asmem/asmem-1.12-r2.ebuild +++ b/x11-plugins/asmem/asmem-1.12-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit flag-o-matic toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Monitor the utilization level of memory, cache and swap space" HOMEPAGE="http://www.tigr.net/" @@ -34,7 +34,6 @@ PATCHES=( src_configure() { tc-export CC # old autoconf - append-cflags -std=gnu89 # old codebase, incompatible with c2x econf $(use_enable jpeg) } |