golang-vcs-snapshot.eclass: typo fix
authorWilliam Hubbs <williamh@gentoo.org>
Tue, 11 Aug 2015 20:08:23 +0000 (15:08 -0500)
committerWilliam Hubbs <williamh@gentoo.org>
Tue, 11 Aug 2015 20:12:44 +0000 (15:12 -0500)
commit198665437578804b77b48d20b883c1cd3ea8ae33
tree5788ca7d5f298afb1315429ff49aae97d09074c4
parent6ff408b16ab3618f55579d56c78c550f0d8da3ed
golang-vcs-snapshot.eclass: typo fix

This follows from my previous commit to the golang-vcs.eclass.
${EGO_PN%/*} should be replaced with ${EGO_PN%/...} since we only want
to strip off "/..." from the end of the path.
eclass/golang-vcs-snapshot.eclass