public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Seth Arnold" <Dotz0cat@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/walld/
Date: Mon, 18 Apr 2022 22:29:22 +0000 (UTC)	[thread overview]
Message-ID: <1650320952.04bff2dfd6fb44e9b922bceabfdb08c1dc60bd04.Dotz0cat@gentoo> (raw)

commit:     04bff2dfd6fb44e9b922bceabfdb08c1dc60bd04
Author:     Seth Arnold <Dotz0cat <AT> gmail <DOT> com>
AuthorDate: Mon Apr 18 22:26:10 2022 +0000
Commit:     Seth Arnold <Dotz0cat <AT> gmail <DOT> com>
CommitDate: Mon Apr 18 22:29:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04bff2df

app-misc/walld: fixed calling cc directly

Signed-off-by: Seth Arnold <Dotz0cat <AT> gmail.com>

 app-misc/walld/walld-1.2.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-misc/walld/walld-1.2.ebuild b/app-misc/walld/walld-1.2.ebuild
index 462dd9c1f..861b83f09 100644
--- a/app-misc/walld/walld-1.2.ebuild
+++ b/app-misc/walld/walld-1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit optfeature
+inherit optfeature toolchain-funcs
 
 DESCRIPTION="A Wallpaper daemon"
 HOMEPAGE="https://github.com/Dotz0cat/walld"
@@ -17,6 +17,10 @@ DEPEND="dev-libs/libevent media-gfx/feh dev-libs/libconfig media-gfx/imagemagick
 RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"
 
+src_compile() {
+	emake CC="${tc-getCC}"
+}
+
 src_install() {
 	emake DESTDIR="${D}" PREFIX=/usr install
 }


             reply	other threads:[~2022-04-18 22:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-18 22:29 Seth Arnold [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-05 20:50 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/walld/ Seth Arnold
2022-07-13 19:19 Seth Arnold
2022-07-02 19:13 Seth Arnold
2022-07-02 18:49 Seth Arnold
2022-04-20  3:55 Seth Arnold
2022-04-17 22:15 Seth Arnold

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=1650320952.04bff2dfd6fb44e9b922bceabfdb08c1dc60bd04.Dotz0cat@gentoo \
    --to=dotz0cat@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