Skip to content

Commit

Permalink
www/linux-c7-qtwebkit: Fix fetch
Browse files Browse the repository at this point in the history
This port is amd64-only and does not provide 32 bit libraries.
Before 6672772 amd64-only ports did not try to fetch 32 bit
libraries.

Reported by:	bdrewery
Fixes:		6672772 Various Linux CentOS 7 updates
  • Loading branch information
TijlCoosemans committed Mar 27, 2024
1 parent 86b73ed commit cd45da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/linux-c7-qtwebkit/Makefile
Expand Up @@ -15,7 +15,7 @@ USES= cpe linux:c7
CPE_VENDOR= qt
USE_LDCONFIG= yes
USE_LINUX= fontconfig png xorglibs sqlite3 qt qt-x11
USE_LINUX_RPM= yes
USE_LINUX_RPM= nolib

CONFLICTS= linux-c6-qt47-webkit

Expand Down

0 comments on commit cd45da9

Please sign in to comment.