hanno 15/06/30 18:15:27 Modified: ChangeLog courier-authlib-0.66.3.ebuild Log: Add missing dep to courier-unicode, drop archs that don't have it. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A5880072BBB51E42)
Revision Changes Path 1.172 net-libs/courier-authlib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-authlib/ChangeLog?rev=1.172&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-authlib/ChangeLog?rev=1.172&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-authlib/ChangeLog?r1=1.171&r2=1.172 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v retrieving revision 1.171 retrieving revision 1.172 diff -u -r1.171 -r1.172 --- ChangeLog 29 Jun 2015 09:40:44 -0000 1.171 +++ ChangeLog 30 Jun 2015 18:15:27 -0000 1.172 @@ -1,6 +1,9 @@ # ChangeLog for net-libs/courier-authlib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v 1.171 2015/06/29 09:40:44 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v 1.172 2015/06/30 18:15:27 hanno Exp $ + + 30 Jun 2015; Hanno Boeck <[email protected]> courier-authlib-0.66.3.ebuild: + Add missing dep to courier-unicode, drop archs that don't have it. *courier-authlib-0.66.3 (29 Jun 2015) 1.2 net-libs/courier-authlib/courier-authlib-0.66.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.66.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.66.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.66.3.ebuild?r1=1.1&r2=1.2 Index: courier-authlib-0.66.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.66.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- courier-authlib-0.66.3.ebuild 29 Jun 2015 09:40:44 -0000 1.1 +++ courier-authlib-0.66.3.ebuild 30 Jun 2015 18:15:27 -0000 1.2 @@ -1,11 +1,11 @@ # Copyright 1999-2015 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.66.3.ebuild,v 1.1 2015/06/29 09:40:44 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.66.3.ebuild,v 1.2 2015/06/30 18:15:27 hanno Exp $ EAPI=5 inherit eutils flag-o-matic multilib user -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS=" ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd ~x86-fbsd" DESCRIPTION="Courier authentication library" SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2" @@ -18,6 +18,7 @@ !berkdb? ( test )" DEPEND="net-mail/mailbase + =net-libs/courier-unicode-1.3 gdbm? ( sys-libs/gdbm ) !gdbm? ( sys-libs/db:= ) dev-libs/openssl:=
