Gentoo Archives: gentoo-dev

From: Michael Orlitzky <mjo@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH v4 19/19] net-ftp/ftpbase: Utilize {group,user}/ftp
Date: Thu, 13 Jun 2019 01:15:30
Message-Id: 3018f757-77b8-c148-3562-4ffd915c3403@gentoo.org
In Reply to: [gentoo-dev] [PATCH v4 19/19] net-ftp/ftpbase: Utilize {group,user}/ftp by "Michał Górny"
1 On 6/11/19 12:23 PM, Michał Górny wrote:
2 > +++ b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
3 > @@ -0,0 +1,39 @@
4 > +# Copyright 1999-2019 Gentoo Authors
5 > +# Distributed under the terms of the GNU General Public License v2
6 > +
7 > +EAPI=7
8 > +
9 > +inherit eutils pam user
10 > +
11
12 user.eclass can go, and I'm pretty sure eutils can too.