public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lsw/
Date: Sat,  6 Nov 2021 20:33:55 +0000 (UTC)	[thread overview]
Message-ID: <1636230776.33beb24f2049b168500ae3e948454f2d2791f794.jsmolic@gentoo> (raw)

commit:     33beb24f2049b168500ae3e948454f2d2791f794
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  5 19:06:53 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Nov  6 20:32:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33beb24f

x11-misc/lsw: Port to EAPI 8

Closes: https://bugs.gentoo.org/819162
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 x11-misc/lsw/lsw-0.3.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/x11-misc/lsw/lsw-0.3.ebuild b/x11-misc/lsw/lsw-0.3.ebuild
index 8d3f6260301..dc08e72ece8 100644
--- a/x11-misc/lsw/lsw-0.3.ebuild
+++ b/x11-misc/lsw/lsw-0.3.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
+
 inherit toolchain-funcs
 
 DESCRIPTION="list window names"
@@ -17,6 +18,8 @@ DEPEND="${RDEPEND}
 	x11-base/xorg-proto"
 
 src_prepare() {
+	default
+
 	sed -i config.mk \
 		-e '/^CC/d' \
 		-e '/^CFLAGS/{s| -Os||;s|=|+=|}' \
@@ -28,7 +31,7 @@ src_prepare() {
 }
 
 src_compile() {
-	emake CC=$(tc-getCC)
+	emake CC="$(tc-getCC)"
 }
 
 src_install() {


             reply	other threads:[~2021-11-06 20:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-06 20:33 Jakov Smolić [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-07  3:29 [gentoo-commits] repo/gentoo:master commit in: x11-misc/lsw/ Georgy Yakovlev
2020-11-03 21:55 Georgy Yakovlev
2017-08-31 10:33 Jeroen Roovers
2016-05-08  9:09 Jeroen Roovers

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=1636230776.33beb24f2049b168500ae3e948454f2d2791f794.jsmolic@gentoo \
    --to=jsmolic@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