From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9F2DF1381FA for ; Fri, 16 May 2014 16:35:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1463EE0AFA; Fri, 16 May 2014 16:35:32 +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 83C0FE0AFA for ; Fri, 16 May 2014 16:35:31 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88CD0340095 for ; Fri, 16 May 2014 16:35:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 212241818D for ; Fri, 16 May 2014 16:35:29 +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: <1400258062.634d4ef09f7db19b4e712d4bfbcd299c6b8e15dd.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kscreen/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kscreen/kscreen-4.9999.ebuild X-VCS-Directories: kde-misc/kscreen/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 634d4ef09f7db19b4e712d4bfbcd299c6b8e15dd X-VCS-Branch: master Date: Fri, 16 May 2014 16:35:29 +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: b6bcb796-955f-4fe2-8524-5795a88f7433 X-Archives-Hash: 298332644b7b7a6dbdd6ea64af018a65 commit: 634d4ef09f7db19b4e712d4bfbcd299c6b8e15dd Author: Michael Palimaka gentoo org> AuthorDate: Fri May 16 16:34:22 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri May 16 16:34:22 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=634d4ef0 [kde-misc/kscreen] Pin libkscreen dependency to SLOT 4. Package-Manager: portage-2.2.8-r1 --- kde-misc/kscreen/kscreen-4.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/kscreen/kscreen-4.9999.ebuild b/kde-misc/kscreen/kscreen-4.9999.ebuild index 317da45..b2ee945 100644 --- a/kde-misc/kscreen/kscreen-4.9999.ebuild +++ b/kde-misc/kscreen/kscreen-4.9999.ebuild @@ -21,7 +21,7 @@ IUSE="debug" DEPEND=" >=dev-libs/qjson-0.8 - >=x11-libs/libkscreen-${PV} + >=x11-libs/libkscreen-${PV}:4 " RDEPEND="${DEPEND}"