From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ktoblzcheck/
Date: Wed, 25 Sep 2019 21:34:38 +0000 (UTC) [thread overview]
Message-ID: <1569447236.52ee446e0e1355d30c02a760dac616e4787c419e.asturm@gentoo> (raw)
commit: 52ee446e0e1355d30c02a760dac616e4787c419e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 25 21:02:49 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 21:33:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52ee446e
app-misc/ktoblzcheck: EAPI-7 bump, fix REQUIRED_USE
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-misc/ktoblzcheck/ktoblzcheck-1.49.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-misc/ktoblzcheck/ktoblzcheck-1.49.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-1.49.ebuild
index 7b070a25b3a..65786c991f5 100644
--- a/app-misc/ktoblzcheck/ktoblzcheck-1.49.ebuild
+++ b/app-misc/ktoblzcheck/ktoblzcheck-1.49.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
IUSE="python"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
app-text/recode
@@ -41,5 +41,5 @@ src_configure() {
src_install() {
default
- find "${ED}" -name '*.la' -exec rm -f {} +
+ find "${D}" -name '*.la' -type f -delete || die
}
next reply other threads:[~2019-09-25 21:34 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-25 21:34 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-01 19:39 [gentoo-commits] repo/gentoo:master commit in: app-misc/ktoblzcheck/ Conrad Kostecki
2022-03-30 14:14 Yixun Lan
2020-09-19 8:04 Michał Górny
2020-09-09 9:01 Hanno Böck
2020-09-04 5:09 Sam James
2020-09-03 14:29 Thomas Deutschmann
2020-08-29 13:21 Sam James
2020-08-03 7:23 Hanno Böck
2020-05-16 14:42 Mike Gilbert
2018-07-14 14:57 Andreas Sturmlechner
2018-06-23 18:21 Mikle Kolyada
2018-06-17 23:29 Thomas Deutschmann
2018-05-13 21:05 Andreas Sturmlechner
2017-01-15 10:33 Pacho Ramos
2016-11-01 10:29 Pacho Ramos
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=1569447236.52ee446e0e1355d30c02a760dac616e4787c419e.asturm@gentoo \
--to=asturm@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