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 E9CEA1581FD for ; Mon, 08 Sep 2025 19:07:36 +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 9B55B340E15 for ; Mon, 08 Sep 2025 19:07:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8BADD1103BA; Mon, 08 Sep 2025 19:07:35 +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 7EA0E1103BA for ; Mon, 08 Sep 2025 19:07:35 +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 1F642340E15 for ; Mon, 08 Sep 2025 19:07:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5254438A3 for ; Mon, 08 Sep 2025 19:07:33 +0000 (UTC) From: "dsaf" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "dsaf" Message-ID: <1757358320.7dc7c1bb827de0a878cf099655b6d83fa81f70a8.ghostyn678+git@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/qzdl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/qzdl/qzdl-99999999.ebuild X-VCS-Directories: games-util/qzdl/ X-VCS-Committer: ghostyn678+git X-VCS-Committer-Name: dsaf X-VCS-Revision: 7dc7c1bb827de0a878cf099655b6d83fa81f70a8 X-VCS-Branch: dev Date: Mon, 08 Sep 2025 19:07:33 +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: 51811aa7-91d3-444e-ae7f-9bef4178c42a X-Archives-Hash: 2154725aded970c1de547dd22e3aef5c commit: 7dc7c1bb827de0a878cf099655b6d83fa81f70a8 Author: dsaf gmail com> AuthorDate: Mon Sep 8 19:05:20 2025 +0000 Commit: dsaf gmail com> CommitDate: Mon Sep 8 19:05:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7dc7c1bb games-util/qzdl: oops, add PROPERTIES to 9999 Signed-off-by: dsaf gmail.com> games-util/qzdl/qzdl-99999999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/games-util/qzdl/qzdl-99999999.ebuild b/games-util/qzdl/qzdl-99999999.ebuild index 103a7dc5cd..1d1566ac1b 100644 --- a/games-util/qzdl/qzdl-99999999.ebuild +++ b/games-util/qzdl/qzdl-99999999.ebuild @@ -8,6 +8,7 @@ inherit cmake desktop git-r3 DESCRIPTION="Qt version of the ZDL ZDoom launcher" HOMEPAGE="https://zdl.vectec.net/wiki/Main_Page" EGIT_REPO_URI="https://github.com/qbasicer/qzdl.git" +PROPERTIES="live" LICENSE="GPL-3" SLOT="0"