From f7c260b715ac942a3a44a43a5783c27e3aa11143 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Fri, 25 Jun 2021 11:02:32 +0200 Subject: [PATCH] x11-misc/autorandr: remove superfluous src_prepare The src_prepare definition was a leftover from a previous experiment. Signed-off-by: Florian Schmaus --- x11-misc/autorandr/autorandr-1.11.ebuild | 5 ----- x11-misc/autorandr/autorandr-9999.ebuild | 5 ----- 2 files changed, 10 deletions(-) diff --git a/x11-misc/autorandr/autorandr-1.11.ebuild b/x11-misc/autorandr/autorandr-1.11.ebuild index e3e0a318be..0b461bc821 100644 --- a/x11-misc/autorandr/autorandr-1.11.ebuild +++ b/x11-misc/autorandr/autorandr-1.11.ebuild @@ -29,11 +29,6 @@ DEPEND=" ${RDEPEND} " -src_prepare() { - default - sed -i 's/TARGETS=/TARGETS?=/' Makefile || die -} - src_compile() { if use launcher; then emake contrib/autorandr_launcher/autorandr-launcher diff --git a/x11-misc/autorandr/autorandr-9999.ebuild b/x11-misc/autorandr/autorandr-9999.ebuild index e3e0a318be..0b461bc821 100644 --- a/x11-misc/autorandr/autorandr-9999.ebuild +++ b/x11-misc/autorandr/autorandr-9999.ebuild @@ -29,11 +29,6 @@ DEPEND=" ${RDEPEND} " -src_prepare() { - default - sed -i 's/TARGETS=/TARGETS?=/' Makefile || die -} - src_compile() { if use launcher; then emake contrib/autorandr_launcher/autorandr-launcher