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 6D9F3158041 for ; Fri, 29 Mar 2024 20:09:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F797E2AB1; Fri, 29 Mar 2024 20:09:14 +0000 (UTC) Received: from mail-ot1-f50.google.com (mail-ot1-f50.google.com [209.85.210.50]) (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 2C63FE2AA0 for ; Fri, 29 Mar 2024 20:09:14 +0000 (UTC) Received: by mail-ot1-f50.google.com with SMTP id 46e09a7af769-6e6750086f3so123488a34.1 for ; Fri, 29 Mar 2024 13:09:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1711742953; x=1712347753; h=content-transfer-encoding:content-disposition:message-id :in-reply-to:mime-version:to:subject:from:date:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=jj+gH7YSMZOLyy7WAJkn6/8iYNCurJu3aLfzVPV5c0w=; b=cRF6B/z71RPtktz17GkwiVFq7PFMFlbW73FR5hQbBjiLZOoXVpGwrFJVmVygXRuVvm dtjYMzW7TgsfHMXedFS0Qn2o2lwHC73MvqMXWBlDcE5ZZBEdj5NPn0tOyXmSUJK6LNH1 3u1K8OuP9VX7GasCw7b4DgQmJqW3QBxyttX7gArgdyGC+7GailWhU4WOY/89oJCkLI/j cwjEHRWE7ccKfDLSQPlQ0GICXvhqTlWoq+85pnnD+mn6qf4zNdMgaI/a19fqCh2fvYaC VXiSUHo6jBktHeCp8RAYh7PAi+/1r57qsexWenrw2OSe8rAXvnfWixdNeE8U0H37lOYj Cbrg== X-Gm-Message-State: AOJu0Yx0VogWKnwuNsmuCBbo3mIObfLbwwAuAsCLLwui6z3pFv7zk5c1 cZ9myWY8N9l5Dqx5orjczbSFCNWuOfxDQmrBzNBRoBMC2rwLTMq5TfETbQGucmoZbhL2+S8Ei7n Z X-Google-Smtp-Source: AGHT+IF5keNhxP3gUQy0rhu/+7+N4a2o6Ck9WjdALqJeTKY+SKhBgmY0t3ukP6LUsH38Xh7XJZK/Jg== X-Received: by 2002:a05:6830:1d8f:b0:6e7:36c:50e8 with SMTP id y15-20020a0568301d8f00b006e7036c50e8mr3523501oti.2.1711742953433; Fri, 29 Mar 2024 13:09:13 -0700 (PDT) Received: from ffortso9 (32-216-196-135.bng01.wlmn.ct.frontiernet.net. [32.216.196.135]) by smtp.gmail.com with ESMTPSA id fq13-20020a056214258d00b00698f811493csm164895qvb.58.2024.03.29.13.09.12 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 29 Mar 2024 13:09:12 -0700 (PDT) Date: Fri, 29 Mar 2024 16:09:12 -0400 From: Jack Subject: Re: [gentoo-user] masked packages To: gentoo-user@lists.gentoo.org 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 In-Reply-To: X-Mailer: Balsa 2.6.4-216-g17c16bf21 Message-Id: Content-Type: text/plain; charset=ISO-8859-1; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Archives-Salt: e14ca2f9-9402-4906-b74e-9951b56d8550 X-Archives-Hash: 5376d7a08d2e4087d1865b0c63fdebc7 On 2024.03.29 15:53, n952162 wrote: > I'd like to emerge *radicale*, but see it's masked for amd, etc.=A0 I > looked at the portage meta data and the ebuild to see if I could find > out why it should be masked - it's just a python program, supposedly.=A0 > But I can't find out anything.=A0 This warnings are unequivocal about > unmasking a package if you don't know why it's masked > (https://wiki.gentoo.org/wiki/Knowledge_Base:Unmasking_a_package). =20 > Does > anybody have any ideas? I see www-apps/radicale-3.1.8 marked as testing, but not masked. The =20 place to look for masking reasons is /usr/portage/profiles/package.mask =20 (or wherever your portage tree lives.) However, if I search for radicale, I only see the one package, and the =20 associated acct-group and acct-user, so I don't know if you just used * =20 to quote the name, or if there are related packages I'm not seeing.