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 16D8815808B for ; Mon, 21 Feb 2022 05:22:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 515C1E0956; Mon, 21 Feb 2022 05:22:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 36302E0956 for ; Mon, 21 Feb 2022 05:22:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 353D734374F for ; Mon, 21 Feb 2022 05:22:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCA592A5 for ; Mon, 21 Feb 2022 05:22:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1645420900.a4828a6aeeae3b413ecce168b427122cc693f887.sam@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/dependencies/ X-VCS-Repository: proj/devmanual X-VCS-Files: general-concepts/dependencies/text.xml X-VCS-Directories: general-concepts/dependencies/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a4828a6aeeae3b413ecce168b427122cc693f887 X-VCS-Branch: master Date: Mon, 21 Feb 2022 05:22:01 +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: a759643c-6b3f-406d-95e7-41381affcd3d X-Archives-Hash: cb3c40e17a99a033b87dd5495ebde3db commit: a4828a6aeeae3b413ecce168b427122cc693f887 Author: Florian Schmaus gentoo org> AuthorDate: Thu Dec 23 19:10:36 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 21 05:21:40 2022 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=a4828a6a general-concepts/dependencies: indent xml for better raw readability This is scavenged from my proposed change for bug #739858. Signed-off-by: Florian Schmaus gentoo.org> Bug: https://bugs.gentoo.org/739858 Signed-off-by: Sam James gentoo.org> general-concepts/dependencies/text.xml | 36 ++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/general-concepts/dependencies/text.xml b/general-concepts/dependencies/text.xml index a3ea540..1abebc8 100644 --- a/general-concepts/dependencies/text.xml +++ b/general-concepts/dependencies/text.xml @@ -386,19 +386,29 @@ or sub-slot:

    -
  • := means that any slot is acceptable, and that your package should be - rebuilt if the version best matching the runtime dependency is updated to a - version with a different slot or subslot;
  • -
  • :* means that any slot is acceptable, and explicitly declares that - changes in the slot or sub-slot can be ignored;
  • -
  • :SLOT= means that only the 'SLOT' slot is acceptable, and that your - package should be rebuilt if the version matching the runtime dependency is - updated to another version with this slot but with a different subslot;
  • -
  • :SLOT means that only the 'SLOT' slot is acceptable, and that changes - in the sub-slot can be ignored (like in previous EAPIs).
  • -
  • :SLOT/SUBSLOT means a dependency on a specific slot and sub-slot pair, - which can be useful for packages installing pre-built binaries that require a - library with a particular soname version corresponding to the sub-slot.
  • +
  • + := means that any slot is acceptable, and that your package should be + rebuilt if the version best matching the runtime dependency is updated to a + version with a different slot or subslot; +
  • +
  • + :* means that any slot is acceptable, and explicitly declares that + changes in the slot or sub-slot can be ignored; +
  • +
  • + :SLOT= means that only the 'SLOT' slot is acceptable, and that your + package should be rebuilt if the version matching the runtime dependency is + updated to another version with this slot but with a different subslot; +
  • +
  • + :SLOT means that only the 'SLOT' slot is acceptable, and that changes + in the sub-slot can be ignored (like in previous EAPIs). +
  • +
  • + :SLOT/SUBSLOT means a dependency on a specific slot and sub-slot pair, + which can be useful for packages installing pre-built binaries that require a + library with a particular soname version corresponding to the sub-slot. +