commit: 07eab81f40af9be4bb797b83c879b0b1860418ba Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Sat Aug 14 00:13:56 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Sat Aug 14 00:14:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07eab81f
virtual/imap-c-client: remove net-mail/uw-imap from RDEPEND Last-rited and subsequently removed from the tree in early 2019, and it still being mentioned in this ebuild throws off nattka. Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> virtual/imap-c-client/imap-c-client-2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/virtual/imap-c-client/imap-c-client-2.ebuild b/virtual/imap-c-client/imap-c-client-2.ebuild index 8d5baefe94c..50b6020c706 100644 --- a/virtual/imap-c-client/imap-c-client-2.ebuild +++ b/virtual/imap-c-client/imap-c-client-2.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Virtual for IMAP c-client" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" IUSE="kerberos ssl" -RDEPEND=" || ( net-libs/c-client[kerberos=,ssl=] - net-mail/uw-imap[kerberos=,ssl=] )" +RDEPEND="net-libs/c-client[kerberos=,ssl=]"
