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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A84F138334 for ; Thu, 12 Sep 2019 17:43:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DD89E0AA6; Thu, 12 Sep 2019 17:43:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27C64E09FE for ; Thu, 12 Sep 2019 17:43:21 +0000 (UTC) Received: from mail-io1-f51.google.com (mail-io1-f51.google.com [209.85.166.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id 43AE734B0C8 for ; Thu, 12 Sep 2019 17:43:20 +0000 (UTC) Received: by mail-io1-f51.google.com with SMTP id k13so41595470ioj.1 for ; Thu, 12 Sep 2019 10:43:20 -0700 (PDT) X-Gm-Message-State: APjAAAXaTelP7B4Dv13gAtXWWE/Jk7QzyUWlbBrTzvxFjQR5M/O6otc8 CjludGBsZomybGsCftX/RjXkCCgYiLIZ7XEByLU= X-Google-Smtp-Source: APXvYqzOOUFIZsebeqO1OLy7eN1m++BMMGZas5ygQ5Em6oedI0TUh+wIA/n83UC0njeHXggDY4Eq93cnKRL/EyRJhd0= X-Received: by 2002:a02:cabb:: with SMTP id e27mr4941600jap.107.1568310198145; Thu, 12 Sep 2019 10:43:18 -0700 (PDT) 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 References: <20190911172128.18885-1-williamh@gentoo.org> <20190911172128.18885-4-williamh@gentoo.org> <20190911234815.GA21591@whubbs1.dev.av1.gaikai.org> <20190912154634.GB23846@whubbs1.dev.av1.gaikai.org> <88094567-323c-6f6a-a1d9-0c1b77ef53e3@gentoo.org> <6acd490e-6393-62e4-5d07-71c2a3624417@gentoo.org> <2db31450-63e5-2ecc-ff3b-1858c760b287@gentoo.org> In-Reply-To: <2db31450-63e5-2ecc-ff3b-1858c760b287@gentoo.org> From: Mike Gilbert Date: Thu, 12 Sep 2019 13:43:07 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-dev] [PATCH 3/3] dev-vcs/hub: migrate to go-module.eclass To: Gentoo Dev Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: c709361e-28b4-4be9-86f9-2b02b87e8e74 X-Archives-Hash: 8a8d89b178cd5ec53c5990759c6f660e On Thu, Sep 12, 2019 at 1:05 PM Michael Orlitzky wrote: > > On 9/12/19 12:55 PM, Mike Gilbert wrote: > > > > Portage only handles rebuilds for slot-operator deps in RDEPEND. It > > ignores slot-operators in DEPEND. > > > > Sure, but putting them in RDEPEND isn't a problem. It's not like the > statically-linked bundled dependencies actually go away with a depclean, > anyway. They do "go away" if you pass the right options to emerge, or if you install it from a binpkg in the first place.