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 C8FF3139360 for ; Tue, 3 Aug 2021 19:54:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1670AE0933; Tue, 3 Aug 2021 19:54:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EE7BFE0933 for ; Tue, 3 Aug 2021 19:54:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AB8CC33BEF4 for ; Tue, 3 Aug 2021 19:54:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9CE57BD for ; Tue, 3 Aug 2021 19:54:03 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1628020417.d0797dfda19dffd57c32600986869bb5241a51e9.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/gnuplot/gnuplot-5.4.2.ebuild sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild X-VCS-Directories: sci-visualization/gnuplot/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d0797dfda19dffd57c32600986869bb5241a51e9 X-VCS-Branch: master Date: Tue, 3 Aug 2021 19:54:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f24884d7-f4dd-47ac-acb4-5f14a8caabe1 X-Archives-Hash: 65d4d657f9428845cbe25d9ee20d1cc6 commit: d0797dfda19dffd57c32600986869bb5241a51e9 Author: Ulrich Müller gentoo org> AuthorDate: Tue Aug 3 19:52:04 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Aug 3 19:53:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0797dfd sci-visualization/gnuplot: Don't inherit flag-o-matic, it is not used Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> sci-visualization/gnuplot/gnuplot-5.4.2.ebuild | 2 +- sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-visualization/gnuplot/gnuplot-5.4.2.ebuild b/sci-visualization/gnuplot/gnuplot-5.4.2.ebuild index a67b7164b80..128d9bc70f6 100644 --- a/sci-visualization/gnuplot/gnuplot-5.4.2.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.4.2.ebuild @@ -6,7 +6,7 @@ EAPI=8 LUA_COMPAT=( lua5-{1,2,3,4} ) WX_GTK_VER="3.0-gtk3" -inherit autotools flag-o-matic lua-single readme.gentoo-r1 toolchain-funcs wxwidgets +inherit autotools lua-single readme.gentoo-r1 toolchain-funcs wxwidgets DESCRIPTION="Command-line driven interactive plotting program" HOMEPAGE="http://www.gnuplot.info/" diff --git a/sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild b/sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild index bb22478f1dc..f2904c7651d 100644 --- a/sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 LUA_COMPAT=( lua5-{1,2,3,4} ) WX_GTK_VER="3.0-gtk3" -inherit autotools flag-o-matic lua-single readme.gentoo-r1 toolchain-funcs wxwidgets +inherit autotools lua-single readme.gentoo-r1 toolchain-funcs wxwidgets DESCRIPTION="Command-line driven interactive plotting program" HOMEPAGE="http://www.gnuplot.info/"