From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wol/
Date: Wed, 19 Aug 2020 23:15:44 +0000 (UTC) [thread overview]
Message-ID: <1597878908.801c22f60d2525a87aef6cf66114de19e4130541.conikost@gentoo> (raw)
commit: 801c22f60d2525a87aef6cf66114de19e4130541
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 19 23:15:08 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 23:15:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=801c22f6
net-misc/wol: don't call directly ar
Closes: https://bugs.gentoo.org/725186
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-misc/wol/wol-0.7.1-r2.ebuild | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/net-misc/wol/wol-0.7.1-r2.ebuild b/net-misc/wol/wol-0.7.1-r2.ebuild
index 27e01462efd..8ee1f1db407 100644
--- a/net-misc/wol/wol-0.7.1-r2.ebuild
+++ b/net-misc/wol/wol-0.7.1-r2.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+inherit toolchain-funcs
+
DESCRIPTION="Implements Wake On LAN (Magic Paket) functionality in a small program"
HOMEPAGE="http://ahh.sourceforge.net/wol/"
SRC_URI="mirror://sourceforge/ahh/${P}.tar.gz"
@@ -20,3 +22,7 @@ src_configure() {
econf ${myeconfargs[@]}
}
+
+src_compile() {
+ emake AR="$(tc-getAR)"
+}
next reply other threads:[~2020-08-19 23:15 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-19 23:15 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-25 12:50 [gentoo-commits] repo/gentoo:master commit in: net-misc/wol/ Sam James
2021-07-08 3:53 Sam James
2021-07-03 10:03 Sergei Trofimovich
2021-07-02 14:41 Sergei Trofimovich
2021-07-02 5:37 Sergei Trofimovich
2020-10-11 20:17 Conrad Kostecki
2019-12-15 14:15 Agostino Sarubbo
2019-12-05 21:47 Conrad Kostecki
2019-11-03 13:37 Mikle Kolyada
2019-10-02 18:53 Agostino Sarubbo
2019-09-26 6:49 Sergei Trofimovich
2019-08-09 14:26 Joonas Niilola
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=1597878908.801c22f60d2525a87aef6cf66114de19e4130541.conikost@gentoo \
--to=conikost@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