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 54493139083 for ; Sat, 9 Dec 2017 22:54:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1E06E1021; Sat, 9 Dec 2017 22:54:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9FCA6E1021 for ; Sat, 9 Dec 2017 22:54:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C6C1233BF01 for ; Sat, 9 Dec 2017 22:54:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 618B3A2D8 for ; Sat, 9 Dec 2017 22:54:38 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1512860065.08de8e36f50def97e798d6e548aa7e9c8565ec35.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/kphotoalbum/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/kphotoalbum/Manifest media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild X-VCS-Directories: media-gfx/kphotoalbum/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 08de8e36f50def97e798d6e548aa7e9c8565ec35 X-VCS-Branch: master Date: Sat, 9 Dec 2017 22:54:38 +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: 0e3a2cb8-eb6e-4cfe-9ebb-49f5a84162b3 X-Archives-Hash: 9c236423d88adb6d7bc6572701de17a8 commit: 08de8e36f50def97e798d6e548aa7e9c8565ec35 Author: Michael Palimaka gentoo org> AuthorDate: Sat Dec 9 22:53:45 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Dec 9 22:54:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08de8e36 media-gfx/kphotoalbum: force gold linker to work around binutils bug Bug: https://bugs.gentoo.org/623566 Package-Manager: Portage-2.3.14, Repoman-2.3.6 media-gfx/kphotoalbum/Manifest | 2 +- media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-gfx/kphotoalbum/Manifest b/media-gfx/kphotoalbum/Manifest index 89f40a055bd..fdd0c31ca17 100644 --- a/media-gfx/kphotoalbum/Manifest +++ b/media-gfx/kphotoalbum/Manifest @@ -1 +1 @@ -DIST kphotoalbum-5.2.tar.xz 9549504 SHA256 9ad02080b21787d5824d0c4bb49be2a00822098adca7937e9c7497440d3b0b89 SHA512 a6a82966fadc66167d0e3877c10f46e5791b301eea3114883d879537eba472d418206da8cd0f7bd923f156d0a5c2f0e66bb2c21e39fef8fdf01841556c056548 WHIRLPOOL 0747045ef07eb9afb540ea6978db15b783d4db21ba4a9c63d9a7b5e0a823aafe71bc2bcec9d7d6831df188a297083ed2a85c52c71d555f8ff8f2e144cca194a9 +DIST kphotoalbum-5.2.tar.xz 9549504 BLAKE2B 134dd71ec784dd22fc9be6a143ee7b00aa55b2df19179dfd84eaec821ccb0168f3447df15ca36a14174fdb740401becb33698d9ac53392c11f4cf1de67867634 SHA512 a6a82966fadc66167d0e3877c10f46e5791b301eea3114883d879537eba472d418206da8cd0f7bd923f156d0a5c2f0e66bb2c21e39fef8fdf01841556c056548 diff --git a/media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild b/media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild index b251424a6ca..61606a6793b 100644 --- a/media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild +++ b/media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild @@ -4,7 +4,7 @@ EAPI=6 KDE_HANDBOOK="forceoptional" -inherit kde5 +inherit flag-o-matic kde5 DESCRIPTION="Tool for indexing, searching, and viewing images" HOMEPAGE="https://www.kphotoalbum.org/" @@ -53,6 +53,8 @@ RDEPEND="${COMMON_DEPEND} DOCS=( ChangeLog README ) src_configure() { + append-ldflags -fuse-ld=gold #bug #623566 + local mycmakeargs=( -DENABLE_PLAYGROUND=ON -DCMAKE_DISABLE_FIND_PACKAGE_KF5KFace=ON