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 DF27D138350 for ; Fri, 17 Apr 2020 15:41:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DAF9E086B; Fri, 17 Apr 2020 15:41:32 +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 14879E086B for ; Fri, 17 Apr 2020 15:41:32 +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 88A0B34F04D for ; Fri, 17 Apr 2020 15:41:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07AA01E8 for ; Fri, 17 Apr 2020 15:41:29 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1587137244.a352f3c03b9e46676b3462f0e11f711bc37cbcb3.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: profiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: profiles/make.defaults X-VCS-Directories: profiles/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a352f3c03b9e46676b3462f0e11f711bc37cbcb3 X-VCS-Branch: master Date: Fri, 17 Apr 2020 15:41:29 +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: ebca5d5b-d096-4dd2-a6a7-c729e1246987 X-Archives-Hash: e0c8e9f2a0a9bf66ed7e8ed744f79db4 commit: a352f3c03b9e46676b3462f0e11f711bc37cbcb3 Author: Alessandro Barbieri gmail com> AuthorDate: Fri Apr 17 15:25:52 2020 +0000 Commit: Andrew Ammerlaan riseup net> 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" +