summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-08-14 01:13:56 +0100
committerMarek Szuba <marecki@gentoo.org>2021-08-14 01:14:01 +0100
commit07eab81f40af9be4bb797b83c879b0b1860418ba (patch)
tree89759fedffd6f78cb442585dd98447e6555868fc /virtual/imap-c-client
parentprofiles/arch/riscv: remove portaudio-related USE masks (diff)
downloadgentoo-07eab81f40af9be4bb797b83c879b0b1860418ba.tar.gz
gentoo-07eab81f40af9be4bb797b83c879b0b1860418ba.tar.bz2
gentoo-07eab81f40af9be4bb797b83c879b0b1860418ba.zip
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@gentoo.org>
Diffstat (limited to 'virtual/imap-c-client')
-rw-r--r--virtual/imap-c-client/imap-c-client-2.ebuild5
1 files 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 8d5baefe94c9..50b6020c7062 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=]"