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 DEEBF1382C5 for ; Tue, 5 Jan 2021 07:32:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26BE0E0845; Tue, 5 Jan 2021 07:32:56 +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 0FA09E0845 for ; Tue, 5 Jan 2021 07:32:56 +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 A42D7335DA4 for ; Tue, 5 Jan 2021 07:32:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 597702A9 for ; Tue, 5 Jan 2021 07:32:53 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1609831961.b2247ff09fa408e2b7c62c81f5583aae0dadce57.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: / X-VCS-Repository: proj/sci X-VCS-Files: README.md X-VCS-Directories: / X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: b2247ff09fa408e2b7c62c81f5583aae0dadce57 X-VCS-Branch: master Date: Tue, 5 Jan 2021 07:32:53 +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: b662839b-b3b1-4515-91e5-a8ec8e54a07f X-Archives-Hash: ac3494cd74dd4529638476518fb0bfa1 commit: b2247ff09fa408e2b7c62c81f5583aae0dadce57 Author: Horea Christian chymera eu> AuthorDate: Tue Jan 5 07:32:41 2021 +0000 Commit: Horea Christian gmail com> CommitDate: Tue Jan 5 07:32:41 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b2247ff0 Readme.md: typo Signed-off-by: Horea Christian chymera.eu> README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b9bffe66..3c414946c 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ printf '*/*::science ~%s' "$(portageq envvar ARCH)" >> /etc/portage/package.acce Alternatively, and *only if you know what you are doing*, you can accept `~${ARCH}` packages globally: ```console -printf 'ACCEPT_KEYWORDS="~%s"' "$(portageq envvar ARCH)" >> lala +printf 'ACCEPT_KEYWORDS="~%s"' "$(portageq envvar ARCH)" >> /etc/portage/make.conf ``` The downside of this approach is potentially higher instability, the advantage is that often `::science` packages require `~${ARCH}` packages from `::gentoo` as well.