diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-13 21:08:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-13 21:40:56 +0100 |
commit | ad806778f682f6cd766327c653c460dc4534bf4e (patch) | |
tree | 5a5ffb79f5295fd78f068cce4cea2f201fe679b8 /net-analyzer/ossec-hids | |
parent | dev-python/subunit: Prepare for rename (diff) | |
download | gentoo-ad806778f682f6cd766327c653c460dc4534bf4e.tar.gz gentoo-ad806778f682f6cd766327c653c460dc4534bf4e.tar.bz2 gentoo-ad806778f682f6cd766327c653c460dc4534bf4e.zip |
Rename dev-python/{subunit → python-subunit}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/ossec-hids')
-rw-r--r-- | net-analyzer/ossec-hids/ossec-hids-3.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/ossec-hids/ossec-hids-3.6.0.ebuild b/net-analyzer/ossec-hids/ossec-hids-3.6.0.ebuild index a716eb211cf9..f77d99e03354 100644 --- a/net-analyzer/ossec-hids/ossec-hids-3.6.0.ebuild +++ b/net-analyzer/ossec-hids/ossec-hids-3.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,7 +26,7 @@ RDEPEND="acct-user/ossec DEPEND="${RDEPEND} test? ( dev-libs/check - dev-python/subunit + dev-python/python-subunit )" S="${WORKDIR}/${P}/src" |