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 3D7171393E9 for ; Thu, 12 Jun 2014 15:02:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B04DE0835; Thu, 12 Jun 2014 15:02:03 +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 1D318E0837 for ; Thu, 12 Jun 2014 15:02:02 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [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 31E1133F908 for ; Thu, 12 Jun 2014 15:02:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id D2C19181A9 for ; Thu, 12 Jun 2014 15:01:59 +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: <1402585300.abb3ebf3fe97a0d0460ad2fe9b010812e66125b4.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/jreen/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/jreen/jreen-9999.ebuild X-VCS-Directories: net-libs/jreen/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: abb3ebf3fe97a0d0460ad2fe9b010812e66125b4 X-VCS-Branch: master Date: Thu, 12 Jun 2014 15:01:59 +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: 446ed654-f325-4ff4-a517-9db18f6e1435 X-Archives-Hash: 7eea2275f54f6b58483abb3a12bfb25c commit: abb3ebf3fe97a0d0460ad2fe9b010812e66125b4 Author: Michael Palimaka gentoo org> AuthorDate: Thu Jun 12 15:01:40 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jun 12 15:01:40 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=abb3ebf3 [net-libs/jreen] Library needs to be built against at least one version of Qt, wrt bug #512386. Package-Manager: portage-2.2.10 --- net-libs/jreen/jreen-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild index 4303f90..ca8a191 100644 --- a/net-libs/jreen/jreen-9999.ebuild +++ b/net-libs/jreen/jreen-9999.ebuild @@ -22,6 +22,8 @@ LICENSE="GPL-2" SLOT="0" IUSE="debug +qt4 qt5" +REQUIRED_USE="|| ( qt4 qt5 )" + DEPEND=" media-libs/speex net-libs/libgsasl