commit: 2717ce662c8844a23b66792ef591730cc7f96970
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 25 09:41:23 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Nov 5 08:03:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2717ce66
virtual/checkpassword: remove nonexistent net-mail/cmd5checkpw dep
The net-mail/cmd5checkpw was treecleaned in commit 5fb2f02da424
("net-mail/cmd5checkpw: treeclean") almost two years ago.
Bug: https://bugs.gentoo.org/833292
Closes: https://github.com/gentoo/gentoo/pull/39106
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
.../{checkpassword-0-r1.ebuild => checkpassword-0-r2.ebuild} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/virtual/checkpassword/checkpassword-0-r1.ebuild
b/virtual/checkpassword/checkpassword-0-r2.ebuild
similarity index 84%
rename from virtual/checkpassword/checkpassword-0-r1.ebuild
rename to virtual/checkpassword/checkpassword-0-r2.ebuild
index 4b9a21777d53..37b667669fb0 100644
--- a/virtual/checkpassword/checkpassword-0-r1.ebuild
+++ b/virtual/checkpassword/checkpassword-0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,6 +11,5 @@ KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~m68k ~mips ppc64
~s390 sparc x86"
RDEPEND="|| (
net-mail/checkpassword
net-mail/checkpassword-pam
- net-mail/cmd5checkpw
net-mail/vpopmail
)"