diff --git a/dev-cpp/mastodon-cpp/mastodon-cpp-0.15.1.ebuild b/dev-cpp/mastodon-cpp/mastodon-cpp-0.15.1.ebuild index 88dd9ab41..1c4a76c16 100644 --- a/dev-cpp/mastodon-cpp/mastodon-cpp-0.15.1.ebuild +++ b/dev-cpp/mastodon-cpp/mastodon-cpp-0.15.1.ebuild @@ -28,6 +28,11 @@ src_configure() { cmake-utils_src_configure } +src_unpack() { + cmake-utils_src_unpack + mv ${PN} ${P} +} + # We won't let cmake handle the documentation, because it would install the # examples, no matter if we want them. src_compile() {