parent
86b997dffa
commit
a658fbd07c
2 changed files with 7 additions and 1 deletions
@ -1 +1 @@ |
|||||||
gnustep-make,libmemcached,hylafax+ |
gnustep-make,libmemcached,hylafax+,php-horde-horde |
||||||
|
@ -0,0 +1,6 @@ |
|||||||
|
{ |
||||||
|
my $repo = $DB->get("epel") or return ''; |
||||||
|
my @exclude = split /[;,]/, ($repo->prop('Exclude') || ''); |
||||||
|
push @exclude, 'php-horde-horde' unless (grep {$_ eq 'php-horde-horde'} @exclude); |
||||||
|
$repo->set_prop('Exclude', join(',', @exclude)); |
||||||
|
} |
Loading…
Reference in new issue