public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/TCL/
Date: Mon,  2 Aug 2021 23:11:01 +0000 (UTC)	[thread overview]
Message-ID: <1627945848.f9b240bfbc66361e040ee00f8621cd80b63bce7c.Alessandro-Barbieri@gentoo> (raw)

commit:     f9b240bfbc66361e040ee00f8621cd80b63bce7c
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Aug  2 23:10:48 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Aug  2 23:10:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9b240bf

sys-cluster/TCL: update EAPI 7 -> 8

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sys-cluster/TCL/TCL-1.0.ebuild | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/sys-cluster/TCL/TCL-1.0.ebuild b/sys-cluster/TCL/TCL-1.0.ebuild
index 01ad7ac5c..cfeac3c94 100644
--- a/sys-cluster/TCL/TCL-1.0.ebuild
+++ b/sys-cluster/TCL/TCL-1.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools
 
@@ -41,14 +41,16 @@ src_configure() {
 		$(use_enable instrumentation)
 	)
 
+	if use debug && use instrumentation; then
+		myconf+=( "--enable-instrumentation-debug" )
+	else
+		myconf+=( "--disable-instrumentation-debug" )
+	fi
 	if use fti; then
 		myconf+=( "--with-fti=${EPREFIX}/usr" )
 	else
 		myconf+=( "--without-fti" )
 	fi
-	if use instrumentation; then
-		myconf+=( $(use_enable instrumentation-debug debug) )
-	fi
 	if use scr; then
 		myconf+=( "--with-scr=${EPREFIX}/usr" )
 	else
@@ -66,5 +68,5 @@ src_configure() {
 src_install() {
 	default
 	dodoc NEWS AUTHORS INSTALL
-        find "${ED}" -name '*.la' -delete || die
+	find "${ED}" -name '*.la' -delete || die
 }


             reply	other threads:[~2021-08-02 23:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-02 23:11 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-22  2:00 [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/TCL/ Alessandro Barbieri
2021-08-21  0:48 Alessandro Barbieri
2021-08-21  0:48 Alessandro Barbieri
2021-08-20  1:32 Alessandro Barbieri
2021-08-02 23:47 Alessandro Barbieri
2021-08-02 23:01 Alessandro Barbieri

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=1627945848.f9b240bfbc66361e040ee00f8621cd80b63bce7c.Alessandro-Barbieri@gentoo \
    --to=lssndrbarbieri@gmail.com \
    --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