Changeset 698 in ProjectBuilder for devel/pb-modules
- Timestamp:
- Feb 18, 2009, 1:47:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/lib/ProjectBuilder/Distribution.pm
r696 r698 412 412 pb_log(2,"found deps: $_\n"); 413 413 s/$regexp/$1/i; 414 # Remove conditions in the middle and at the end 414 # Remove conditions in the middle and at the end for deb 415 s/\(\s*[><=]+.*\)\s*,/,/g; 416 s/\(\s*[><=]+.*$//g; 417 # Same for rpm 415 418 s/[><=]+.*,/,/g; 416 419 s/[><=]+.*$//g;
Note:
See TracChangeset
for help on using the changeset viewer.