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 27C01158012 for ; Fri, 24 Sep 2021 23:37:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71B39E098F; Fri, 24 Sep 2021 23:37:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 592AFE098F for ; Fri, 24 Sep 2021 23:37:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A01A342B5A for ; Fri, 24 Sep 2021 23:37:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C38C102 for ; Fri, 24 Sep 2021 23:37:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1632526632.8bdbb56951d9747ae466f24bfac9930a59d04a40.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/grass/grass-9999.ebuild X-VCS-Directories: sci-geosciences/grass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8bdbb56951d9747ae466f24bfac9930a59d04a40 X-VCS-Branch: master Date: Fri, 24 Sep 2021 23:37:27 +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: 2dce44d7-fc76-4236-a528-48294f20ac6e X-Archives-Hash: f2df51c1b29fb5e64d181f859ce89a5d commit: 8bdbb56951d9747ae466f24bfac9930a59d04a40 Author: Sam James gentoo org> AuthorDate: Fri Sep 24 23:37:12 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 24 23:37:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bdbb569 sci-geosciences/grass: drop unused flag-o-matic from 9999 Signed-off-by: Sam James gentoo.org> sci-geosciences/grass/grass-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-geosciences/grass/grass-9999.ebuild b/sci-geosciences/grass/grass-9999.ebuild index 9c8670fef28..68ab67f5dad 100644 --- a/sci-geosciences/grass/grass-9999.ebuild +++ b/sci-geosciences/grass/grass-9999.ebuild @@ -8,7 +8,7 @@ PYTHON_REQ_USE="sqlite" # bug 572440 WANT_AUTOCONF="2.5" WX_GTK_VER="3.0-gtk3" -inherit autotools desktop flag-o-matic git-r3 python-single-r1 toolchain-funcs wxwidgets xdg +inherit autotools desktop git-r3 python-single-r1 toolchain-funcs wxwidgets xdg MY_P="${PN}8.0" MY_PM="${MY_P/.}"