diff options
author | 2023-10-31 14:12:52 -0400 | |
---|---|---|
committer | 2023-10-31 15:55:07 -0400 | |
commit | 78213a89b4a602460bf81ba5fab8eed561091ade (patch) | |
tree | 6efaad35fb8009ed19a5e3fc54d48f8da424ffe1 /net-analyzer/suricata | |
parent | verify-sig.eclass: prepend BROOT to VERIFY_SIG_OPENPGP_KEY_PATH (diff) | |
download | gentoo-78213a89b4a602460bf81ba5fab8eed561091ade.tar.gz gentoo-78213a89b4a602460bf81ba5fab8eed561091ade.tar.bz2 gentoo-78213a89b4a602460bf81ba5fab8eed561091ade.zip |
Remove BROOT from VERIFY_SIG_OPENPGP_KEY_PATH
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-analyzer/suricata')
-rw-r--r-- | net-analyzer/suricata/suricata-6.0.15.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/suricata/suricata-7.0.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/suricata/suricata-6.0.15.ebuild b/net-analyzer/suricata/suricata-6.0.15.ebuild index df6ba0f72b6f..8b4664912b20 100644 --- a/net-analyzer/suricata/suricata-6.0.15.ebuild +++ b/net-analyzer/suricata/suricata-6.0.15.ebuild @@ -17,7 +17,7 @@ LICENSE="GPL-2" SLOT="0/6" KEYWORDS="~amd64 ~riscv ~x86" IUSE="+af-packet bpf control-socket cuda debug +detection geoip hardened hyperscan lua lz4 nflog +nfqueue redis systemd test" -VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/openinfosecfoundation.org.asc" +VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/openinfosecfoundation.org.asc" RESTRICT="!test? ( test )" diff --git a/net-analyzer/suricata/suricata-7.0.2.ebuild b/net-analyzer/suricata/suricata-7.0.2.ebuild index a5ec879adeaf..236469c00ce6 100644 --- a/net-analyzer/suricata/suricata-7.0.2.ebuild +++ b/net-analyzer/suricata/suricata-7.0.2.ebuild @@ -17,7 +17,7 @@ LICENSE="GPL-2" SLOT="0/7" KEYWORDS="~amd64 ~riscv ~x86" IUSE="+af-packet af-xdp bpf control-socket cuda debug +detection geoip hardened hyperscan lua lz4 nflog +nfqueue redis systemd test" -VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/openinfosecfoundation.org.asc" +VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/openinfosecfoundation.org.asc" RESTRICT="!test? ( test )" |