summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-10-16 20:37:14 +0300
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-10-16 20:37:30 +0300
commit6de8c28ee16da4ca2540fe416fab04a70c95e91b (patch)
treee955bfa6ffec4aa6084e53fbda9289eb53119bfc /net-mail/isync/isync-9999.ebuild
parentsys-fs/zfs-kmod: 0.8.5: Marked compatiable with 5.9 kernels. (diff)
downloadgentoo-6de8c28ee16da4ca2540fe416fab04a70c95e91b.tar.gz
gentoo-6de8c28ee16da4ca2540fe416fab04a70c95e91b.tar.bz2
gentoo-6de8c28ee16da4ca2540fe416fab04a70c95e91b.zip
net-mail/isync: Version bump
Closes: https://bugs.gentoo.org/739254 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'net-mail/isync/isync-9999.ebuild')
-rw-r--r--net-mail/isync/isync-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-mail/isync/isync-9999.ebuild b/net-mail/isync/isync-9999.ebuild
index c910f9673b0a..74b81bf11ed5 100644
--- a/net-mail/isync/isync-9999.ebuild
+++ b/net-mail/isync/isync-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DESCRIPTION="MailDir mailbox synchronizer"
HOMEPAGE="http://isync.sourceforge.net/"
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3 autotools
else
SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
fi
IUSE="libressl sasl ssl zlib"
@@ -27,7 +27,8 @@ RDEPEND="
)
zlib? ( sys-libs/zlib:0= )
"
-DEPEND="${RDEPEND}
+DEPEND=${RDEPEND}
+BDEPEND="
dev-lang/perl
"