From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1663321-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 5801D15852A
	for <garchives@archives.gentoo.org>; Thu, 22 Aug 2024 06:16:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9FF25E2A0F;
	Thu, 22 Aug 2024 06:16:33 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 81573E2A0F
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Aug 2024 06:16:33 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 65C9C33BF41
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Aug 2024 06:16:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A070B1EFA
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Aug 2024 06:16:30 +0000 (UTC)
From: "Ivan Lloro" <ivan.lloro.boada@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ivan Lloro" <ivan.lloro.boada@gmail.com>
Message-ID: <1724307388.13aaf5570788b1218cc46846c7d7ca5994ca4ef4.ivan.lloro.boada@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-dns/noip-duc/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: net-dns/noip-duc/noip-duc-3.1.1.ebuild
X-VCS-Directories: net-dns/noip-duc/
X-VCS-Committer: ivan.lloro.boada
X-VCS-Committer-Name: Ivan Lloro
X-VCS-Revision: 13aaf5570788b1218cc46846c7d7ca5994ca4ef4
X-VCS-Branch: dev
Date: Thu, 22 Aug 2024 06:16:30 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 65cee970-b338-460a-86b3-449ff00ad266
X-Archives-Hash: 0f63ffbbaf939c7d9b9b385523e1315f

commit:     13aaf5570788b1218cc46846c7d7ca5994ca4ef4
Author:     Ivan Lloro <ivan.lloro.boada <AT> gmail <DOT> com>
AuthorDate: Thu Aug 22 06:16:12 2024 +0000
Commit:     Ivan Lloro <ivan.lloro.boada <AT> gmail <DOT> com>
CommitDate: Thu Aug 22 06:16:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13aaf557

net-dns/noip-duc: cosmetic refactoring

Signed-off-by: Ivan Lloro <ivan.lloro.boada <AT> gmail.com>

 net-dns/noip-duc/noip-duc-3.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/noip-duc/noip-duc-3.1.1.ebuild b/net-dns/noip-duc/noip-duc-3.1.1.ebuild
index a8734767a..73bf76af4 100644
--- a/net-dns/noip-duc/noip-duc-3.1.1.ebuild
+++ b/net-dns/noip-duc/noip-duc-3.1.1.ebuild
@@ -173,8 +173,8 @@ BDEPEND=""
 QA_FLAGS_IGNORED="usr/bin/${PN}"
 
 src_install() {
-	cargo_src_install
 	default
+	cargo_src_install
 
 	sed -i "s/ auditd.service//g" "${S}/debian/service" || die
 	systemd_newunit "${S}/debian/service" "noip-duc.service"