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 904B1158064 for ; Fri, 3 May 2024 20:57:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92F10E29D5; Fri, 3 May 2024 20:57:52 +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 753A6E29D5 for ; Fri, 3 May 2024 20:57:52 +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 653603430A9 for ; Fri, 3 May 2024 20:57:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 760B419EF for ; Fri, 3 May 2024 20:57:49 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1714769854.98ddc6cd64be8e78bb3158f38295fcdac85d369c.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/jose/jose-1.11.10.ebuild X-VCS-Directories: dev-erlang/jose/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 98ddc6cd64be8e78bb3158f38295fcdac85d369c X-VCS-Branch: master Date: Fri, 3 May 2024 20:57:49 +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: 96cc6423-30ca-41eb-8f85-88358084f835 X-Archives-Hash: 68df27af66e0ba721e9cbef19ba8d3f5 commit: 98ddc6cd64be8e78bb3158f38295fcdac85d369c Author: Florian Schmaus gentoo org> AuthorDate: Fri May 3 20:56:56 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri May 3 20:57:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ddc6cd dev-erlang/jose: minor style fixes Signed-off-by: Florian Schmaus gentoo.org> dev-erlang/jose/jose-1.11.10.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-erlang/jose/jose-1.11.10.ebuild b/dev-erlang/jose/jose-1.11.10.ebuild index 3750bdd09496..803c19e0048a 100644 --- a/dev-erlang/jose/jose-1.11.10.ebuild +++ b/dev-erlang/jose/jose-1.11.10.ebuild @@ -9,8 +9,9 @@ DESCRIPTION="JSON Object Signing and Encryption (JOSE) for Erlang and Elixir" HOMEPAGE="https://github.com/potatosalad/erlang-jose" SRC_URI=" https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz - -> erlang-${P}.tar.gz + -> erlang-${P}.tar.gz " + S="${WORKDIR}/erlang-${P}" LICENSE="MIT"