diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-10-22 11:28:32 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-10-22 11:28:32 +0200 |
commit | 8a3f819fef5aa62abc49ab662b5d2e5d9ae3d010 (patch) | |
tree | 05a10c638115be596b2d3fa5e41c61b67e0d84b1 /media-sound/clementine | |
parent | dev-vcs/tortoisehg: Removed old. (diff) | |
download | gentoo-8a3f819fef5aa62abc49ab662b5d2e5d9ae3d010.tar.gz gentoo-8a3f819fef5aa62abc49ab662b5d2e5d9ae3d010.tar.bz2 gentoo-8a3f819fef5aa62abc49ab662b5d2e5d9ae3d010.zip |
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 <polynomial-c@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'media-sound/clementine')
-rw-r--r-- | media-sound/clementine/clementine-1.3.1_p20180416.ebuild | 4 | ||||
-rw-r--r-- | media-sound/clementine/clementine-1.3.1_p20180523.ebuild | 4 | ||||
-rw-r--r-- | 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 a55f952ee724..2af2d69f7b7e 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 429b9aa05e05..1af1af58a542 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 2d1b92dddf91..cfb50fb9b37b 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:= |