Alexander SCHMID wrote: > check-security-updates> ... Number part '200708051230' exceeds 8 digit limit > > I don't know how to fix this problem. > Does someone can give me any advice to solve this?
The PMS limits each number part of a package version to eight characters. This results in '20070805' and '20070805.1230' being valid, but '200708051230' being invalid. The PHP team committed an ebuild with a version that does not adhere to this limit, so Paludis outputs QA-related warnings. Using a log level less verbose than 'qa', such as 'warning' will rid of this message, but other QA warnings as well. -- David Shakaryan _______________________________________________ paludis-user mailing list [email protected] http://lists.pioto.org/mailman/listinfo/paludis-user
