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 B109E138350 for ; Fri, 10 Apr 2020 23:55:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D894AE0B1A; Fri, 10 Apr 2020 23:55:42 +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 72A87E0B1A for ; Fri, 10 Apr 2020 23:55:42 +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 3279134EF51 for ; Fri, 10 Apr 2020 23:55:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E18BA9C for ; Fri, 10 Apr 2020 23:55:37 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1586562811.633184c0ee7648dfa1a8f63d4895eea6f3d1153f.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-geosciences/geographiclib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-geosciences/geographiclib/geographiclib-1.50-r3.ebuild sci-geosciences/geographiclib/geographiclib-1.50-r4.ebuild X-VCS-Directories: sci-geosciences/geographiclib/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 633184c0ee7648dfa1a8f63d4895eea6f3d1153f X-VCS-Branch: dev Date: Fri, 10 Apr 2020 23:55:37 +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: e6758d28-88ce-4e1c-b185-1664d28a3b95 X-Archives-Hash: bc6cf2e64d92bcb2c5045cd53f4cfa6a commit: 633184c0ee7648dfa1a8f63d4895eea6f3d1153f Author: Alessandro Barbieri gmail com> AuthorDate: Fri Apr 10 23:53:31 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Fri Apr 10 23:53:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=633184c0 sci-geosciences/geographiclib: remove broken required use Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> .../{geographiclib-1.50-r3.ebuild => geographiclib-1.50-r4.ebuild} | 3 --- 1 file changed, 3 deletions(-) diff --git a/sci-geosciences/geographiclib/geographiclib-1.50-r3.ebuild b/sci-geosciences/geographiclib/geographiclib-1.50-r4.ebuild similarity index 97% rename from sci-geosciences/geographiclib/geographiclib-1.50-r3.ebuild rename to sci-geosciences/geographiclib/geographiclib-1.50-r4.ebuild index 1a8d284..6ce62c5 100644 --- a/sci-geosciences/geographiclib/geographiclib-1.50-r3.ebuild +++ b/sci-geosciences/geographiclib/geographiclib-1.50-r4.ebuild @@ -56,9 +56,6 @@ REQUIRED_USE=" geoids? ( || ( ${IUSE_GEOIDS_DATASETS/+/} ) ) gravity? ( || ( ${IUSE_GRAVITY_MODELS/+/} ) ) magnetic? ( || ( ${IUSE_MAGNETIC_MODELS/+/} ) ) - !geoids? ( ${IUSE_GEOIDS_DATASETS/geoids/!geoids} ) - !gravity? ( ${IUSE_GRAVITY_MODELS/gravity/!gravity} ) - !magnetic? ( ${IUSE_MAGNETIC_MODELS/magnetic/!magnetic} ) python? ( ${PYTHON_REQUIRED_USE} ) "