public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/linux-gpib-modules/
Date: Wed, 21 Jun 2023 16:15:02 +0000 (UTC)	[thread overview]
Message-ID: <1687364094.9d91f5befe76f9c31d1e009926954186276f623c.andrewammerlaan@gentoo> (raw)

commit:     9d91f5befe76f9c31d1e009926954186276f623c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 16:13:27 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 16:14:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d91f5be

sci-libs/linux-gpib-modules: use MODULES_MAKEARGS for emake

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 ....3.5-r1.ebuild => linux-gpib-modules-4.3.5-r2.ebuild} | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/sci-libs/linux-gpib-modules/linux-gpib-modules-4.3.5-r1.ebuild b/sci-libs/linux-gpib-modules/linux-gpib-modules-4.3.5-r2.ebuild
similarity index 79%
rename from sci-libs/linux-gpib-modules/linux-gpib-modules-4.3.5-r1.ebuild
rename to sci-libs/linux-gpib-modules/linux-gpib-modules-4.3.5-r2.ebuild
index eae3c0404cb4..618beb805bbb 100644
--- a/sci-libs/linux-gpib-modules/linux-gpib-modules-4.3.5-r1.ebuild
+++ b/sci-libs/linux-gpib-modules/linux-gpib-modules-4.3.5-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/linux-gpib-kernel-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="debug"
 
 COMMONDEPEND=""
@@ -35,29 +35,21 @@ src_unpack() {
 }
 
 src_configure() {
-	my_gpib_makeopts=''
-	use debug && my_gpib_makeopts+='GPIB-DEBUG=1 '
-
-	my_gpib_makeopts+="LINUX_SRCDIR=${KERNEL_DIR} "
+	use debug && MODULES_MAKEARGS+=( 'GPIB-DEBUG=1' )
 }
 
 src_compile() {
-	set_arch_to_kernel
-
 	# The individual modules don't have separate targets so we can't use
 	# modlist here.
-	emake \
-		${my_gpib_makeopts}
+	emake "${MODULES_MAKEARGS[@]}"
 }
 
 src_install() {
-	set_arch_to_kernel
 	emake \
+		"${MODULES_MAKEARGS[@]}" \
 		DESTDIR="${ED}" \
 		INSTALL_MOD_PATH="${ED}" \
-		DEPMOD="/bin/true" \
 		docdir="${ED}/usr/share/doc/${PF}/html" \
-		${my_gpib_makeopts} \
 		install
 
 	modules_post_process


             reply	other threads:[~2023-06-21 16:15 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-21 16:15 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-14  5:32 [gentoo-commits] repo/gentoo:master commit in: sci-libs/linux-gpib-modules/ Arthur Zamarin
2024-04-27 14:18 Andreas K. Hüttel
2024-04-27 14:18 Andreas K. Hüttel
2024-02-07  4:55 Ionen Wolkens
2023-06-21 16:29 Andrew Ammerlaan
2023-06-21  9:36 Andrew Ammerlaan
2022-11-24 19:18 Andreas K. Hüttel
2022-11-24 19:18 Andreas K. Hüttel
2022-10-02 15:43 Andreas K. Hüttel
2022-07-15 12:14 Sam James
2022-07-15 12:14 Sam James
2022-07-15  8:59 Sam James
2021-04-10 22:07 Andreas K. Hüttel
2021-02-18  8:39 Sam James
2021-02-08 19:00 Andreas K. Hüttel
2020-08-08 12:18 Mikle Kolyada
2020-05-12 20:44 Andreas K. Hüttel
2020-05-06 21:15 Andreas K. Hüttel
2020-04-24  0:48 Andreas K. Hüttel
2020-04-18 21:03 Andreas K. Hüttel
2019-05-28 14:17 Andreas K. Hüttel
2019-05-28 14:17 Andreas K. Hüttel
2018-11-21 14:59 Andreas K. Hüttel
2018-10-20 15:37 Andreas Hüttel
2018-10-20 14:49 Andreas Hüttel

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=1687364094.9d91f5befe76f9c31d1e009926954186276f623c.andrewammerlaan@gentoo \
    --to=andrewammerlaan@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