diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-05-19 18:15:57 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-05-19 18:15:57 -0700 |
commit | cf95a138451d35566712e45ae763c0470ea2254e (patch) | |
tree | f4ba3546c01fb45f4c07f720ec143b8880b91fa9 /net-misc/exabgp | |
parent | acct-user/exabgp: New package (diff) | |
download | gentoo-cf95a138451d35566712e45ae763c0470ea2254e.tar.gz gentoo-cf95a138451d35566712e45ae763c0470ea2254e.tar.bz2 gentoo-cf95a138451d35566712e45ae763c0470ea2254e.zip |
net-misc/exabgp: revbumps, add deps on user/group packages
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'net-misc/exabgp')
-rw-r--r-- | net-misc/exabgp/exabgp-3.4.28-r2.ebuild (renamed from net-misc/exabgp/exabgp-3.4.28-r1.ebuild) | 2 | ||||
-rw-r--r-- | net-misc/exabgp/exabgp-4.2.7-r2.ebuild (renamed from net-misc/exabgp/exabgp-4.2.7-r1.ebuild) | 2 | ||||
-rw-r--r-- | net-misc/exabgp/files/exabgp.tmpfiles | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/net-misc/exabgp/exabgp-3.4.28-r1.ebuild b/net-misc/exabgp/exabgp-3.4.28-r2.ebuild index c61d012c7a54..f6753117ebc7 100644 --- a/net-misc/exabgp/exabgp-3.4.28-r1.ebuild +++ b/net-misc/exabgp/exabgp-3.4.28-r2.ebuild @@ -15,6 +15,8 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND=" + acct-group/exabgp + acct-user/exabgp dev-python/ipaddr[${PYTHON_USEDEP}] " diff --git a/net-misc/exabgp/exabgp-4.2.7-r1.ebuild b/net-misc/exabgp/exabgp-4.2.7-r2.ebuild index 8714af508f91..bdcff317c204 100644 --- a/net-misc/exabgp/exabgp-4.2.7-r1.ebuild +++ b/net-misc/exabgp/exabgp-4.2.7-r2.ebuild @@ -17,6 +17,8 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" + acct-group/exabgp + acct-user/exabgp dev-python/ipaddr[${PYTHON_USEDEP}] " BDEPEND=" diff --git a/net-misc/exabgp/files/exabgp.tmpfiles b/net-misc/exabgp/files/exabgp.tmpfiles index 158362944006..80720cbfc1f7 100644 --- a/net-misc/exabgp/files/exabgp.tmpfiles +++ b/net-misc/exabgp/files/exabgp.tmpfiles @@ -1,3 +1,3 @@ f /run/exabgp 0755 exabgp exabgp - - -p /run/exabgp//exabgp.in 0600 exabgp exabgp - - +p /run/exabgp/exabgp.in 0600 exabgp exabgp - - p /run/exabgp/exabgp.out 0600 exabgp exabgp - - |