From 9b5b8b332f283f769685ed046761933019b102c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 7 Sep 2021 10:21:21 +0200 Subject: [PATCH] Correct platform:f36 context It clashed with platform:f34. It must be unique. --- perl-IO-stringy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-IO-stringy.yaml b/perl-IO-stringy.yaml index b7d218f..24bfa71 100644 --- a/perl-IO-stringy.yaml +++ b/perl-IO-stringy.yaml @@ -26,7 +26,7 @@ data: perl: ['5.32'] requires: perl: ['5.32'] - - context: '1' + - context: '2' platform: f36 buildrequires: perl: ['5.32']