From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1663261-garchives=archives.gentoo.org@lists.gentoo.org>
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) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 673AE15852A
	for <garchives@archives.gentoo.org>; Wed, 21 Aug 2024 23:41:55 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B57212BC037;
	Wed, 21 Aug 2024 23:41:54 +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 98B352BC037
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Aug 2024 23:41:54 +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 9E6CC33D3CF
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Aug 2024 23:41:53 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C1ED215A1
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Aug 2024 23:41:51 +0000 (UTC)
From: "Ivan Lloro" <ivan.lloro.boada@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ivan Lloro" <ivan.lloro.boada@gmail.com>
Message-ID: <1724283639.39c92240a313dbe2a17175341b2b730feccb731c.ivan.lloro.boada@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/jpype/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: dev-python/jpype/jpype-1.5.0.ebuild
X-VCS-Directories: dev-python/jpype/
X-VCS-Committer: ivan.lloro.boada
X-VCS-Committer-Name: Ivan Lloro
X-VCS-Revision: 39c92240a313dbe2a17175341b2b730feccb731c
X-VCS-Branch: dev
Date: Wed, 21 Aug 2024 23:41:51 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 097dc26f-d551-456e-be4e-0a5a7a97f854
X-Archives-Hash: 7effdba5711cc03e3d1c14355c656594

commit:     39c92240a313dbe2a17175341b2b730feccb731c
Author:     Ivan Lloro <ivan.lloro.boada <AT> gmail <DOT> com>
AuthorDate: Wed Aug 21 23:33:50 2024 +0000
Commit:     Ivan Lloro <ivan.lloro.boada <AT> gmail <DOT> com>
CommitDate: Wed Aug 21 23:40:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39c92240

dev-python/jpype: dev-python/jpype QA: quote variable

Signed-off-by: Ivan Lloro <ivan.lloro.boada <AT> gmail.com>

 dev-python/jpype/jpype-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jpype/jpype-1.5.0.ebuild b/dev-python/jpype/jpype-1.5.0.ebuild
index 81179f49a..a7ecaa06a 100644
--- a/dev-python/jpype/jpype-1.5.0.ebuild
+++ b/dev-python/jpype/jpype-1.5.0.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 DESCRIPTION="Bridge to allow Python programs full access to Java class libraries"
 HOMEPAGE="https://github.com/jpype-project/jpype/"
 SRC_URI="https://github.com/jpype-project/jpype/releases/download/v${PV}/JPype1-${PV}.tar.gz "
-S=${WORKDIR}/JPype1-${PV}
+S="${WORKDIR}/JPype1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"