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 F3BF4139085 for ; Tue, 10 Jan 2017 16:47:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D57452340D4; Tue, 10 Jan 2017 16:47:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F2762340D4 for ; Tue, 10 Jan 2017 16:47:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46F66340DC7 for ; Tue, 10 Jan 2017 16:47:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B473124C5 for ; Tue, 10 Jan 2017 16:47:01 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1484066812.74e01111d0665dbb30030a57d553e692583404d2.soap@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.0-r2.ebuild sci-mathematics/octave/octave-4.2.0-r3.ebuild X-VCS-Directories: sci-mathematics/octave/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 74e01111d0665dbb30030a57d553e692583404d2 X-VCS-Branch: master Date: Tue, 10 Jan 2017 16:47:01 +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: 9f056851-9be9-4350-90f6-d315bab6ce3f X-Archives-Hash: b35b73b9a60fe7e66344f8f313f61e59 commit: 74e01111d0665dbb30030a57d553e692583404d2 Author: David Seifert gentoo org> AuthorDate: Tue Jan 10 16:46:31 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Jan 10 16:46:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e01111 sci-mathematics/octave: RDEPEND on dev-qt/qtopengl:5 Gentoo-bug: 604418 Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../octave/{octave-4.2.0-r2.ebuild => octave-4.2.0-r3.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-mathematics/octave/octave-4.2.0-r2.ebuild b/sci-mathematics/octave/octave-4.2.0-r3.ebuild similarity index 99% rename from sci-mathematics/octave/octave-4.2.0-r2.ebuild rename to sci-mathematics/octave/octave-4.2.0-r3.ebuild index bf16ec0..5deb837 100644 --- a/sci-mathematics/octave/octave-4.2.0-r2.ebuild +++ b/sci-mathematics/octave/octave-4.2.0-r3.ebuild @@ -51,6 +51,7 @@ RDEPEND=" dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 + dev-qt/qtopengl:5 >=x11-libs/qscintilla-2.9.3-r2:=[qt5(+)] ) readline? ( sys-libs/readline:0= )