Skip to content

Commit

Permalink
mark generic perl recipes as untested
Browse files Browse the repository at this point in the history
Similar to most other generic recipes
  • Loading branch information
jmairboeck committed Oct 26, 2024
1 parent ccbe449 commit 0a45fd4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion generic/generic_perl-1.23.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SOURCE_DIR="Project-X-$portVersion"
PATCHES="project_x-$portVersion.patchset"
ADDITIONAL_FILES="projectx.rdef"

ARCHITECTURES="any"
ARCHITECTURES="?any"

PROVIDES="
project_x = $portVersion
Expand Down
2 changes: 1 addition & 1 deletion generic/generic_perl_module_build-1.23.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SOURCE_DIR="Project-X-$portVersion"
PATCHES="project_x-$portVersion.patchset"
ADDITIONAL_FILES="projectx.rdef"

ARCHITECTURES="any"
ARCHITECTURES="?any"

PROVIDES="
project_x = $portVersion
Expand Down
4 changes: 2 additions & 2 deletions generic/generic_perl_xs-1.23.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ SOURCE_DIR="Project-X-XS-$portVersion"
PATCHES="project_x_xs-$portVersion.patchset"
ADDITIONAL_FILES="projectx.rdef"

ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
ARCHITECTURES="?all !x86_gcc2"
SECONDARY_ARCHITECTURES="?x86"

PROVIDES="
project_x_xs$secondaryArchSuffix = $portVersion
Expand Down

0 comments on commit 0a45fd4

Please sign in to comment.