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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 294C1158451 for ; Sun, 14 Jan 2024 16:28:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B704E29CD; Sun, 14 Jan 2024 16:28:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 pigeon.gentoo.org (Postfix) with ESMTPS id 1902CE29CD for ; Sun, 14 Jan 2024 16:28:53 +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 52C3734321E for ; Sun, 14 Jan 2024 16:28:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8253011A0 for ; Sun, 14 Jan 2024 16:28:50 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1705249719.7ce49d30551e8096451379be64082d43e3189d52.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/AusweisApp2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/AusweisApp2/AusweisApp2-2.0.2.ebuild X-VCS-Directories: sys-auth/AusweisApp2/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 7ce49d30551e8096451379be64082d43e3189d52 X-VCS-Branch: master Date: Sun, 14 Jan 2024 16:28:50 +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: d66be2ac-0b1c-4675-a6ee-c4c2466e07c5 X-Archives-Hash: 570eee15c972e6fd39a25979312ac216 commit: 7ce49d30551e8096451379be64082d43e3189d52 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Jan 14 16:27:43 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Jan 14 16:28:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce49d30 sys-auth/AusweisApp2: Fix S Closes: https://bugs.gentoo.org/922111 Signed-off-by: Conrad Kostecki gentoo.org> sys-auth/AusweisApp2/AusweisApp2-2.0.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-auth/AusweisApp2/AusweisApp2-2.0.2.ebuild b/sys-auth/AusweisApp2/AusweisApp2-2.0.2.ebuild index d86746427953..db9d5db3e6bb 100644 --- a/sys-auth/AusweisApp2/AusweisApp2-2.0.2.ebuild +++ b/sys-auth/AusweisApp2/AusweisApp2-2.0.2.ebuild @@ -8,6 +8,7 @@ inherit cmake xdg-utils DESCRIPTION="Official authentication app for German ID cards and residence permits" HOMEPAGE="https://www.ausweisapp.bund.de/" SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN/2/}-${PV}" LICENSE="EUPL-1.2" SLOT="0"