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 805E2138334 for ; Fri, 9 Nov 2018 03:00:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 137D5E0D2E; Fri, 9 Nov 2018 02:59:59 +0000 (UTC) Received: from mail-oi1-x236.google.com (mail-oi1-x236.google.com [IPv6:2607:f8b0:4864:20::236]) (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 7FF13E0D21 for ; Fri, 9 Nov 2018 02:59:58 +0000 (UTC) Received: by mail-oi1-x236.google.com with SMTP id 192-v6so346454oii.6 for ; Thu, 08 Nov 2018 18:59:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=SjJnJgWJSHaQhH8bzSxvy2JmMVIQzgiEEa6iEG/3fSc=; b=REPtOwULuETgOXHoxYoncCmErc5rOxLWjl5g55R3wWxJevYm80+Of8PG5rG8LIz9vr OnfJba9mwxVZk5jzC0qJRCrKY1J5HjEagfcEOKDrehRWvyEM3JLhmsS2/ySOyoHy02Op wTP0trZIFl1+9sFTbK9DmSkuGwLOUI5uh7R+J56WZVrHZXHfVS/qNytN7VUXq2UuqGFN iApmN15WUkU+ztGfPZpB3YbvY7c4NvzDaPmxoHCqdhV3JcTisTs4Yj6vsNtjEGM9OHFS KaowDyGf7wcC2LZsW1XdVJJZXoriwMiszoN7+T2TMRiZO/e+SXYDctMbq99btwDgxQKk lW1Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=SjJnJgWJSHaQhH8bzSxvy2JmMVIQzgiEEa6iEG/3fSc=; b=kaiSUoAbTfuJxrXGtwFfhrJjEEqWDgi46cWKhIGt02aENHQ2MokVl4enFCwb0SDhTY GpM8Hg8MHPqGBdyWAlgdMbWF+PsFCmkTl4F7XiLuI9+pMquhqzxljLQ868e68WcduFPZ +exccPoeg345lCZ/7upPlg/O1Ba+LJHC5gkMWIfQNKvAy3+3c0gdgbwfOqi1pGslTbLa CyGmtlhxlhkSb558f8oKsvUPA5pT3c+W8f5IjXkWK+TGdzppcd6kH4Aawi70NNUsB+hS 14AvhGYL9vviVq72RMarBupoeCiuMksxo05CPz95ARvnqjLNYYXc5aCECF8pHZGI31Uv CuIA== X-Gm-Message-State: AGRZ1gJDN1YVbn5CyEHv8vqBFn0sGbNXFriE0eaIyV6lZ47a5ku3q8Gv fMVlSiARGkXNCQ8o2TuzGXsboYEf6QUz4xJDc5oVomAc X-Google-Smtp-Source: AJdET5cnPORkYrpzkvNaklrkZBEE9aaJbDM7L4dkQDFfyxi/Wi+OhneFXT8vFpKMYzfGHYZmeFR3mMQEhKt0SbLWUlo= X-Received: by 2002:aca:34d6:: with SMTP id b205-v6mr3938890oia.124.1541732397060; Thu, 08 Nov 2018 18:59:57 -0800 (PST) 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 MIME-Version: 1.0 From: Yongming Date: Fri, 9 Nov 2018 10:59:21 +0800 Message-ID: Subject: [gentoo-user] Default USE flags for net-libs/webkit-gtk To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: 76b7cf7d-0abb-49f9-8c6f-17e0db2afc1c X-Archives-Hash: 848652c724534e4909e97eb44cfbc551 Hi all, I wonder if there is a place to read previous discussions for a package/ebuild. Specifically, I am interested in the rationale behind having the "geolocation" flag on by default for net-libs/webkit-gtk. Currently on a desktop, having "geolocation" pulls in "geoclue" (which in turn pulls in "modemmanager" and so on), which is seemingly unnecessary in my case. I understand that these dependencies can be customised via /etc/portage/package.use/*, but I am also curious about the thinking behind net-libs/webkit-gtk having "geolocation" flag on by default. -- Yongming