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 1528415852A for ; Mon, 19 Aug 2024 16:33:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39BC0E2A21; Mon, 19 Aug 2024 16:33:06 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D037E2A21 for ; Mon, 19 Aug 2024 16:33:06 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E40C342FAF for ; Mon, 19 Aug 2024 16:33:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A03FA1F0E for ; Mon, 19 Aug 2024 16:33:01 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1724055929.dd6b9d0a7d30e23b8e2dc9fa79a4f35f1691f4fe.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: dd6b9d0a7d30e23b8e2dc9fa79a4f35f1691f4fe X-VCS-Branch: master Date: Mon, 19 Aug 2024 16:33:01 +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: 19153045-82bf-49b3-8ccf-ac218e0cb2bd X-Archives-Hash: 5751bf5d43c6f399ace5c8d62afc5c21 commit: dd6b9d0a7d30e23b8e2dc9fa79a4f35f1691f4fe Author: Takuya Wakazono gmail com> AuthorDate: Mon Aug 19 08:25:29 2024 +0000 Commit: Lucio Sauer posteo net> 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 }