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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC57A15808B for ; Fri, 27 Sep 2024 16:53:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6428E29A9; Fri, 27 Sep 2024 16:53:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE602E29A9 for ; Fri, 27 Sep 2024 16:53:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF62334309C for ; Fri, 27 Sep 2024 16:53:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 437D7ACC for ; Fri, 27 Sep 2024 16:53:35 +0000 (UTC) From: "Arsen Arsenović" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arsen Arsenović" Message-ID: <1727455982.c5542f732ee7c9d169150c0c93918a8aa1eaaaed.arsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/desc/guile_targets.desc X-VCS-Directories: profiles/desc/ X-VCS-Committer: arsen X-VCS-Committer-Name: Arsen Arsenović X-VCS-Revision: c5542f732ee7c9d169150c0c93918a8aa1eaaaed X-VCS-Branch: master Date: Fri, 27 Sep 2024 16:53:35 +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: 88d9595d-a65b-4036-95c2-7baa2bea3b44 X-Archives-Hash: d871052f537d36c1760963b2d0f80816 commit: c5542f732ee7c9d169150c0c93918a8aa1eaaaed Author: Arsen Arsenović gentoo org> AuthorDate: Fri Sep 27 16:52:31 2024 +0000 Commit: Arsen Arsenović gentoo org> CommitDate: Fri Sep 27 16:53:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5542f73 profiles/desc: remove the word 'only' from GUILE_TARGETS desc It doesn't really make sense to say only, since we can build against many versions at the same time. Signed-off-by: Arsen Arsenović gentoo.org> profiles/desc/guile_targets.desc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/desc/guile_targets.desc b/profiles/desc/guile_targets.desc index 3ccfca70a0d7..a56ca35810b7 100644 --- a/profiles/desc/guile_targets.desc +++ b/profiles/desc/guile_targets.desc @@ -3,6 +3,6 @@ # This file contains descriptions of GUILE_TARGETS USE_EXPAND flags. -1-8 - Build only for GNU Guile 1.8 -2-2 - Build only for GNU Guile 2.2 -3-0 - Build only for GNU Guile 3.0 +1-8 - Build with GNU Guile 1.8 +2-2 - Build with GNU Guile 2.2 +3-0 - Build with GNU Guile 3.0