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 09EA115838C for ; Wed, 31 Jan 2024 16:22:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BAB82BC04E; Wed, 31 Jan 2024 16:22:06 +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 E131EE2BB6 for ; Wed, 31 Jan 2024 16:22:05 +0000 (UTC) From: Ulrich Mueller To: Andreas Fink Cc: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] sys-devel/autoconf wrong dependency? In-Reply-To: <20240131135653.7b5ef23c@anfink-laptop> (Andreas Fink's message of "Wed, 31 Jan 2024 13:56:53 +0100") References: <20240131135653.7b5ef23c@anfink-laptop> Date: Wed, 31 Jan 2024 17:22:01 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain X-Archives-Salt: 38128902-49ba-4c63-b96c-801c3475036a X-Archives-Hash: 2fc9144cde3927a9ba460340f8222598 >>>>> On Wed, 31 Jan 2024, Andreas Fink wrote: > With the move of sys-devel/autoconf to dev-build/autoconf the ebuild > has some inconsistency, namely in the RDEPEND section, it is saying: > RDEPEND=" > ${BDEPEND} >> =dev-build/autoconf-wrapper-20231224 > sys-devel/gnuconfig > !~sys-devel/${P}:2.5 > " > This should probably be `!~dev-build/${P}:2.5`. [...] No, it should be ${CATEGORY}/${P} when referring to the package itself. That's what these variables are for. Ulrich