From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 14A87138334 for ; Wed, 12 Sep 2018 06:07:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19378E09F3; Wed, 12 Sep 2018 06:07:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3098E09F3 for ; Wed, 12 Sep 2018 06:07:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30DB433BF1A for ; Wed, 12 Sep 2018 06:07:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3542C3EC for ; Wed, 12 Sep 2018 06:07:17 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1536732414.6a7d52d678573425a521319c8bdf4278baf8a9b6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/octave/octave-4.2.2.ebuild X-VCS-Directories: sci-mathematics/octave/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6a7d52d678573425a521319c8bdf4278baf8a9b6 X-VCS-Branch: master Date: Wed, 12 Sep 2018 06:07:17 +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: 5d143e5d-aaf2-4a0c-b68b-48f3bd31604b X-Archives-Hash: 8259360f5c6aff2a2bf8453bf4af3801 commit: 6a7d52d678573425a521319c8bdf4278baf8a9b6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 12 06:06:04 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 12 06:06:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a7d52d6 sci-mathematics/octave: Add qt-5.11 fix to 4.2.2 Octave shall not block Qt 5.11 stabilisation. Bug: https://bugs.gentoo.org/663390 Package-Manager: Portage-2.3.49, Repoman-2.3.10 sci-mathematics/octave/octave-4.2.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-mathematics/octave/octave-4.2.2.ebuild b/sci-mathematics/octave/octave-4.2.2.ebuild index da55163918a..cf855684553 100644 --- a/sci-mathematics/octave/octave-4.2.2.ebuild +++ b/sci-mathematics/octave/octave-4.2.2.ebuild @@ -92,6 +92,7 @@ PATCHES=( "${FILESDIR}"/${P}-ncurses-pkgconfig.patch "${FILESDIR}"/${PN}-4.2.0-zlib-underlinking.patch "${FILESDIR}"/${P}-fix-qscintilla-detection.patch + "${FILESDIR}"/${PN}-4.4.0-qt-5.11.patch ) src_prepare() {