mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 13:59:29 +02:00
* Packages can only be broken when they are installed
git-svn-id: trunk@35541 -
This commit is contained in:
parent
0f9876effb
commit
910c05f942
@ -333,6 +333,12 @@ var
|
||||
begin
|
||||
result:=false;
|
||||
|
||||
if Assigned(APackage.Repository) and (APackage.Repository.RepositoryType <> fprtInstalled) then
|
||||
begin
|
||||
Result := False;
|
||||
Exit;
|
||||
end;
|
||||
|
||||
EnterFindBrokenPackages;
|
||||
try
|
||||
HashPtr := PtrInt(FBrokenPackagesDictionary.Find(APackage.Name));
|
||||
|
Loading…
Reference in New Issue
Block a user