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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9017E15808A for ; Tue, 05 Aug 2025 21:40:05 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7EB7A340CEA for ; Tue, 05 Aug 2025 21:40:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2864111036D; Tue, 05 Aug 2025 21:40:02 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 1E30811036D for ; Tue, 05 Aug 2025 21:40:02 +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 C2683340CBB for ; Tue, 05 Aug 2025 21:40:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 311AF2E8C for ; Tue, 05 Aug 2025 21:40:00 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1754429973.31fd16fe462fc7c61973706c0715ffbdde4636c8.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/github-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/github-cli/github-cli-9999.ebuild X-VCS-Directories: dev-util/github-cli/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 31fd16fe462fc7c61973706c0715ffbdde4636c8 X-VCS-Branch: master Date: Tue, 05 Aug 2025 21:40: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: cd1ea675-f503-4972-93a2-b6b3afc2b831 X-Archives-Hash: 7812d342edf5da7cdae382213771e5d7 commit: 31fd16fe462fc7c61973706c0715ffbdde4636c8 Author: William Hubbs gentoo org> AuthorDate: Tue Aug 5 21:07:23 2025 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Aug 5 21:39:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31fd16fe dev-util/github-cli: sync live Signed-off-by: William Hubbs gentoo.org> dev-util/github-cli/github-cli-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/github-cli/github-cli-9999.ebuild b/dev-util/github-cli/github-cli-9999.ebuild index cd54bf0e7d58..396379392a33 100644 --- a/dev-util/github-cli/github-cli-9999.ebuild +++ b/dev-util/github-cli/github-cli-9999.ebuild @@ -35,10 +35,10 @@ src_unpack() { src_compile() { [[ ${PV} != 9999 ]] && export GH_VERSION="v${PV}" - emake prefix=/usr bin/gh manpages completions + emake prefix="${EPREFIX}/usr" bin/gh manpages completions } src_install() { - emake prefix=/usr DESTDIR="${D}" install + emake prefix="${EPREFIX}/usr" DESTDIR="${D}" install dodoc README.md }