trying to import an elliptic curve public key (created with a "modern" version)
with an older gpg version <2.1 fails with misleading error messages:
"gpg: key XXXXXXXX: no valid user IDs
gpg: this may be caused by a missing self-signature
gpg: Total number processed: 1
gpg: w/o user IDs: 1"
please at least amend the "may be caused by" with an "or xxx" statement and
change "no valid user IDs" into "unable to extract valid user IDs"
but could gpg maybe even distinguish the situation of missing user IDs from
looking at an unsupported key?..
(it would have spared me some hours of search if i've had some better hint at
the cause of the problem in this message there.)