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 2BD92138334 for ; Mon, 2 Dec 2019 16:13:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0098AE08D3; Mon, 2 Dec 2019 16:12:57 +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 DB6CEE08A2 for ; Mon, 2 Dec 2019 16:12:56 +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 D553F34D6B8 for ; Mon, 2 Dec 2019 16:12:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B4798D8 for ; Mon, 2 Dec 2019 16:12:51 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1575303157.85965b4aee898428ed3538abbea3e59b538db1ec.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/digikam/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/digikam/digikam-6.3.0-r1.ebuild X-VCS-Directories: media-gfx/digikam/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 85965b4aee898428ed3538abbea3e59b538db1ec X-VCS-Branch: master Date: Mon, 2 Dec 2019 16:12:51 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fbf86c38-0cd9-4210-b4e8-0c3a01341442 X-Archives-Hash: 19d202d09293c17e7a72e7155bc382d7 commit: 85965b4aee898428ed3538abbea3e59b538db1ec Author: Mikle Kolyada gentoo org> AuthorDate: Mon Dec 2 16:09:45 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Dec 2 16:12:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85965b4a media-gfx/digikam: amd64 stable wrt bug #700038 Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada gentoo.org> media-gfx/digikam/digikam-6.3.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/digikam/digikam-6.3.0-r1.ebuild b/media-gfx/digikam/digikam-6.3.0-r1.ebuild index 9850c5cb18c..92a28832289 100644 --- a/media-gfx/digikam/digikam-6.3.0-r1.ebuild +++ b/media-gfx/digikam/digikam-6.3.0-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then SRC_BRANCH=stable [[ ${PV} =~ beta[0-9]$ ]] && SRC_BRANCH=unstable SRC_URI="mirror://kde/${SRC_BRANCH}/digikam/${PV}/${MY_P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" S="${WORKDIR}/${MY_P}" fi