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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E52E815812D for ; Wed, 01 Jan 2025 10:25:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94827E076B; Wed, 01 Jan 2025 10:25:31 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 78F80E077D for ; Wed, 01 Jan 2025 10:25:31 +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 7FDDD335D6B for ; Wed, 01 Jan 2025 10:25:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AD101946 for ; Wed, 01 Jan 2025 10:25:29 +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: <1735727107.196fdb81ec46172d5cabe737b9bb31a6f5ff7e12.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/zeppelin-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/zeppelin-bin/zeppelin-bin-0.11.2.ebuild X-VCS-Directories: www-apps/zeppelin-bin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 196fdb81ec46172d5cabe737b9bb31a6f5ff7e12 X-VCS-Branch: master Date: Wed, 01 Jan 2025 10:25:29 +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: 65ef555d-846b-4f46-ae45-0e20e844987c X-Archives-Hash: d146aa480f9ba6bfef965bf91e5f0c36 commit: 196fdb81ec46172d5cabe737b9bb31a6f5ff7e12 Author: Sam James gentoo org> AuthorDate: Wed Jan 1 10:25:07 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 1 10:25:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=196fdb81 www-apps/zeppelin-bin: Stabilize 0.11.2 amd64, #946810 Signed-off-by: Sam James gentoo.org> www-apps/zeppelin-bin/zeppelin-bin-0.11.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/zeppelin-bin/zeppelin-bin-0.11.2.ebuild b/www-apps/zeppelin-bin/zeppelin-bin-0.11.2.ebuild index 825155e8ce0e..d0ed96cdd76b 100644 --- a/www-apps/zeppelin-bin/zeppelin-bin-0.11.2.ebuild +++ b/www-apps/zeppelin-bin/zeppelin-bin-0.11.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="Apache-2.0 MIT OFL-1.1 WTFPL-2 BSD BSD-2 CC0-1.0 CDDL EPL-1.0 EPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/zeppelin.apache.org.asc" BDEPEND="verify-sig? ( sec-keys/openpgp-keys-apache-zeppelin )"