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 5C5D9159C9B for ; Mon, 5 Aug 2024 11:45:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16E302BC076; Mon, 5 Aug 2024 11:45:04 +0000 (UTC) Received: from smarthost01c.ixn.mail.zen.net.uk (smarthost01c.ixn.mail.zen.net.uk [212.23.1.22]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4CD8E29F0 for ; Mon, 5 Aug 2024 11:45:03 +0000 (UTC) Received: from [82.69.80.10] (helo=cube.localnet) by smarthost01c.ixn.mail.zen.net.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1saw97-00A2vj-NJ for gentoo-user@lists.gentoo.org; Mon, 05 Aug 2024 11:45:02 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Another hitch with get-binpkg Date: Mon, 05 Aug 2024 12:45:01 +0100 Message-ID: <6088932.lOV4Wx5bFT@cube> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Originating-smarthost01c-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: abe69765-7d3a-40fe-9487-3fe23495fd56 X-Archives-Hash: cde585e466b25d1a9a458886a80d44cc Greetings, Today's update included dev-lang/yasm 1.3.0-r1 >1.3.0-r2. It failed because the binpkg was not yet on the local mirror, so I tried this: prh@cube ~ $ EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --usepkg-exclude 'dev-lang/yasm' emerge -1 yasm" prh@cube ~ $ So you can't exclude a package from usepkg and emerge it specifically. Is this supposed to happen? -- Regards, Peter.