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 268F0138CCF for ; Mon, 11 May 2015 14:59:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11286E08D0; Mon, 11 May 2015 14:59:38 +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 65560E07D4 for ; Mon, 11 May 2015 14:59:37 +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 86AE1340614 for ; Mon, 11 May 2015 14:59:36 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2342) id 48DFB9CD; Mon, 11 May 2015 14:59:35 +0000 (UTC) From: "Mikle Kolyada (zlogene)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zlogene@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-qt/qtcore: qtcore-4.8.6-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: qtcore-4.8.6-r2.ebuild ChangeLog X-VCS-Directories: dev-qt/qtcore X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150511145935.48DFB9CD@oystercatcher.gentoo.org> Date: Mon, 11 May 2015 14:59: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: 668b6768-f1f4-4c1e-a9d5-085b6d0ade04 X-Archives-Hash: 8f9d7140b5c00173e399a0ce8ec2cd0a zlogene 15/05/11 14:59:35 Modified: qtcore-4.8.6-r2.ebuild ChangeLog Log: amd64 stable wrt bug #530238 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6) Revision Changes Path 1.3 dev-qt/qtcore/qtcore-4.8.6-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/qtcore-4.8.6-r2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/qtcore-4.8.6-r2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/qtcore-4.8.6-r2.ebuild?r1=1.2&r2=1.3 Index: qtcore-4.8.6-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-4.8.6-r2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- qtcore-4.8.6-r2.ebuild 10 May 2015 00:48:20 -0000 1.2 +++ qtcore-4.8.6-r2.ebuild 11 May 2015 14:59:35 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-4.8.6-r2.ebuild,v 1.2 2015/05/10 00:48:20 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-4.8.6-r2.ebuild,v 1.3 2015/05/11 14:59:35 zlogene Exp $ EAPI=5 @@ -11,7 +11,7 @@ if [[ ${QT4_BUILD_TYPE} == live ]]; then KEYWORDS="" else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi IUSE="+glib iconv icu qt3support ssl" 1.73 dev-qt/qtcore/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/ChangeLog?rev=1.73&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/ChangeLog?rev=1.73&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/ChangeLog?r1=1.72&r2=1.73 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- ChangeLog 10 May 2015 00:48:20 -0000 1.72 +++ ChangeLog 11 May 2015 14:59:35 -0000 1.73 @@ -1,6 +1,9 @@ # ChangeLog for dev-qt/qtcore # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v 1.72 2015/05/10 00:48:20 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v 1.73 2015/05/11 14:59:35 zlogene Exp $ + + 11 May 2015; Mikle Kolyada qtcore-4.8.6-r2.ebuild: + amd64 stable wrt bug #530238 10 May 2015; Davide Pesavento qtcore-4.8.6-r2.ebuild: Add missing dependency on virtual/libiconv.