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 1FC48138334 for ; Thu, 1 Nov 2018 22:08:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E863AE03EC; Thu, 1 Nov 2018 22:08:41 +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 C134FE03EC for ; Thu, 1 Nov 2018 22:08:41 +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 3E5FA335C0C for ; Thu, 1 Nov 2018 22:08:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFE1B44A for ; Thu, 1 Nov 2018 22:08:37 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1541109164.8420ccf1ff5f65210bc04b67e00fc1b1f5a6d34f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kio-extras/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kio-extras/kio-extras-18.08.49.9999.ebuild kde-apps/kio-extras/kio-extras-9999.ebuild X-VCS-Directories: kde-apps/kio-extras/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8420ccf1ff5f65210bc04b67e00fc1b1f5a6d34f X-VCS-Branch: master Date: Thu, 1 Nov 2018 22:08:37 +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: eab76018-ceb6-49cd-b361-a24f7637f7c7 X-Archives-Hash: 401203ba64c70b7bb657e64c0c10463a commit: 8420ccf1ff5f65210bc04b67e00fc1b1f5a6d34f Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 1 21:52:44 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 1 21:52:44 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8420ccf1 kde-apps/kio-extras: Add missing OpenEXR slot op Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-apps/kio-extras/kio-extras-18.08.49.9999.ebuild | 4 ++-- kde-apps/kio-extras/kio-extras-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-apps/kio-extras/kio-extras-18.08.49.9999.ebuild b/kde-apps/kio-extras/kio-extras-18.08.49.9999.ebuild index bc7386340d..8ba3dd2cf6 100644 --- a/kde-apps/kio-extras/kio-extras-18.08.49.9999.ebuild +++ b/kde-apps/kio-extras/kio-extras-18.08.49.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 @@ -43,7 +43,7 @@ COMMON_DEPEND=" ) man? ( $(add_frameworks_dep khtml) ) mtp? ( media-libs/libmtp:= ) - openexr? ( media-libs/openexr ) + openexr? ( media-libs/openexr:= ) phonon? ( media-libs/phonon[qt5(+)] ) samba? ( net-fs/samba[client] ) sftp? ( net-libs/libssh:=[sftp] ) diff --git a/kde-apps/kio-extras/kio-extras-9999.ebuild b/kde-apps/kio-extras/kio-extras-9999.ebuild index bdcd9c46dd..fac472fa9a 100644 --- a/kde-apps/kio-extras/kio-extras-9999.ebuild +++ b/kde-apps/kio-extras/kio-extras-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 @@ -43,7 +43,7 @@ COMMON_DEPEND=" ) man? ( $(add_frameworks_dep khtml) ) mtp? ( media-libs/libmtp:= ) - openexr? ( media-libs/openexr ) + openexr? ( media-libs/openexr:= ) phonon? ( media-libs/phonon[qt5(+)] ) samba? ( net-fs/samba[client] ) sftp? ( net-libs/libssh:=[sftp] )