projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73632b8
)
net-mail/isync: compat useflag is gone post-1.3
author
Andreas K. Huettel
<dilfridge@gentoo.org>
Fri, 13 Oct 2017 09:12:53 +0000
(11:12 +0200)
committer
Andreas K. Huettel
<dilfridge@gentoo.org>
Fri, 13 Oct 2017 09:13:50 +0000
(11:13 +0200)
Package-Manager: Portage-2.3.11, Repoman-2.3.3
net-mail/isync/isync-9999.ebuild
patch
|
blob
|
history
diff --git
a/net-mail/isync/isync-9999.ebuild
b/net-mail/isync/isync-9999.ebuild
index 492843925c9ddce4e97c592389f3d28ec18ea6dc..a91ca12fb5bf7bf623b12fae320cd4985dc4b4e7 100644
(file)
--- 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)