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 116BD1584AD for ; Wed, 23 Apr 2025 15:19:02 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id F02023430BE for ; Wed, 23 Apr 2025 15:19:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5DCC11104BD; Wed, 23 Apr 2025 15:18:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5794B1104BC for ; Wed, 23 Apr 2025 15:18:46 +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 113823430AA for ; Wed, 23 Apr 2025 15:18:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABD352669 for ; Wed, 23 Apr 2025 15:18:43 +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: <1745421319.7887b31c379b29c20bfd87a2783c36930a251f37.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/java-pkg-simple.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7887b31c379b29c20bfd87a2783c36930a251f37 X-VCS-Branch: master Date: Wed, 23 Apr 2025 15:18:43 +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: 1dbe273d-bb36-4183-af2f-0ac1965adcd6 X-Archives-Hash: ce4bd4fb832c2dc1f518bc2f4eb494e9 commit: 7887b31c379b29c20bfd87a2783c36930a251f37 Author: Sam James gentoo org> AuthorDate: Wed Apr 23 10:12:05 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 23 15:15:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7887b31c java-pkg-simple.eclass: use 'QA Notice:' prefix in eqawarn This makes life easier for tinderboxes, but we should improve this in some future EAPI. Signed-off-by: Sam James gentoo.org> eclass/java-pkg-simple.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/java-pkg-simple.eclass b/eclass/java-pkg-simple.eclass index f3f67e7de408..0cce6a2cdfa8 100644 --- a/eclass/java-pkg-simple.eclass +++ b/eclass/java-pkg-simple.eclass @@ -654,7 +654,7 @@ java-pkg-simple_src_compile() { JAVA_PKG_WANT_SOURCE=${tmp_source} JAVA_PKG_WANT_TARGET=${tmp_target} else - eqawarn "Need at least JDK 9 to compile module-info.java in src_compile." + eqawarn "QA Notice: Need at least JDK 9 to compile module-info.java in src_compile." eqawarn "Please adjust DEPEND accordingly. See https://bugs.gentoo.org/796875#c3" fi fi