Diff supervise-scripts-4.0-r1 with a supervise-scripts-4.0-r2

/usr/portage/sys-process/supervise-scripts/supervise-scripts-4.0-r2.ebuild 2023-10-09 14:52:35.584368504 +0300
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
DESCRIPTION="Starting and stopping daemontools managed services"
7 7
HOMEPAGE="http://untroubled.org/supervise-scripts/"
......
13 13
IUSE="doc"
14 14

  
15 15
RDEPEND="virtual/daemontools"
16
DEPEND="${RDEPEND}"
17 16

  
18 17
src_prepare() {
19 18
	echo "/usr/bin" > conf-bin
Thank you!