perfinion 15/06/06 10:09:52 Modified: cyrus-sasl-2.1.26-r9.ebuild ChangeLog Log: RDEP on selinux policy, bug 543568 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Revision Changes Path 1.12 dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild?r1=1.11&r2=1.12 Index: cyrus-sasl-2.1.26-r9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- cyrus-sasl-2.1.26-r9.ebuild 9 Apr 2015 23:39:04 -0000 1.11 +++ cyrus-sasl-2.1.26-r9.ebuild 6 Jun 2015 10:09:52 -0000 1.12 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild,v 1.11 2015/04/09 23:39:04 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild,v 1.12 2015/06/06 10:09:52 perfinion Exp $ EAPI=5 @@ -15,22 +15,23 @@ LICENSE="BSD-with-attribution" SLOT="2" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="authdaemond berkdb gdbm kerberos ldapdb openldap mysql pam postgres sample sqlite +IUSE="authdaemond berkdb gdbm kerberos ldapdb openldap mysql pam postgres sample selinux sqlite srp ssl static-libs urandom" DEPEND="net-mail/mailbase authdaemond? ( || ( net-mail/courier-imap mail-mta/courier ) ) - berkdb? ( >=sys-libs/db-4.8.30-r1[${MULTILIB_USEDEP}] ) + berkdb? ( >=sys-libs/db-4.8.30-r1:=[${MULTILIB_USEDEP}] ) gdbm? ( >=sys-libs/gdbm-1.10-r1[${MULTILIB_USEDEP}] ) kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] ) openldap? ( >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] ) mysql? ( virtual/mysql ) pam? ( >=virtual/pam-0-r1[${MULTILIB_USEDEP}] ) - postgres? ( dev-db/postgresql ) + postgres? ( dev-db/postgresql:= ) sqlite? ( >=dev-db/sqlite-3.8.2:3[${MULTILIB_USEDEP}] ) ssl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) - java? ( >=virtual/jdk-1.4 )" -RDEPEND="${DEPEND}" + java? ( >=virtual/jdk-1.4:= )" +RDEPEND="${DEPEND} + selinux? ( sec-policy/selinux-sasl )" MULTILIB_WRAPPED_HEADERS=( /usr/include/sasl/md5global.h 1.319 dev-libs/cyrus-sasl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog?rev=1.319&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog?rev=1.319&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog?r1=1.318&r2=1.319 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v retrieving revision 1.318 retrieving revision 1.319 diff -u -r1.318 -r1.319 --- ChangeLog 10 Apr 2015 07:27:16 -0000 1.318 +++ ChangeLog 6 Jun 2015 10:09:52 -0000 1.319 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/cyrus-sasl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.318 2015/04/10 07:27:16 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.319 2015/06/06 10:09:52 perfinion Exp $ + + 06 Jun 2015; Jason Zaman <[email protected]> cyrus-sasl-2.1.26-r9.ebuild: + RDEP on selinux policy, bug 543568 10 Apr 2015; Eray Aslan <[email protected]> -cyrus-sasl-2.1.26-r3.ebuild, -cyrus-sasl-2.1.26-r4.ebuild, -cyrus-sasl-2.1.26-r5.ebuild,
