Currently, the app-doc/pms live ebuild is dual-masked -- through empty KEYWORDS and package.mask. It is totally unnecessary to use the two mask forms at once, especially that it makes unmasking pretty irritating. Thus, I suggest to drop the package.mask entry, and keep masking live ebuilds with empty KEYWORDS. Additionally, the ebuild PV may be shortened a little.
(In reply to comment #0) > Additionally, the ebuild PV may be shortened a little. > The 99999999 was originally chosen in anticipation of having snapshots in yyyymmdd format, so as to always be the highest. There haven't been any of those yet, though, only EAPI-tagged versions, so it might be OK to drop it down a bit.
(In reply to comment #1) > The 99999999 was originally chosen in anticipation of having snapshots in > yyyymmdd format, so as to always be the highest. There haven't been any of > those yet, though, only EAPI-tagged versions, so it might be OK to drop it down > a bit. I think the current trend is to use PV like '2_pYYYYMMDD' for a snapshot.
(In reply to comment #2) > (In reply to comment #1) > > The 99999999 was originally chosen in anticipation of having snapshots in > > yyyymmdd format, so as to always be the highest. There haven't been any of > > those yet, though, only EAPI-tagged versions, so it might be OK to drop it down > > a bit. > > I think the current trend is to use PV like '2_pYYYYMMDD' for a snapshot. 2_preYYYYMMDD would be better, but this is only a side-note. Anyway, fine by me to loosen then masking and the version number. Sorry, no commit access at the moment (see planet), although I sent a new SSH key over to infra today, so I should be ready sometime next week.
Fixed, thanks.