summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jolly <kangie@gentoo.org>2024-11-04 17:24:14 +1000
committerMatt Jolly <kangie@gentoo.org>2024-11-09 16:25:41 +1000
commit01ba4dc61965ef7658a24728841c04c9a1ce4871 (patch)
treea2a6b927779e5990ff87ec4589373d1d89129a63 /app-antivirus
parentprofiles: mask dev-lang/starlark-rust (diff)
downloadgentoo-01ba4dc61965ef7658a24728841c04c9a1ce4871.tar.gz
gentoo-01ba4dc61965ef7658a24728841c04c9a1ce4871.tar.bz2
gentoo-01ba4dc61965ef7658a24728841c04c9a1ce4871.zip
*/*: update for slotted Rust
Tidyups: - $(cargo_crate_uris) - Rust BDEPENDS come from the eclass except in very rare circumstances (RUST_OPTIONAL=1) - RUST_M{AX,IN}_VER where required. - Suboptimal crate separator (`-` -> `@`) Signed-off-by: Matt Jolly <kangie@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/39218 Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/clamav/clamav-1.0.5-r1.ebuild (renamed from app-antivirus/clamav/clamav-1.0.5.ebuild)3
-rw-r--r--app-antivirus/clamav/clamav-1.0.7-r1.ebuild (renamed from app-antivirus/clamav/clamav-1.0.7.ebuild)3
-rw-r--r--app-antivirus/clamav/clamav-1.2.2-r1.ebuild (renamed from app-antivirus/clamav/clamav-1.2.2.ebuild)4
-rw-r--r--app-antivirus/clamav/clamav-1.4.1-r2.ebuild (renamed from app-antivirus/clamav/clamav-1.4.1-r1.ebuild)4
4 files changed, 2 insertions, 12 deletions
diff --git a/app-antivirus/clamav/clamav-1.0.5.ebuild b/app-antivirus/clamav/clamav-1.0.5-r1.ebuild
index 5759a6890ff1..50043bc0c4d6 100644
--- a/app-antivirus/clamav/clamav-1.0.5.ebuild
+++ b/app-antivirus/clamav/clamav-1.0.5-r1.ebuild
@@ -202,11 +202,8 @@ COMMON_DEPEND="
test? ( dev-python/pytest )
"
-# rust-bin < 1.71 has an executable stack
-# which is not supported on selinux #911589
BDEPEND="
virtual/pkgconfig
- >=virtual/rust-1.71
doc? ( app-text/doxygen )
test? (
${PYTHON_DEPS}
diff --git a/app-antivirus/clamav/clamav-1.0.7.ebuild b/app-antivirus/clamav/clamav-1.0.7-r1.ebuild
index 70d983eb73e3..571fa8143a9b 100644
--- a/app-antivirus/clamav/clamav-1.0.7.ebuild
+++ b/app-antivirus/clamav/clamav-1.0.7-r1.ebuild
@@ -204,11 +204,8 @@ COMMON_DEPEND="
test? ( dev-python/pytest )
"
-# rust-bin < 1.71 has an executable stack
-# which is not supported on selinux #911589
BDEPEND="
virtual/pkgconfig
- >=virtual/rust-1.71
doc? ( app-text/doxygen )
test? (
${PYTHON_DEPS}
diff --git a/app-antivirus/clamav/clamav-1.2.2.ebuild b/app-antivirus/clamav/clamav-1.2.2-r1.ebuild
index a7f3533276d6..aa5502025906 100644
--- a/app-antivirus/clamav/clamav-1.2.2.ebuild
+++ b/app-antivirus/clamav/clamav-1.2.2-r1.ebuild
@@ -197,11 +197,9 @@ COMMON_DEPEND="
system-mspack? ( dev-libs/libmspack )
test? ( dev-python/pytest )
"
-# rust-bin < 1.71 has an executable stack
-# which is not supported on selinux #911589
+
BDEPEND="
virtual/pkgconfig
- >=virtual/rust-1.71
doc? ( app-text/doxygen )
test? (
${PYTHON_DEPS}
diff --git a/app-antivirus/clamav/clamav-1.4.1-r1.ebuild b/app-antivirus/clamav/clamav-1.4.1-r2.ebuild
index e5e30c4f8dc5..296e17179a3a 100644
--- a/app-antivirus/clamav/clamav-1.4.1-r1.ebuild
+++ b/app-antivirus/clamav/clamav-1.4.1-r2.ebuild
@@ -206,11 +206,9 @@ COMMON_DEPEND="
system-mspack? ( dev-libs/libmspack )
test? ( dev-python/pytest )
"
-# rust-bin < 1.71 has an executable stack
-# which is not supported on selinux #911589
+
BDEPEND="
virtual/pkgconfig
- >=virtual/rust-1.71
doc? ( app-text/doxygen )
test? (
${PYTHON_DEPS}