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 2657815827B for ; Tue, 12 Aug 2025 03:46:07 +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 0CAA6340ED3 for ; Tue, 12 Aug 2025 03:46:07 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 026D9110280; Tue, 12 Aug 2025 03:46:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E9823110280 for ; Tue, 12 Aug 2025 03:46:05 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D1D5340ED3 for ; Tue, 12 Aug 2025 03:46:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19EF53234 for ; Tue, 12 Aug 2025 03:46:04 +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: <1754970325.95037a28e68b83c050e464390d4c05a80e4a26ef.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gitlab-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gitlab-cli/gitlab-cli-1.65.0.ebuild X-VCS-Directories: dev-util/gitlab-cli/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 95037a28e68b83c050e464390d4c05a80e4a26ef X-VCS-Branch: master Date: Tue, 12 Aug 2025 03:46:04 +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: 257e8662-31b1-480b-9edd-720c166c46c6 X-Archives-Hash: 4650c0b07690407895111bc2a9552f7c commit: 95037a28e68b83c050e464390d4c05a80e4a26ef Author: Sam James gentoo org> AuthorDate: Tue Aug 12 03:45:06 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 12 03:45:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95037a28 dev-util/gitlab-cli: fix stray line Reported by xgqt and parona. It breaks metadata generation with pkgcraft too: > ERROR invalid pkg: dev-util/gitlab-cli-1.65.0::gentoo: line 9: go-mod/: restricted: cannot specify `/' in command names Fixes: 723ddb4206f51e6a47bbada0a40acf95f9938ca4 Signed-off-by: Sam James gentoo.org> dev-util/gitlab-cli/gitlab-cli-1.65.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-util/gitlab-cli/gitlab-cli-1.65.0.ebuild b/dev-util/gitlab-cli/gitlab-cli-1.65.0.ebuild index e9062b0414b1..deba2e1e2375 100644 --- a/dev-util/gitlab-cli/gitlab-cli-1.65.0.ebuild +++ b/dev-util/gitlab-cli/gitlab-cli-1.65.0.ebuild @@ -6,7 +6,6 @@ inherit go-module # update on every bump GIT_COMMIT=8514bc42ef2c15a0ff27782a22b3add584b0d21c/ -go-mod/ DESCRIPTION="the official gitlab command line interface" HOMEPAGE="https://gitlab.com/gitlab-org/cli"