diff options
author | 2013-10-25 12:17:34 +0000 | |
---|---|---|
committer | 2013-10-25 12:17:34 +0000 | |
commit | 43f556bae7ef69a8821ad3b9c0c7f0cc0f506030 (patch) | |
tree | f2a6f84d071f60f17578eb5955c3080dfa1b717e /mail-mta/opensmtpd | |
parent | Revision bump: fix compatibility with gcc 4.7, wrt bug #462108. Drop old revi... (diff) | |
download | gentoo-2-43f556bae7ef69a8821ad3b9c0c7f0cc0f506030.tar.gz gentoo-2-43f556bae7ef69a8821ad3b9c0c7f0cc0f506030.tar.bz2 gentoo-2-43f556bae7ef69a8821ad3b9c0c7f0cc0f506030.zip |
Version bump. OpenSMTPD cannot be considered stable anymore either.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Diffstat (limited to 'mail-mta/opensmtpd')
-rw-r--r-- | mail-mta/opensmtpd/ChangeLog | 9 | ||||
-rw-r--r-- | mail-mta/opensmtpd/opensmtpd-5.3.3.201310241356_p1.ebuild (renamed from mail-mta/opensmtpd/opensmtpd-5.3.3.201310081839_p1.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/mail-mta/opensmtpd/ChangeLog b/mail-mta/opensmtpd/ChangeLog index 229cf2d6f2fe..92675b2bb08e 100644 --- a/mail-mta/opensmtpd/ChangeLog +++ b/mail-mta/opensmtpd/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for mail-mta/opensmtpd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v 1.30 2013/10/08 16:50:38 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v 1.31 2013/10/25 12:17:34 zx2c4 Exp $ + +*opensmtpd-5.3.3.201310241356_p1 (25 Oct 2013) + + 25 Oct 2013; Jason A. Donenfeld <zx2c4@gentoo.org> + +opensmtpd-5.3.3.201310241356_p1.ebuild, + -opensmtpd-5.3.3.201310081839_p1.ebuild: + Version bump. OpenSMTPD cannot be considered stable anymore either. *opensmtpd-5.3.3.201310081839_p1 (08 Oct 2013) diff --git a/mail-mta/opensmtpd/opensmtpd-5.3.3.201310081839_p1.ebuild b/mail-mta/opensmtpd/opensmtpd-5.3.3.201310241356_p1.ebuild index cb3406559cc7..578b442c5a93 100644 --- a/mail-mta/opensmtpd/opensmtpd-5.3.3.201310081839_p1.ebuild +++ b/mail-mta/opensmtpd/opensmtpd-5.3.3.201310241356_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.3.3.201310081839_p1.ebuild,v 1.1 2013/10/08 16:50:38 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.3.3.201310241356_p1.ebuild,v 1.1 2013/10/25 12:17:34 zx2c4 Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="http://www.opensmtpd.org/archives/${MY_P/_}.tar.gz" LICENSE="ISC BSD BSD-1 BSD-2 BSD-4" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="pam sqlite +mta" DEPEND="dev-libs/openssl |