commit b62ea50001399f6b2b9f3ced01b0db524bbfa7c7 parent db8bf71c952f34f7902d49ae999debe86423b644 Author: parazyd <parazyd@dyne.org> Date: Wed, 3 Feb 2021 21:20:17 +0100 app-admin/sup: Update for latest release. Diffstat:
M | app-admin/sup/sup-9999.ebuild | | | 6 | ------ |
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/app-admin/sup/sup-9999.ebuild b/app-admin/sup/sup-9999.ebuild @@ -19,12 +19,6 @@ RDEPEND="" src_prepare() { default - - sed -i \ - -e "/^CFLAGS/{s|=|+=|;s|-O. | |g}" \ - -e "/^LDFLAGS/{s|=|+=|g;s|-s$| |g}" \ - config.mk || die - restore_config config.h }