From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 692071582EF for ; Mon, 24 Feb 2025 04:55:15 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5062534311C for ; Mon, 24 Feb 2025 04:55:15 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D2DB3110471; Mon, 24 Feb 2025 04:55:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id CA2EE110471 for ; Mon, 24 Feb 2025 04:55:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83A26335DCD for ; Mon, 24 Feb 2025 04:55:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC5F827B6 for ; Mon, 24 Feb 2025 04:55:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1740372843.920752b2a54f8a7de0fd64b73fd170cde9d63397.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/grig/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/grig/grig-0.8.1-r1.ebuild X-VCS-Directories: media-radio/grig/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 920752b2a54f8a7de0fd64b73fd170cde9d63397 X-VCS-Branch: master Date: Mon, 24 Feb 2025 04:55:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 796d18f7-fe67-40d7-8d0c-d4c998a88c4d X-Archives-Hash: 179c9770159eab07392ecfbad2bce3ac commit: 920752b2a54f8a7de0fd64b73fd170cde9d63397 Author: Sam James gentoo org> AuthorDate: Mon Feb 24 04:47:07 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 24 04:54:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=920752b2 media-radio/grig: change phase definition order ... to match execution order. Signed-off-by: Sam James gentoo.org> media-radio/grig/grig-0.8.1-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-radio/grig/grig-0.8.1-r1.ebuild b/media-radio/grig/grig-0.8.1-r1.ebuild index b5e669691d9f..592c39641f2f 100644 --- a/media-radio/grig/grig-0.8.1-r1.ebuild +++ b/media-radio/grig/grig-0.8.1-r1.ebuild @@ -23,10 +23,6 @@ PATCHES=( "${FILESDIR}"/grig-0.8.1-hamlib4.patch "${FILESDIR}"/grig-0.8.1-hamlib45.patch "${FILESDIR}"/grig-0.8.1-hamlib46.patch ) -src_configure() { - econf --enable-hardware -} - src_prepare() { # prepare for media-radio/hamlib-4.2 change of API if has_version '>=media-libs/hamlib-4.2' ; then @@ -35,6 +31,10 @@ src_prepare() { default } +src_configure() { + econf --enable-hardware +} + src_install() { default make_desktop_entry ${PN} "GRig" "/usr/share/pixmaps/grig/grig-logo.png" "HamRadio"