diff options
author | Eray Aslan <eras@gentoo.org> | 2014-04-19 08:57:35 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2014-04-19 08:57:35 +0000 |
commit | d7cb852a5f58079d73a905c92882a6fe95fa8109 (patch) | |
tree | 686bb4e34f27086314dd3d1775a7229534784a20 /net-libs | |
parent | >=mkvtoolnix-6.8.0 has no qt4 support. Moved to qt5 USE flag (diff) | |
download | gentoo-2-d7cb852a5f58079d73a905c92882a6fe95fa8109.tar.gz gentoo-2-d7cb852a5f58079d73a905c92882a6fe95fa8109.tar.bz2 gentoo-2-d7cb852a5f58079d73a905c92882a6fe95fa8109.zip |
Add net-mail/mailbase to DEPEND - bug #507828
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/courier-authlib/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/courier-authlib/courier-authlib-0.65.0-r3.ebuild | 15 |
2 files changed, 12 insertions, 10 deletions
diff --git a/net-libs/courier-authlib/ChangeLog b/net-libs/courier-authlib/ChangeLog index 50703ab95cf3..b4c42547018f 100644 --- a/net-libs/courier-authlib/ChangeLog +++ b/net-libs/courier-authlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/courier-authlib -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v 1.159 2013/04/26 08:36:21 eras Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v 1.160 2014/04/19 08:57:35 eras Exp $ + + 19 Apr 2014; Eray Aslan <eras@gentoo.org> courier-authlib-0.65.0-r3.ebuild: + Add net-mail/mailbase to DEPEND - bug #507828 26 Apr 2013; Eray Aslan <eras@gentoo.org> -courier-authlib-0.65.0-r1.ebuild, -courier-authlib-0.65.0-r2.ebuild, -courier-authlib-0.65.0.ebuild: diff --git a/net-libs/courier-authlib/courier-authlib-0.65.0-r3.ebuild b/net-libs/courier-authlib/courier-authlib-0.65.0-r3.ebuild index 4ea538119d43..ce289a2ec4da 100644 --- a/net-libs/courier-authlib/courier-authlib-0.65.0-r3.ebuild +++ b/net-libs/courier-authlib/courier-authlib-0.65.0-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.65.0-r3.ebuild,v 1.13 2013/04/13 20:59:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.65.0-r3.ebuild,v 1.14 2014/04/19 08:57:35 eras Exp $ EAPI=4 inherit autotools eutils flag-o-matic multilib user @@ -17,10 +17,9 @@ IUSE="berkdb crypt debug gdbm ldap mysql pam postgres sqlite static-libs vpopmai RESTRICT="userpriv !berkdb? ( test )" -RDEPEND="gdbm? ( sys-libs/gdbm ) - !gdbm? ( sys-libs/db )" - -DEPEND="${RDEPEND} +DEPEND="net-mail/mailbase + gdbm? ( sys-libs/gdbm ) + !gdbm? ( sys-libs/db ) >=dev-libs/openssl-0.9.6 ldap? ( >=net-nds/openldap-1.2.11 ) mysql? ( virtual/mysql ) @@ -28,12 +27,12 @@ DEPEND="${RDEPEND} postgres? ( >=dev-db/postgresql-base-8.4 ) sqlite? ( dev-db/sqlite:3 )" +RDEPEND="${DEPEND}" + # vpopmail support removed upstream REQUIRED_USE="( !vpopmail )" pkg_setup() { - enewuser mail -1 -1 /var/spool/mail - if ! has_version 'dev-tcltk/expect' ; then ewarn 'The dev-tcltk/expect package is not installed.' ewarn 'Without it, you will not be able to change system login passwords.' |