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 8B1AC138334 for ; Wed, 3 Oct 2018 07:12:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CC17E0970; Wed, 3 Oct 2018 07:12:41 +0000 (UTC) Received: from smtp.gentoo.org (unknown [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DE16AE093B for ; Wed, 3 Oct 2018 07:12:40 +0000 (UTC) Received: from tuxk10.localnet (91-118-56-206.dsl.dynamic.surfer.at [91.118.56.206]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: asturm@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4DA93335CFB for ; Wed, 3 Oct 2018 07:12:19 +0000 (UTC) From: Andreas Sturmlechner To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] Re: [PATCH 3/5] xdg.eclass: move deps to RDEPEND Date: Wed, 03 Oct 2018 09:12:12 +0200 Message-ID: <1889067.SbhmFh8ekN@tuxk10> In-Reply-To: References: <20180930225035.25434-1-floppym@gentoo.org> <20181002021437.rf5ldh4wlciktd7n@proprietary-killer> 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 MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Archives-Salt: b752592d-a186-42b3-b91d-d34352584d3c X-Archives-Hash: 1cb85c2d58257499e5ed65ef16810931 On Mittwoch, 3. Oktober 2018 04:22:14 CEST Mike Gilbert wrote: > Or maybe start with a github pull request and we can work out the > kinks there. Whichever you prefer. PR exists already: https://github.com/gentoo/gentoo/pull/9059