diff options
author | 2014-11-02 08:36:29 +0000 | |
---|---|---|
committer | 2014-11-02 08:36:29 +0000 | |
commit | 8ada55c848851fa9c91e25b29b626978c304d904 (patch) | |
tree | ddc65dec231c13d27231620a4171d5ec96540ab1 /mail-filter/opendkim | |
parent | version bump (diff) | |
download | gentoo-2-8ada55c848851fa9c91e25b29b626978c304d904.tar.gz gentoo-2-8ada55c848851fa9c91e25b29b626978c304d904.tar.bz2 gentoo-2-8ada55c848851fa9c91e25b29b626978c304d904.zip |
Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #527698)
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'mail-filter/opendkim')
-rw-r--r-- | mail-filter/opendkim/ChangeLog | 6 | ||||
-rw-r--r-- | mail-filter/opendkim/opendkim-2.9.2-r1.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/mail-filter/opendkim/ChangeLog b/mail-filter/opendkim/ChangeLog index 47ae27315ff7..0f09f2653715 100644 --- a/mail-filter/opendkim/ChangeLog +++ b/mail-filter/opendkim/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-filter/opendkim # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/ChangeLog,v 1.82 2014/08/14 16:17:22 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/ChangeLog,v 1.83 2014/11/02 08:36:29 swift Exp $ + + 02 Nov 2014; Sven Vermeulen <swift@gentoo.org> opendkim-2.9.2-r1.ebuild: + Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug + #527698) 14 Aug 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> opendkim-2.9.2-r1.ebuild: diff --git a/mail-filter/opendkim/opendkim-2.9.2-r1.ebuild b/mail-filter/opendkim/opendkim-2.9.2-r1.ebuild index 456497017c4a..0a9e0419e1c6 100644 --- a/mail-filter/opendkim/opendkim-2.9.2-r1.ebuild +++ b/mail-filter/opendkim/opendkim-2.9.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-2.9.2-r1.ebuild,v 1.5 2014/08/14 16:17:22 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-2.9.2-r1.ebuild,v 1.6 2014/11/02 08:36:29 swift Exp $ EAPI=5 inherit autotools db-use eutils systemd user @@ -29,13 +29,14 @@ DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail ) lmdb? ( dev-db/lmdb ) memcached? ( dev-libs/libmemcached ) sasl? ( dev-libs/cyrus-sasl ) - selinux? ( sec-policy/selinux-dkim ) unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root ) !unbound? ( net-libs/ldns ) gnutls? ( >=net-libs/gnutls-2.11.7 )" RDEPEND="${DEPEND} - sys-process/psmisc" + sys-process/psmisc + selinux? ( sec-policy/selinux-dkim ) +" REQUIRED_USE="sasl? ( ldap )" |