From 59330a1e4c4aa88230063b0b3267935d37f4d628 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sun, 1 Jun 2014 21:40:02 +0000 Subject: [PATCH] perl: enable x86_gcc2 and x86 --- dev-lang/perl/perl-5.18.2.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/perl/perl-5.18.2.recipe b/dev-lang/perl/perl-5.18.2.recipe index 2b384eed6..19c28d011 100644 --- a/dev-lang/perl/perl-5.18.2.recipe +++ b/dev-lang/perl/perl-5.18.2.recipe @@ -21,7 +21,7 @@ LICENSE="GNU GPL v1 SRC_URI="http://www.cpan.org/src/perl-5.18.2.tar.gz" CHECKSUM_SHA256="7cbed5ef11900e8f68041215eea0de5e443d53393f84c41d5c9c69c150a4982f" REVISION="2" -ARCHITECTURES="?x86_gcc2 ?x86 x86_64 arm" +ARCHITECTURES="x86_gcc2 x86 x86_64 arm" PATCHES="perl-5.18.1.patchset"