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 841F0138334 for ; Mon, 22 Oct 2018 09:28:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CE82E0922; Mon, 22 Oct 2018 09:28:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D9E24E0922 for ; Mon, 22 Oct 2018 09:28:45 +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 36F12335CEB for ; Mon, 22 Oct 2018 09:28:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FBC943E for ; Mon, 22 Oct 2018 09:28:42 +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: <1540200512.8a3f819fef5aa62abc49ab662b5d2e5d9ae3d010.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-1.3.1_p20180523.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: 8a3f819fef5aa62abc49ab662b5d2e5d9ae3d010 X-VCS-Branch: master Date: Mon, 22 Oct 2018 09:28:42 +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: 4e3fb0a2-e4c7-4fe1-a802-c3cc9fd98bd1 X-Archives-Hash: 8a42451411cd03da14b65e95b7374010 commit: 8a3f819fef5aa62abc49ab662b5d2e5d9ae3d010 Author: Lars Wendler gentoo org> AuthorDate: Mon Oct 22 09:28:32 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Oct 22 09:28:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3f819f media-sound/clementine: Depend on dev-libs/crypto++[asm] until a better fix has been found. Bug: https://bugs.gentoo.org/667668 Signed-off-by: Lars Wendler gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-sound/clementine/clementine-1.3.1_p20180416.ebuild | 4 ++-- media-sound/clementine/clementine-1.3.1_p20180523.ebuild | 4 ++-- media-sound/clementine/clementine-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-sound/clementine/clementine-1.3.1_p20180416.ebuild b/media-sound/clementine/clementine-1.3.1_p20180416.ebuild index a55f952ee72..2af2d69f7b7 100644 --- a/media-sound/clementine/clementine-1.3.1_p20180416.ebuild +++ b/media-sound/clementine/clementine-1.3.1_p20180416.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -33,7 +33,7 @@ REQUIRED_USE=" COMMON_DEPEND=" app-crypt/qca:2[qt5(+)] dev-db/sqlite:= - dev-libs/crypto++ + dev-libs/crypto++[asm] dev-libs/glib:2 dev-libs/libxml2 dev-libs/protobuf:= diff --git a/media-sound/clementine/clementine-1.3.1_p20180523.ebuild b/media-sound/clementine/clementine-1.3.1_p20180523.ebuild index 429b9aa05e0..1af1af58a54 100644 --- a/media-sound/clementine/clementine-1.3.1_p20180523.ebuild +++ b/media-sound/clementine/clementine-1.3.1_p20180523.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -33,7 +33,7 @@ REQUIRED_USE=" COMMON_DEPEND=" app-crypt/qca:2[qt5(+)] dev-db/sqlite:= - dev-libs/crypto++ + dev-libs/crypto++[asm] dev-libs/glib:2 dev-libs/libxml2 dev-libs/protobuf:= diff --git a/media-sound/clementine/clementine-9999.ebuild b/media-sound/clementine/clementine-9999.ebuild index 2d1b92dddf9..cfb50fb9b37 100644 --- a/media-sound/clementine/clementine-9999.ebuild +++ b/media-sound/clementine/clementine-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -33,7 +33,7 @@ REQUIRED_USE=" COMMON_DEPEND=" app-crypt/qca:2[qt5(+)] dev-db/sqlite:= - dev-libs/crypto++ + dev-libs/crypto++[asm] dev-libs/glib:2 dev-libs/libxml2 dev-libs/protobuf:=