commit:     2dc4324935695aad1281e854c5c805b0565cdf8f
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 18:52:29 2023 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> 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 <swegener <AT> 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"

Reply via email to