diff options
Diffstat (limited to 'pants-on')
-rw-r--r-- | pants-on/base/base-20200926.ebuild (renamed from pants-on/base/base-20170106.ebuild) | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/pants-on/base/base-20170106.ebuild b/pants-on/base/base-20200926.ebuild index f37d0c72..4f4bd13e 100644 --- a/pants-on/base/base-20170106.ebuild +++ b/pants-on/base/base-20200926.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit git-r3 user +EAPI=7 +inherit git-r3 DESCRIPTION="Base file for Pants On installs" HOMEPAGE="https://pants-on.net" @@ -15,12 +15,8 @@ KEYWORDS="amd64 arm arm64 x86" IUSE="" DEPEND="" -RDEPEND="${DEPEND}" - -pkg_setup() { - userdel --force --remove as29 - enewuser pants-on 429 /bin/bash /home/pants-on wheel -} +RDEPEND="${DEPEND} + acct-user/pants-on" src_install () { emake install DESTDIR="${ED}" |