From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 3BB8A15817D for ; Mon, 17 Jun 2024 09:39:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E06CE2A10; Mon, 17 Jun 2024 09:39:32 +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 3ED3FE2A10 for ; Mon, 17 Jun 2024 09:39:32 +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 3F9BB335CAF for ; Mon, 17 Jun 2024 09:39:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 961E81D28 for ; Mon, 17 Jun 2024 09:39:29 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1718616463.1b85ea16401ea9076f5fd17286f58d97ad6db245.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/hurl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/hurl/hurl-4.1.0.ebuild X-VCS-Directories: net-misc/hurl/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 1b85ea16401ea9076f5fd17286f58d97ad6db245 X-VCS-Branch: master Date: Mon, 17 Jun 2024 09:39:29 +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: 488b1366-c085-41ff-9351-5d0550e24ae8 X-Archives-Hash: c65e987939c92c3210cb3e207c9ad672 commit: 1b85ea16401ea9076f5fd17286f58d97ad6db245 Author: James Le Cuirot gentoo org> AuthorDate: Thu Jun 13 21:34:51 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Jun 17 09:27:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b85ea16 net-misc/hurl: Use new cargo_target_dir helper Signed-off-by: James Le Cuirot gentoo.org> net-misc/hurl/hurl-4.1.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-misc/hurl/hurl-4.1.0.ebuild b/net-misc/hurl/hurl-4.1.0.ebuild index f180dcb7aa7a..856d7cca73a5 100644 --- a/net-misc/hurl/hurl-4.1.0.ebuild +++ b/net-misc/hurl/hurl-4.1.0.ebuild @@ -195,8 +195,7 @@ QA_FLAGS_IGNORED=( QA_PRESTRIPPED="${QA_FLAGS_IGNORED[*]}" src_install() { - local target_dir="$(usex debug debug release)" - dobin target/"${target_dir}"/hurl{,fmt} + dobin "$(cargo_target_dir)"/hurl{,fmt} doman docs/manual/hurl{,fmt}.1 dodoc CHANGELOG.md README.md LICENSE