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 7EDFE138ACF for ; Tue, 17 Feb 2015 13:50:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4352FE08B0; Tue, 17 Feb 2015 13:50:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB943E08B0 for ; Tue, 17 Feb 2015 13:50:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBC74340814 for ; Tue, 17 Feb 2015 13:50:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0410B11F3E for ; Tue, 17 Feb 2015 13:50:39 +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: <1424180944.2bb28ea0bf78893b531f7ffb7c564bdc9601a8ad.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdelibs/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdelibs/kdelibs-4.14.5.ebuild kde-base/kdelibs/kdelibs-4.9999.ebuild X-VCS-Directories: kde-base/kdelibs/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 2bb28ea0bf78893b531f7ffb7c564bdc9601a8ad X-VCS-Branch: master Date: Tue, 17 Feb 2015 13:50:39 +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: d6de7adb-39fc-449d-82ad-56db0c24d6c0 X-Archives-Hash: d5fa091a078951fc07bd787b740ee219 commit: 2bb28ea0bf78893b531f7ffb7c564bdc9601a8ad Author: Michael Palimaka gentoo org> AuthorDate: Tue Feb 17 13:49:04 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Feb 17 13:49:04 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2bb28ea0 [kde-base/kdelibs] Add missing dependency SLOT. Package-Manager: portage-2.2.14 --- kde-base/kdelibs/kdelibs-4.14.5.ebuild | 2 +- kde-base/kdelibs/kdelibs-4.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-base/kdelibs/kdelibs-4.14.5.ebuild b/kde-base/kdelibs/kdelibs-4.14.5.ebuild index f0bb08d..79800ca 100644 --- a/kde-base/kdelibs/kdelibs-4.14.5.ebuild +++ b/kde-base/kdelibs/kdelibs-4.14.5.ebuild @@ -83,7 +83,7 @@ COMMONDEPEND=" ) policykit? ( >=sys-auth/polkit-qt-0.103.0 ) spell? ( app-text/enchant ) - ssl? ( dev-libs/openssl ) + ssl? ( dev-libs/openssl:0 ) udev? ( virtual/udev ) zeroconf? ( net-dns/avahi[mdnsresponder-compat] ) " diff --git a/kde-base/kdelibs/kdelibs-4.9999.ebuild b/kde-base/kdelibs/kdelibs-4.9999.ebuild index c207ddf..c1b1eca 100644 --- a/kde-base/kdelibs/kdelibs-4.9999.ebuild +++ b/kde-base/kdelibs/kdelibs-4.9999.ebuild @@ -83,7 +83,7 @@ COMMONDEPEND=" ) policykit? ( >=sys-auth/polkit-qt-0.103.0 ) spell? ( app-text/enchant ) - ssl? ( dev-libs/openssl ) + ssl? ( dev-libs/openssl:0 ) udev? ( virtual/udev ) zeroconf? ( net-dns/avahi[mdnsresponder-compat] ) "