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 35AD6138283 for ; Thu, 3 Jan 2013 15:57:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D887921C124; Thu, 3 Jan 2013 15:57:17 +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 64E5721C124 for ; Thu, 3 Jan 2013 15:57:17 +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 71A3233D907 for ; Thu, 3 Jan 2013 15:57:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 135A2E5439 for ; Thu, 3 Jan 2013 15:57:15 +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: <1357228417.7f4042df1a65eb87a17ae95f10cccfb92fe23563.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-libs/qt-core/ X-VCS-Repository: proj/qt X-VCS-Files: x11-libs/qt-core/qt-core-4.8.9999.ebuild x11-libs/qt-core/qt-core-5.0.0-r1.ebuild x11-libs/qt-core/qt-core-5.0.9999.ebuild x11-libs/qt-core/qt-core-5.9999.ebuild X-VCS-Directories: x11-libs/qt-core/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 7f4042df1a65eb87a17ae95f10cccfb92fe23563 X-VCS-Branch: master Date: Thu, 3 Jan 2013 15:57:15 +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: 9285a9c6-b18b-44ad-9484-9d60904d97d8 X-Archives-Hash: 7b1ab4e9b547b6b814a39c4e32ad1ec7 commit: 7f4042df1a65eb87a17ae95f10cccfb92fe23563 Author: Michael Palimaka gentoo org> AuthorDate: Thu Jan 3 15:53:37 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jan 3 15:53:37 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=7f4042df [x11-libs/qt-core] Use subslots for automatic icu rebuild. Package-Manager: portage-2.1.11.38 --- x11-libs/qt-core/qt-core-4.8.9999.ebuild | 4 ++-- x11-libs/qt-core/qt-core-5.0.0-r1.ebuild | 2 +- x11-libs/qt-core/qt-core-5.0.9999.ebuild | 2 +- x11-libs/qt-core/qt-core-5.9999.ebuild | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-libs/qt-core/qt-core-4.8.9999.ebuild b/x11-libs/qt-core/qt-core-4.8.9999.ebuild index 4ad41b9..37baee3 100644 --- a/x11-libs/qt-core/qt-core-4.8.9999.ebuild +++ b/x11-libs/qt-core/qt-core-4.8.9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit qt4-build @@ -18,7 +18,7 @@ IUSE="+glib iconv icu qt3support ssl" DEPEND=" sys-libs/zlib glib? ( dev-libs/glib:2 ) - icu? ( >=dev-libs/icu-49 ) + icu? ( >=dev-libs/icu-49:= ) ssl? ( dev-libs/openssl ) !