Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdaemon/
Date: Wed, 31 Mar 2021 23:13:39
Message-Id: 1617232402.db1701be28a5216a1b96ac78ee34d31c544be2e4.sam@gentoo
1 commit: db1701be28a5216a1b96ac78ee34d31c544be2e4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 23:10:06 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 23:13:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1701be
7
8 dev-libs/libdaemon: port to EAPI 7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libdaemon/libdaemon-0.14-r3.ebuild | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild b/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild
16 index d4e5dbbfdfe..ca071b501b6 100644
17 --- a/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild
18 +++ b/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 inherit multilib-minimal
28
29 @@ -14,8 +14,7 @@ SLOT="0/5"
30 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
31 IUSE="doc examples static-libs"
32
33 -RDEPEND=""
34 -DEPEND="doc? ( app-doc/doxygen )"
35 +BDEPEND="doc? ( app-doc/doxygen )"
36
37 PATCHES=(
38 "${FILESDIR}"/${PV}-man-page-typo-fix.patch
39 @@ -57,7 +56,8 @@ multilib_src_install() {
40
41 multilib_src_install_all() {
42 einstalldocs
43 - find "${D}" -name '*.la' -delete || die
44 +
45 + find "${ED}" -name '*.la' -delete || die
46
47 if use examples; then
48 docinto examples