summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2018-03-31 16:22:43 +0200
committerMartin Väth <martin@mvath.de>2018-03-31 16:22:43 +0200
commit455cbe7993b6fe6866384376dabcc189251ab942 (patch)
tree645713ec12039e8df3d262c6fe0fcdba68e44ac9 /mail-client
parentwww-plugins: Version bumps (diff)
downloadmv-455cbe7993b6fe6866384376dabcc189251ab942.tar.gz
mv-455cbe7993b6fe6866384376dabcc189251ab942.tar.bz2
mv-455cbe7993b6fe6866384376dabcc189251ab942.zip
mail-client/alpine: Make debugging non-mandatory
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/alpine/alpine-2.00-r7.ebuild5
-rw-r--r--mail-client/alpine/alpine-2.21.1.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/mail-client/alpine/alpine-2.00-r7.ebuild b/mail-client/alpine/alpine-2.00-r7.ebuild
index 3abc7a68..d335bce5 100644
--- a/mail-client/alpine/alpine-2.00-r7.ebuild
+++ b/mail-client/alpine/alpine-2.00-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.cac.washington.edu/alpine/${P}.tar.bz2
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-IUSE="doc ipv6 kerberos ldap libressl nls onlyalpine pam passfile smime spell ssl threads +chappa"
+IUSE="debug doc ipv6 kerberos ldap libressl nls onlyalpine pam passfile smime spell ssl threads +chappa"
DEPEND="pam? ( virtual/pam )
>=net-libs/c-client-2007f-r4[chappa=]
@@ -75,6 +75,7 @@ src_configure() {
myconf+="--without-ssl"
fi
econf \
+ $(use_enable debug) \
$(use_with ldap) \
$(use_with passfile passfile .pinepwd) \
$(use_with kerberos krb5) \
diff --git a/mail-client/alpine/alpine-2.21.1.ebuild b/mail-client/alpine/alpine-2.21.1.ebuild
index 79cc65bf..cd126971 100644
--- a/mail-client/alpine/alpine-2.21.1.ebuild
+++ b/mail-client/alpine/alpine-2.21.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${P}.tar.
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~alpha ~ia64 ~ppc ~sparc"
-IUSE="doc ipv6 kerberos ldap libressl nls onlyalpine pam passfile smime spell ssl threads"
+IUSE="debug doc ipv6 kerberos ldap libressl nls onlyalpine pam passfile smime spell ssl threads"
DEPEND="pam? ( virtual/pam )
>=sys-libs/ncurses-5.1:0=
@@ -52,6 +52,7 @@ src_configure() {
)
fi
econf \
+ $(use_enable debug) \
$(use_with ldap) \
$(use_with ssl) \
$(use_with passfile passfile .pinepwd) \