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 5B661138330 for ; Mon, 29 Aug 2016 19:08:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8995F21C08F; Mon, 29 Aug 2016 19:08:28 +0000 (UTC) Received: from mail-pa0-f66.google.com (mail-pa0-f66.google.com [209.85.220.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E63621C03C for ; Mon, 29 Aug 2016 19:08:27 +0000 (UTC) Received: by mail-pa0-f66.google.com with SMTP id ez1so9361324pab.3 for ; Mon, 29 Aug 2016 12:08:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=HjkMPFiuqV5jrHBHIw98V6QVz1h0wxdVDxnEYTnwgp8=; b=AWEJKHrZi4mTEup03riFmxA1FHowe2toyShh6Dmshqu3R1tCB07+/oxXbwtV2YMrNo 5VzkU76KfZPySnZfbsvxPaknzMsSv7+v2qegUfJRrDJWBkmQbdV8FeV3EV9ep//96x0U MiH0Wy8sNbW+o7nhCljY11ebqMaGBEZT1utMqLRGQ4j+5mYKCUg1hhxWnOaIkRwnEm/3 2AtC8C1R7fcr1b6LR7AGxQzjhtBWTRbz3JVlLmmyKS40msD1nQnoMb3QgetGneke7ri8 emKCAq5jv7peAmc6WzQGkaohtlcon2wlyCE8y/gpCCfaonIhFLaZjQJwKEO++Y6d2evM nQEw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=HjkMPFiuqV5jrHBHIw98V6QVz1h0wxdVDxnEYTnwgp8=; b=WpWFrZZ8XM+jJqPpLCZfAbEVab8uDP7HYjYc0TvQ2Hgq4kra7IQJ0jClnvIYC/Fb5g r1pehymatI20HkW2Xzm0/6iBFBbtPQV4osjG3ojR+6gD7A0CLr8oHYoPaQGw6Oxy0jO9 gATJGfLqcvenjzb0g8siGVyXcDtE20h0DhqVfWlpGja9Az+7+8aZwh/n+WjzuogcJfnm zP4VaSxWgo89R2HqMw8C69jhF6+eQWhyvqyPNSF014qeLPDQ6NMQ8WI4YUjceGhdJ5TE 1o5WPz0BB/KnFRCkvTWWyeYk6oQ4JoG5fBllZQRBF+mK/Q21cunFkvgAmyVBlwJK9b4T x2rQ== X-Gm-Message-State: AE9vXwM6tryAx4ZW9V1rX/47CK3cDIlQ3UsT1E9YMn/E6PHT62i69u7Pa90ULnxRYRHq7A== X-Received: by 10.66.134.165 with SMTP id pl5mr13362447pab.98.1472497705827; Mon, 29 Aug 2016 12:08:25 -0700 (PDT) Received: from [192.168.247.60] (76-10-184-45.dsl.teksavvy.com. [76.10.184.45]) by smtp.googlemail.com with ESMTPSA id m65sm51032703pfg.79.2016.08.29.12.08.24 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 Aug 2016 12:08:25 -0700 (PDT) To: gentoo-user@lists.gentoo.org From: Daniel Frey Subject: [gentoo-user] python-updater: depclean removes it? Message-ID: <57C48828.8070408@gmail.com> Date: Mon, 29 Aug 2016 12:08:24 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 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 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: dde09426-d7d5-4ca4-8505-5632e664b379 X-Archives-Hash: ba68140da9336ad7d76185b07c08a167 Did something change recently? I was doing some updates and noticed app-admin/python-updater was removed. It's still in the tree but the system decided it was no longer needed - was it removed from @system? After an update I typically run perl-cleaner, python-updater, and revdep-rebuild to catch packages portage misses. So I was a little surprised when it popped up in the --depclean list. Dan