From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdaemon/
Date: Wed, 31 Mar 2021 23:13:35 +0000 (UTC) [thread overview]
Message-ID: <1617232402.db1701be28a5216a1b96ac78ee34d31c544be2e4.sam@gentoo> (raw)
commit: db1701be28a5216a1b96ac78ee34d31c544be2e4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 31 23:10:06 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 31 23:13:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1701be
dev-libs/libdaemon: port to EAPI 7
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libdaemon/libdaemon-0.14-r3.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild b/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild
index d4e5dbbfdfe..ca071b501b6 100644
--- a/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild
+++ b/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit multilib-minimal
@@ -14,8 +14,7 @@ SLOT="0/5"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
IUSE="doc examples static-libs"
-RDEPEND=""
-DEPEND="doc? ( app-doc/doxygen )"
+BDEPEND="doc? ( app-doc/doxygen )"
PATCHES=(
"${FILESDIR}"/${PV}-man-page-typo-fix.patch
@@ -57,7 +56,8 @@ multilib_src_install() {
multilib_src_install_all() {
einstalldocs
- find "${D}" -name '*.la' -delete || die
+
+ find "${ED}" -name '*.la' -delete || die
if use examples; then
docinto examples
next reply other threads:[~2021-03-31 23:13 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-31 23:13 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-06-30 17:55 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdaemon/ Marek Szuba
2021-03-31 23:13 Sam James
2019-12-15 13:37 Michał Górny
2018-12-29 12:05 Sergei Trofimovich
2018-06-30 20:47 Mikle Kolyada
2018-04-22 9:41 Mikle Kolyada
2018-04-20 21:27 Sergei Trofimovich
2018-04-18 5:31 Mart Raudsepp
2018-04-05 23:19 Thomas Deutschmann
2018-04-05 6:10 Sergei Trofimovich
2018-04-03 9:34 Jason Zaman
2018-04-02 17:06 Tobias Klausmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1617232402.db1701be28a5216a1b96ac78ee34d31c544be2e4.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox