summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2023-03-04 19:52:29 +0100
committerSven Wegener <swegener@gentoo.org>2023-03-04 19:53:18 +0100
commit2dc4324935695aad1281e854c5c805b0565cdf8f (patch)
tree4ee3f55e4bc9f1af51dea6e2c11216c93bc3475f
parentsys-kernel/cryptodev: drop 1.11 (diff)
downloadgentoo-2dc4324935695aad1281e854c5c805b0565cdf8f.tar.gz
gentoo-2dc4324935695aad1281e854c5c805b0565cdf8f.tar.bz2
gentoo-2dc4324935695aad1281e854c5c805b0565cdf8f.zip
sys-kernel/cryptodev: remove default value for S
Signed-off-by: Sven Wegener <swegener@gentoo.org>
-rw-r--r--sys-kernel/cryptodev/cryptodev-1.12.ebuild3
-rw-r--r--sys-kernel/cryptodev/cryptodev-9999.ebuild3
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"