diff options
author | Martin Väth <martin@mvath.de> | 2022-01-12 05:47:56 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2022-01-12 05:47:56 +0100 |
commit | c4d006afe68064d2176ff274dc85102098b712ec (patch) | |
tree | db428fe01e595cf121a22c9b04989d3d7b4c1643 /app-admin | |
parent | media-video/pipewire x11-libs/gtk+: Version bump. media-video/handbrake: remove (diff) | |
download | mv-c4d006afe68064d2176ff274dc85102098b712ec.tar.gz mv-c4d006afe68064d2176ff274dc85102098b712ec.tar.bz2 mv-c4d006afe68064d2176ff274dc85102098b712ec.zip |
acct-{group,user} for flexlm trackballs noip-updater schedule
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/flexlm/flexlm-9.5-r3.ebuild (renamed from app-admin/flexlm/flexlm-9.5-r2.ebuild) | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-admin/flexlm/flexlm-9.5-r2.ebuild b/app-admin/flexlm/flexlm-9.5-r3.ebuild index e14ddd58..3295a668 100644 --- a/app-admin/flexlm/flexlm-9.5-r2.ebuild +++ b/app-admin/flexlm/flexlm-9.5-r3.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2018 Gentoo Authors and Martin V\"ath +# Copyright 1999-2022 Gentoo Authors and Martin V\"ath # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 RESTRICT="fetch" -inherit user DESCRIPTION="Macrovision FLEXlm license manager and utils" HOMEPAGE="http://www.macrovision.com/services/support/flexlm/lmgrd.shtml" @@ -22,6 +21,8 @@ LICENSE="all-rights-reserved GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" +DEPEND="acct-group/flexlm + acct-user/flexlm" QA_PREBUILT=" opt/flexlm/bin/lmgrd @@ -66,9 +67,6 @@ src_install () { } pkg_postinst() { - enewgroup flexlm - enewuser flexlm -1 /bin/bash /opt/flexlm flexlm - # See bug 383787 chown flexlm /var/log/flexlm || eerror "'chown flexlm /var/log/flexlm' failed!" |