diff options
author | 2009-10-06 22:54:08 +0000 | |
---|---|---|
committer | 2009-10-06 22:54:08 +0000 | |
commit | b45140159c3ab771533b21951df1f930d3c4a3b3 (patch) | |
tree | 9757e3c2b59b37be67c99cdc91e98463c68498d8 /mail-filter/opendkim | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-b45140159c3ab771533b21951df1f930d3c4a3b3.tar.gz gentoo-2-b45140159c3ab771533b21951df1f930d3c4a3b3.tar.bz2 gentoo-2-b45140159c3ab771533b21951df1f930d3c4a3b3.zip |
dependency fix thanks Eray
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter/opendkim')
-rw-r--r-- | mail-filter/opendkim/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/opendkim/opendkim-1.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-filter/opendkim/ChangeLog b/mail-filter/opendkim/ChangeLog index 16c25a520430..a08b91c4b98f 100644 --- a/mail-filter/opendkim/ChangeLog +++ b/mail-filter/opendkim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/opendkim # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/ChangeLog,v 1.1 2009/10/06 09:10:43 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/ChangeLog,v 1.2 2009/10/06 22:54:08 dragonheart Exp $ + + 06 Oct 2009; Daniel Black <dragonheart@gentoo.org> opendkim-1.1.0.ebuild: + dependency fix thanks Eray *opendkim-1.1.0 (06 Oct 2009) diff --git a/mail-filter/opendkim/opendkim-1.1.0.ebuild b/mail-filter/opendkim/opendkim-1.1.0.ebuild index 626684be7bc4..b8475407bebd 100644 --- a/mail-filter/opendkim/opendkim-1.1.0.ebuild +++ b/mail-filter/opendkim/opendkim-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-1.1.0.ebuild,v 1.1 2009/10/06 09:10:43 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-1.1.0.ebuild,v 1.2 2009/10/06 22:54:08 dragonheart Exp $ EAPI="2" @@ -20,7 +20,7 @@ IUSE="+db" DEPEND="dev-libs/openssl db? ( >=sys-libs/db-3.2 ) || ( mail-filter/libmilter mail-mta/sendmail )" -RDEPEND="dev-libs/openssl" +RDEPEND="${DEPEND}" pkg_setup() { enewgroup milter |