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 1719315802F for ; Sat, 4 Mar 2023 18:53:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59A95E07B3; Sat, 4 Mar 2023 18:53:28 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B31DE07B3 for ; Sat, 4 Mar 2023 18:53:28 +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 3EDC5340F41 for ; Sat, 4 Mar 2023 18:53:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9876F8B6 for ; Sat, 4 Mar 2023 18:53:25 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1677955998.2dc4324935695aad1281e854c5c805b0565cdf8f.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/cryptodev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/cryptodev/cryptodev-1.12.ebuild sys-kernel/cryptodev/cryptodev-9999.ebuild X-VCS-Directories: sys-kernel/cryptodev/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 2dc4324935695aad1281e854c5c805b0565cdf8f X-VCS-Branch: master Date: Sat, 4 Mar 2023 18:53:25 +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: c9788326-d4e6-419b-a46e-b982ff30c9a6 X-Archives-Hash: 950ebf48351e287217b7cfd71bf8ff7e commit: 2dc4324935695aad1281e854c5c805b0565cdf8f Author: Sven Wegener gentoo org> AuthorDate: Sat Mar 4 18:52:29 2023 +0000 Commit: Sven Wegener gentoo org> CommitDate: Sat Mar 4 18:53:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc43249 sys-kernel/cryptodev: remove default value for S Signed-off-by: Sven Wegener gentoo.org> sys-kernel/cryptodev/cryptodev-1.12.ebuild | 3 +-- sys-kernel/cryptodev/cryptodev-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sys-kernel/cryptodev/cryptodev-1.12.ebuild b/sys-kernel/cryptodev/cryptodev-1.12.ebuild index 33410090c5ff..4660f202faa1 100644 --- a/sys-kernel/cryptodev/cryptodev-1.12.ebuild +++ b/sys-kernel/cryptodev/cryptodev-1.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,6 @@ HOMEPAGE="http://cryptodev-linux.org/" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/cryptodev-linux/cryptodev-linux.git" - S="${WORKDIR}/${PN}-${PV}" else SRC_URI="https://github.com/cryptodev-linux/cryptodev-linux/archive/${PN}-linux-${PV}.tar.gz" KEYWORDS="amd64 ~arm x86" diff --git a/sys-kernel/cryptodev/cryptodev-9999.ebuild b/sys-kernel/cryptodev/cryptodev-9999.ebuild index 08cf07fc623e..ac9bd1eeea15 100644 --- a/sys-kernel/cryptodev/cryptodev-9999.ebuild +++ b/sys-kernel/cryptodev/cryptodev-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,6 @@ HOMEPAGE="http://cryptodev-linux.org/" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/cryptodev-linux/cryptodev-linux.git" - S="${WORKDIR}/${PN}-${PV}" else SRC_URI="https://github.com/cryptodev-linux/cryptodev-linux/archive/${PN}-linux-${PV}.tar.gz" KEYWORDS="~amd64 ~arm ~x86"