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 C782158974 for ; Tue, 9 Feb 2016 10:48:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19CBD21C023; Tue, 9 Feb 2016 10:48:39 +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 9D67F21C061 for ; Tue, 9 Feb 2016 10:48:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD726340A13 for ; Tue, 9 Feb 2016 10:48:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15526CEE for ; Tue, 9 Feb 2016 10:48:35 +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: <1455014877.a98268e1cd75f25a0951bbf94c388115ff282471.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kimtoy/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kimtoy/kimtoy-9999.ebuild X-VCS-Directories: kde-misc/kimtoy/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: a98268e1cd75f25a0951bbf94c388115ff282471 X-VCS-Branch: master Date: Tue, 9 Feb 2016 10:48:35 +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: 8b5e459e-b4fe-4496-a5cf-6c653da81dc9 X-Archives-Hash: f4d660e18347086246a05beb78c4bbc4 commit: a98268e1cd75f25a0951bbf94c388115ff282471 Author: Michael Palimaka gentoo org> AuthorDate: Tue Feb 9 10:47:57 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Feb 9 10:47:57 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a98268e1 kde-misc/kimtoy: subslots are undefined in dev-libs/openssl Package-Manager: portage-2.2.27 kde-misc/kimtoy/kimtoy-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/kimtoy/kimtoy-9999.ebuild b/kde-misc/kimtoy/kimtoy-9999.ebuild index aaa9d46..5fccdb5 100644 --- a/kde-misc/kimtoy/kimtoy-9999.ebuild +++ b/kde-misc/kimtoy/kimtoy-9999.ebuild @@ -33,7 +33,7 @@ COMMON_DEPEND=" $(add_frameworks_dep plasma) app-i18n/ibus dev-libs/glib:2 - !libressl? ( dev-libs/openssl:0= ) + !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl:= ) $(add_qt_dep qtdbus) $(add_qt_dep qtgui)