diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2020-03-04 23:39:56 -0500 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2020-03-04 23:39:56 -0500 |
commit | 73f5be2b2faf851c06cd57e4797f88180a39ef8b (patch) | |
tree | 8643f4ffa25f087d6a870816fe9e5f2332cde380 /sci-biology | |
parent | www-servers/nginx: drop old (diff) | |
download | gentoo-73f5be2b2faf851c06cd57e4797f88180a39ef8b.tar.gz gentoo-73f5be2b2faf851c06cd57e4797f88180a39ef8b.tar.bz2 gentoo-73f5be2b2faf851c06cd57e4797f88180a39ef8b.zip |
sci-biology/foldingathome: add enewgroup
Closes: https://bugs.gentoo.org/711418
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/foldingathome/foldingathome-7.5.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-biology/foldingathome/foldingathome-7.5.1.ebuild b/sci-biology/foldingathome/foldingathome-7.5.1.ebuild index 08e9c15149d7..c70c153803ae 100644 --- a/sci-biology/foldingathome/foldingathome-7.5.1.ebuild +++ b/sci-biology/foldingathome/foldingathome-7.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -43,6 +43,7 @@ pkg_setup() { elog "(ref: http://foldingforum.org/viewtopic.php?f=16&t=22524&p=241992#p241992 )" elog "" + enewgroup foldingathome enewuser foldingathome -1 -1 "${EPREFIX}"/opt/foldingathome } |