From a5457c15e33e902c4e2c567f7a68bd345180a9ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Mairb=C3=B6ck?= Date: Mon, 10 Mar 2025 21:30:26 +0100 Subject: [PATCH] sdl_perl: cleanup no revbump, because no rebuild is necessary. --- dev-perl/sdl_perl/sdl_perl-2.548.recipe | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-perl/sdl_perl/sdl_perl-2.548.recipe b/dev-perl/sdl_perl/sdl_perl-2.548.recipe index b4cba7c2b..dff79c55e 100644 --- a/dev-perl/sdl_perl/sdl_perl-2.548.recipe +++ b/dev-perl/sdl_perl/sdl_perl-2.548.recipe @@ -57,11 +57,7 @@ BUILD_REQUIRES=" devel:libSDL_Pango$secondaryArchSuffix devel:libtiff$secondaryArchSuffix >= 6 alien_sdl$secondaryArchSuffix - capture_tiny - class_inspector - file_sharedir module_build - tie_simple " BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix @@ -69,13 +65,15 @@ BUILD_PREREQUIRES=" " TEST_REQUIRES=" - algorithm_diff + capture_tiny + file_sharedir + tie_simple test_most " BUILD() { - perl Build.PL --installdirs vendor --prefix $prefix + perl Build.PL --prefix $prefix ./Build }