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 CEA73138350 for ; Fri, 17 Apr 2020 15:27:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07B7FE08FC; Fri, 17 Apr 2020 15:27:36 +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 E206BE08FC for ; Fri, 17 Apr 2020 15:27:35 +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 D8D3634F16C for ; Fri, 17 Apr 2020 15:27:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5852318F for ; Fri, 17 Apr 2020 15:27:33 +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: <1587137244.a352f3c03b9e46676b3462f0e11f711bc37cbcb3.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: profiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: profiles/make.defaults X-VCS-Directories: profiles/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: a352f3c03b9e46676b3462f0e11f711bc37cbcb3 X-VCS-Branch: dev Date: Fri, 17 Apr 2020 15:27:33 +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: 9596f0df-e880-4eac-a31a-42bb6e1f4440 X-Archives-Hash: 3f68ca3f2bbf17f9212e57c04230f529 commit: a352f3c03b9e46676b3462f0e11f711bc37cbcb3 Author: Alessandro Barbieri gmail com> AuthorDate: Fri Apr 17 15:25:52 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Fri Apr 17 15:27:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a352f3c0 add use expands for geographiclib Signed-off-by: Alessandro Barbieri gmail.com> profiles/make.defaults | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/make.defaults b/profiles/make.defaults new file mode 100644 index 0000000..9b93bcd --- /dev/null +++ b/profiles/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 +# +# System-wide defaults for the Portage system +# See portage(5) manpage + +# Env vars to expand into USE vars. +USE_EXPAND="GEOIDS_DATASETS GRAVITY_MODELS MAGNETIC_MODELS PRECISION" +