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 8E14B15852A for ; Mon, 19 Aug 2024 08:29:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 284F4E2A69; Mon, 19 Aug 2024 08:29:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14BC5E2A69 for ; Mon, 19 Aug 2024 08:29:44 +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 9CDBA33BEBE for ; Mon, 19 Aug 2024 08:29:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFE811EEC for ; Mon, 19 Aug 2024 08:29:40 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1724055929.dd6b9d0a7d30e23b8e2dc9fa79a4f35f1691f4fe.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/catppuccin-catwalk/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/catppuccin-catwalk/catppuccin-catwalk-1.3.2.ebuild X-VCS-Directories: dev-util/catppuccin-catwalk/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: dd6b9d0a7d30e23b8e2dc9fa79a4f35f1691f4fe X-VCS-Branch: dev Date: Mon, 19 Aug 2024 08:29:40 +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: 445be821-2b7b-4a20-bc29-7ba511787412 X-Archives-Hash: 8072d6df08496889d2b1e5c7a4804227 commit: dd6b9d0a7d30e23b8e2dc9fa79a4f35f1691f4fe Author: Takuya Wakazono gmail com> AuthorDate: Mon Aug 19 08:25:29 2024 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Mon Aug 19 08:25:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dd6b9d0a dev-util/catppuccin-catwalk: set QA_PREBUILT Closes: https://bugs.gentoo.org/935002 Closes: https://bugs.gentoo.org/935004 Closes: https://bugs.gentoo.org/935123 Signed-off-by: Takuya Wakazono gmail.com> dev-util/catppuccin-catwalk/catppuccin-catwalk-1.3.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-util/catppuccin-catwalk/catppuccin-catwalk-1.3.2.ebuild b/dev-util/catppuccin-catwalk/catppuccin-catwalk-1.3.2.ebuild index b06e82380..ab8a38e0e 100644 --- a/dev-util/catppuccin-catwalk/catppuccin-catwalk-1.3.2.ebuild +++ b/dev-util/catppuccin-catwalk/catppuccin-catwalk-1.3.2.ebuild @@ -10,6 +10,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" +QA_PREBUILT="usr/bin/catwalk" + src_install() { newbin "${DISTDIR}"/${P} catwalk }