From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B4A47138247 for ; Fri, 10 Jan 2014 06:08:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 901BCE0DA4; Fri, 10 Jan 2014 06:08:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F58CE0DA4 for ; Fri, 10 Jan 2014 06:08:52 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1872C33F6BE for ; Fri, 10 Jan 2014 06:08:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 689B2E54BD for ; Fri, 10 Jan 2014 06:08:48 +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: <1389334096.f9d00aa1031c94992b8e971c12d63e8015fbda2e.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kimgio/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kimgio/kimgio-4.11.49.9999.ebuild kde-base/kimgio/kimgio-4.12.49.9999.ebuild kde-base/kimgio/kimgio-9999.ebuild X-VCS-Directories: kde-base/kimgio/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: f9d00aa1031c94992b8e971c12d63e8015fbda2e X-VCS-Branch: master Date: Fri, 10 Jan 2014 06:08:48 +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: e10383e8-1b1c-4dbc-a450-147ace71c35a X-Archives-Hash: 85f6e0b7a95c69e6088da35768430a33 commit: f9d00aa1031c94992b8e971c12d63e8015fbda2e Author: Michael Palimaka gentoo org> AuthorDate: Fri Jan 10 06:08:16 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Jan 10 06:08:16 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f9d00aa1 [kde-base/kimgio] Add slot dependency operator for media-libs/libwebp wrt bug #496944. Package-Manager: portage-2.2.7 --- kde-base/kimgio/kimgio-4.11.49.9999.ebuild | 2 +- kde-base/kimgio/kimgio-4.12.49.9999.ebuild | 2 +- kde-base/kimgio/kimgio-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-base/kimgio/kimgio-4.11.49.9999.ebuild b/kde-base/kimgio/kimgio-4.11.49.9999.ebuild index 1c2c836..0f148d7 100644 --- a/kde-base/kimgio/kimgio-4.11.49.9999.ebuild +++ b/kde-base/kimgio/kimgio-4.11.49.9999.ebuild @@ -11,5 +11,5 @@ DESCRIPTION="KDE WebP image format plugin" KEYWORDS="" IUSE="debug" -DEPEND="media-libs/libwebp" +DEPEND="media-libs/libwebp:=" RDEPEND="${DEPEND}" diff --git a/kde-base/kimgio/kimgio-4.12.49.9999.ebuild b/kde-base/kimgio/kimgio-4.12.49.9999.ebuild index 1c2c836..0f148d7 100644 --- a/kde-base/kimgio/kimgio-4.12.49.9999.ebuild +++ b/kde-base/kimgio/kimgio-4.12.49.9999.ebuild @@ -11,5 +11,5 @@ DESCRIPTION="KDE WebP image format plugin" KEYWORDS="" IUSE="debug" -DEPEND="media-libs/libwebp" +DEPEND="media-libs/libwebp:=" RDEPEND="${DEPEND}" diff --git a/kde-base/kimgio/kimgio-9999.ebuild b/kde-base/kimgio/kimgio-9999.ebuild index 1c2c836..0f148d7 100644 --- a/kde-base/kimgio/kimgio-9999.ebuild +++ b/kde-base/kimgio/kimgio-9999.ebuild @@ -11,5 +11,5 @@ DESCRIPTION="KDE WebP image format plugin" KEYWORDS="" IUSE="debug" -DEPEND="media-libs/libwebp" +DEPEND="media-libs/libwebp:=" RDEPEND="${DEPEND}"