diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-06-29 15:21:36 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-06-29 15:21:36 +0000 |
commit | e37bbb0647b43fb5e986a994011eeb5d4817a471 (patch) | |
tree | a36d9068ea46d976efb959b6cb620399e92c75c2 /mail-filter/opendmarc | |
parent | perl-core/Switch is the only Switch provider since perl-5.14 (diff) | |
download | gentoo-2-e37bbb0647b43fb5e986a994011eeb5d4817a471.tar.gz gentoo-2-e37bbb0647b43fb5e986a994011eeb5d4817a471.tar.bz2 gentoo-2-e37bbb0647b43fb5e986a994011eeb5d4817a471.zip |
perl-core/Switch is the only Switch provider since perl-5.14
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'mail-filter/opendmarc')
-rw-r--r-- | mail-filter/opendmarc/ChangeLog | 6 | ||||
-rw-r--r-- | mail-filter/opendmarc/opendmarc-1.1.3.ebuild | 4 | ||||
-rw-r--r-- | mail-filter/opendmarc/opendmarc-1.2.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/mail-filter/opendmarc/ChangeLog b/mail-filter/opendmarc/ChangeLog index 31a67f70628e..0b1e312e3b15 100644 --- a/mail-filter/opendmarc/ChangeLog +++ b/mail-filter/opendmarc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-filter/opendmarc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/ChangeLog,v 1.7 2014/04/17 07:56:57 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/ChangeLog,v 1.8 2014/06/29 15:21:36 dilfridge Exp $ + + 29 Jun 2014; Andreas K. Huettel <dilfridge@gentoo.org> + opendmarc-1.1.3.ebuild, opendmarc-1.2.0.ebuild: + perl-core/Switch is the only Switch provider since perl-5.14 *opendmarc-1.2.0 (17 Apr 2014) diff --git a/mail-filter/opendmarc/opendmarc-1.1.3.ebuild b/mail-filter/opendmarc/opendmarc-1.1.3.ebuild index 83594f229a55..bef0bb7db048 100644 --- a/mail-filter/opendmarc/opendmarc-1.1.3.ebuild +++ b/mail-filter/opendmarc/opendmarc-1.1.3.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/opendmarc/opendmarc-1.1.3.ebuild,v 1.6 2014/02/03 13:36:52 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/opendmarc-1.1.3.ebuild,v 1.7 2014/06/29 15:21:36 dilfridge Exp $ EAPI=5 @@ -16,7 +16,7 @@ IUSE="" DEPEND="dev-perl/DBI || ( mail-filter/libmilter mail-mta/sendmail )" RDEPEND="${DEPEND} - virtual/perl-Switch" + perl-core/Switch" src_configure() { econf \ diff --git a/mail-filter/opendmarc/opendmarc-1.2.0.ebuild b/mail-filter/opendmarc/opendmarc-1.2.0.ebuild index e612bfcb67ae..63688bdfd3d7 100644 --- a/mail-filter/opendmarc/opendmarc-1.2.0.ebuild +++ b/mail-filter/opendmarc/opendmarc-1.2.0.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/opendmarc/opendmarc-1.2.0.ebuild,v 1.1 2014/04/17 07:56:57 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/opendmarc-1.2.0.ebuild,v 1.2 2014/06/29 15:21:36 dilfridge Exp $ EAPI=5 @@ -18,7 +18,7 @@ IUSE="" DEPEND="dev-perl/DBI || ( mail-filter/libmilter mail-mta/sendmail )" RDEPEND="${DEPEND} - virtual/perl-Switch" + perl-core/Switch" pkg_setup() { enewgroup milter |