devel/arduino-irremote: Try again to make portscout ignore nonexistent version

Somehow it thinks there is a version called "stable" and "ignore:stable"
doesn't correct this; force the version to start with a number.
This commit is contained in:
Craig Leres 2022-01-10 13:38:36 -08:00
parent eae6a9e622
commit f42f32be2d

View file

@ -14,7 +14,7 @@ USES= dos2unix
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= z3t0 GH_ACCOUNT= z3t0
GH_PROJECT= Arduino-IRremote GH_PROJECT= Arduino-IRremote
PORTSCOUT= ignore:stable PORTSCOUT= limit:^[0-9]
NO_BUILD= yes NO_BUILD= yes