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 1EEF4138334 for ; Tue, 19 Feb 2019 11:32:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4476EE08A2; Tue, 19 Feb 2019 11:32:26 +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 1AEE7E08A2 for ; Tue, 19 Feb 2019 11:32:26 +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 6C4DD335CCD for ; Tue, 19 Feb 2019 11:32:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1D024FF for ; Tue, 19 Feb 2019 11:32:22 +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: <1550575903.f18abe30f0d97b077d4d29125f31abe4205e1a0a.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/info_vars X-VCS-Directories: profiles/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f18abe30f0d97b077d4d29125f31abe4205e1a0a X-VCS-Branch: master Date: Tue, 19 Feb 2019 11:32:22 +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: 46c4a0da-d1b7-412f-b1da-2acb149ed3bf X-Archives-Hash: 592e5fada1be05ea8d176599f12abb80 commit: f18abe30f0d97b077d4d29125f31abe4205e1a0a Author: Ulrich Müller gentoo org> AuthorDate: Tue Feb 19 11:31:43 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Feb 19 11:31:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f18abe30 profiles: Add ACCEPT_LICENSE to info_vars. Since the default is now defined in the base profile, add it to the list for consistency with ACCEPT_KEYWORDS. (This doesn't make much of a practical difference, because ACCEPT_LICENSE is hardcoded in portage's action_info.) Signed-off-by: Ulrich Müller gentoo.org> profiles/info_vars | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/info_vars b/profiles/info_vars index 276494f1d95..1da785baaa4 100644 --- a/profiles/info_vars +++ b/profiles/info_vars @@ -3,6 +3,7 @@ ## portage as of 2.0.51-r5. They are sorted regardless of order here. ## ACCEPT_KEYWORDS +ACCEPT_LICENSE CC CXX CFLAGS