diff options
author | Andreas K. Huettel <dilfridge@gentoo.org> | 2017-10-13 11:12:53 +0200 |
---|---|---|
committer | Andreas K. Huettel <dilfridge@gentoo.org> | 2017-10-13 11:13:50 +0200 |
commit | d4a006593d661275b2c8ce1430fbea0203063456 (patch) | |
tree | 22800fa9e97def857aaee8c277fa871f9e2f63d4 /net-mail/isync | |
parent | net-mail/isync: Add live ebuild and add myself to maintainers, acked by radhe... (diff) | |
download | gentoo-d4a006593d661275b2c8ce1430fbea0203063456.tar.gz gentoo-d4a006593d661275b2c8ce1430fbea0203063456.tar.bz2 gentoo-d4a006593d661275b2c8ce1430fbea0203063456.zip |
net-mail/isync: compat useflag is gone post-1.3
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'net-mail/isync')
-rw-r--r-- | net-mail/isync/isync-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mail/isync/isync-9999.ebuild b/net-mail/isync/isync-9999.ebuild index 492843925c9d..a91ca12fb5bf 100644 --- a/net-mail/isync/isync-9999.ebuild +++ b/net-mail/isync/isync-9999.ebuild @@ -16,7 +16,7 @@ else KEYWORDS="~amd64 ~arm ~ppc ~x86" fi -IUSE="compat libressl sasl ssl zlib" +IUSE="libressl sasl ssl zlib" RDEPEND=" >=sys-libs/db-4.2:= @@ -36,7 +36,6 @@ src_prepare () { src_configure () { econf \ - $(use_enable compat) \ $(use_with ssl) \ $(use_with sasl) \ $(use_with zlib) |