diff --git a/media-sound/clementine/clementine-1.3.1_p20180416.ebuild b/media-sound/clementine/clementine-1.3.1_p20180416.ebuild index 0496f8094474e..a55f952ee7245 100644 --- a/media-sound/clementine/clementine-1.3.1_p20180416.ebuild +++ b/media-sound/clementine/clementine-1.3.1_p20180416.ebuild @@ -126,7 +126,7 @@ src_configure() { local mycmakeargs=( -DBUILD_WERROR=OFF # force to find crypto++ see bug #548544 - -DCRYPTOPP_LIBRARIES="crypto++" + -DCRYPTOPP_LIBRARIES="cryptopp" -DCRYPTOPP_FOUND=ON # avoid automagically enabling of ccache (bug #611010) -DCCACHE_EXECUTABLE=OFF diff --git a/media-sound/clementine/clementine-9999.ebuild b/media-sound/clementine/clementine-9999.ebuild index 6b168f373bff9..53e377c09949e 100644 --- a/media-sound/clementine/clementine-9999.ebuild +++ b/media-sound/clementine/clementine-9999.ebuild @@ -122,7 +122,7 @@ src_configure() { local mycmakeargs=( -DBUILD_WERROR=OFF # force to find crypto++ see bug #548544 - -DCRYPTOPP_LIBRARIES="crypto++" + -DCRYPTOPP_LIBRARIES="cryptopp" -DCRYPTOPP_FOUND=ON # avoid automagically enabling of ccache (bug #611010) -DCCACHE_EXECUTABLE=OFF