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 DFD70138D0E for ; Fri, 10 Jul 2015 14:43:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D999E09E8; Fri, 10 Jul 2015 14:43:15 +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 E3914E09E7 for ; Fri, 10 Jul 2015 14:43:14 +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 9A986340942 for ; Fri, 10 Jul 2015 14:43:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46BBD742 for ; Fri, 10 Jul 2015 14:43:12 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1436538105.e61b0a0b5ad9df0d38382f94d06c973e84fbec73.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebkit/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwebkit/qtwebkit-5.5.9999.ebuild X-VCS-Directories: dev-qt/qtwebkit/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: e61b0a0b5ad9df0d38382f94d06c973e84fbec73 X-VCS-Branch: master Date: Fri, 10 Jul 2015 14:43:12 +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: b3193aa9-e069-48c9-b737-018e5bd84bb7 X-Archives-Hash: de2bc6253645fb0267565c6fde0b3d2b commit: e61b0a0b5ad9df0d38382f94d06c973e84fbec73 Author: Alexander Golikov users noreply github com> AuthorDate: Fri Jul 10 14:21:45 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Fri Jul 10 14:21:45 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=e61b0a0b Actually add patch for qtwebkit-5.5.0 Replace patch file name in ebuild. dev-qt/qtwebkit/qtwebkit-5.5.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtwebkit/qtwebkit-5.5.9999.ebuild b/dev-qt/qtwebkit/qtwebkit-5.5.9999.ebuild index 8f55550..8f4987c 100644 --- a/dev-qt/qtwebkit/qtwebkit-5.5.9999.ebuild +++ b/dev-qt/qtwebkit/qtwebkit-5.5.9999.ebuild @@ -64,7 +64,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}/${PN}-5.4.1-leveldb.patch" - "${FILESDIR}/${PN}-5.4.1-rpath.patch" + "${FILESDIR}/${PN}-5.5.0-rpath.patch" ) src_prepare() {