From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5A42F1382C5 for ; Wed, 2 May 2018 07:54:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70394E093E; Wed, 2 May 2018 07:54:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BED1E093E for ; Wed, 2 May 2018 07:54:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DDEE335C7E for ; Wed, 2 May 2018 07:54:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5C9928B for ; Wed, 2 May 2018 07:53:59 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1525247633.26b70a4e481a4a4a8833721b08f03736e610ee28.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/clementine/clementine-1.3.1_p20180416.ebuild media-sound/clementine/clementine-9999.ebuild X-VCS-Directories: media-sound/clementine/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 26b70a4e481a4a4a8833721b08f03736e610ee28 X-VCS-Branch: master Date: Wed, 2 May 2018 07:53:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 25e28425-5ce8-414f-88a9-5df2e6023961 X-Archives-Hash: 272b9e1791491f21b6b9da7c90e168ab commit: 26b70a4e481a4a4a8833721b08f03736e610ee28 Author: Lars Wendler gentoo org> AuthorDate: Wed May 2 07:53:30 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed May 2 07:53:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b70a4e media-sound/clementine: Fixed build against latest dev-libs/crypto++ Closes: https://bugs.gentoo.org/654572 Package-Manager: Portage-2.3.33, Repoman-2.3.9 media-sound/clementine/clementine-1.3.1_p20180416.ebuild | 2 +- media-sound/clementine/clementine-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/clementine/clementine-1.3.1_p20180416.ebuild b/media-sound/clementine/clementine-1.3.1_p20180416.ebuild index 0496f809447..a55f952ee72 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 6b168f373bf..53e377c0994 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