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 3F643138359 for ; Tue, 8 Sep 2020 16:04:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38C0FE087F; Tue, 8 Sep 2020 16:04:09 +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 F0F43E086E for ; Tue, 8 Sep 2020 16:04:08 +0000 (UTC) Message-ID: Subject: Re: [gentoo-dev] [PATCH 1/2] acct-group.eclass: declare the missing dependency on shadow From: =?UTF-8?Q?Micha=C5=82_G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: floppym@gentoo.org Date: Tue, 08 Sep 2020 18:04:03 +0200 In-Reply-To: <874ko8w9ap.fsf@gmail.com> References: <874ko8w9ap.fsf@gmail.com> Organization: Gentoo Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-fGvyFBoGKiqGkzSpZmQE" User-Agent: Evolution 3.36.5 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 X-Archives-Salt: e1c7d0ca-c864-4c5f-83a5-3a80398c8b70 X-Archives-Hash: 36a2ce57718efde9a0f58c7524c83a97 --=-fGvyFBoGKiqGkzSpZmQE Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, 2020-09-08 at 11:57 -0400, David Michael wrote: > Signed-off-by: David Michael > --- > eclass/acct-group.eclass | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) >=20 > diff --git a/eclass/acct-group.eclass b/eclass/acct-group.eclass > index 19a378e0b06..56e6391ef42 100644 > --- a/eclass/acct-group.eclass > +++ b/eclass/acct-group.eclass > @@ -34,8 +34,12 @@ > if [[ -z ${_ACCT_GROUP_ECLASS} ]]; then > _ACCT_GROUP_ECLASS=3D1 > =20 > +# The groupadd utility is called in pkg_preinst. It should be in IDEPEN= D. > case ${EAPI:-0} in > - 7) ;; > + 7) > + BDEPEND=3D"userland_GNU? ( sys-apps/shadow )" Nothing from shadow is used in src_install, so this BDEPEND is unnecessary. > + RDEPEND=3D"${BDEPEND}" > + ;; > *) die "EAPI=3D${EAPI:-0} not supported";; > esac > =20 --=20 Best regards, Micha=C5=82 G=C3=B3rny --=-fGvyFBoGKiqGkzSpZmQE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQGTBAABCgB9FiEEx2qEUJQJjSjMiybFY5ra4jKeJA4FAl9Xq3NfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEM3 NkE4NDUwOTQwOThEMjhDQzhCMjZDNTYzOUFEQUUyMzI5RTI0MEUACgkQY5ra4jKe JA76dAf/UF3d0vxNzz9Q30F0RYFoWp8P60OvIfP8ifzTRAOFbxlxsC0nxDJO1z4/ JWc8m3JKGmSH4ST+adZlHL3pAgAru+GzMhykGDtUonyoNBAnEVzGcVNIhBLuB9ky 82C2qvo1eNINJXqjOhAqBlHVJGe3LJItmjZU0mCVAGXqCwdVgr8BHu3WJ/bULNfB BSpz+/K4kSuNx5RQfqEQgleL/vk4o2mFniBZztVa7Lr/5fqDyBOnqxeGZyT+FZit VfYaI02zAENNAyCtHqLSu0u5wya0rUbwHuOOw/vcV8oD+VcPuP4LijosfRHU7i1h EFw+sB2gOt1TQliIwOpGI6Jt4yatkA== =UWXX -----END PGP SIGNATURE----- --=-fGvyFBoGKiqGkzSpZmQE--