Changes between Version 1 and Version 20 of Ticket #46570
- Timestamp:
- Jul 14, 2015, 8:59:58 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46570
-
Property
Summary
changed from
git, openbrowser, ossp-uuid, xraylib: remove variants perl5_12, perl5_14, introduce support for 5.18 and 5.20
togit, openbrowser, ossp-uuid, xraylib: remove variants perl5_12, perl5_14, introduce support for 5.18, 5.20 and 5.22
-
Property
Summary
changed from
-
Ticket #46570 – Description
v1 v20 1 Support for Perl < 5.16 has been removed (#46322). I would like to request removing variants `perl5_10`, `perl5_12`, `perl5_14` and introduce variants for 5.18 and 5.20, ideally using something like this (if I understand the functionality properly):1 Support for Perl < 5.16 has been removed (#46322). I would like to request removing variants `perl5_10`, `perl5_12`, `perl5_14` and introduce variants for 5.18, 5.20 and 5.22, ideally using something like this (if I understand the functionality properly): 2 2 3 3 {{{ 4 4 perl5.require_variant yes 5 5 perl5.conflict_variants yes 6 perl5.branches 5.16 5.18 5.20 6 perl5.branches 5.16 5.18 5.20 5.22 7 7 perl5.create_variants ${perl5.branches} 8 8 }}}