diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2015-07-02 12:45:15 +0000 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2015-07-02 12:45:15 +0000 |
commit | 667c12449c87e944f9417c0a0caaa9ecbe9b686e (patch) | |
tree | 1aa36645f44045428e48e8e5a7e9b6c112144483 /mail-filter | |
parent | Clean up two old entries. (diff) | |
download | gentoo-2-667c12449c87e944f9417c0a0caaa9ecbe9b686e.tar.gz gentoo-2-667c12449c87e944f9417c0a0caaa9ecbe9b686e.tar.bz2 gentoo-2-667c12449c87e944f9417c0a0caaa9ecbe9b686e.zip |
Nit
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 55758000)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/opensmtpd-extras/ChangeLog | 6 | ||||
-rw-r--r-- | mail-filter/opensmtpd-extras/opensmtpd-extras-5.4.5.201506020835.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-filter/opensmtpd-extras/ChangeLog b/mail-filter/opensmtpd-extras/ChangeLog index 79a3ee852758..b550e2c3a444 100644 --- a/mail-filter/opensmtpd-extras/ChangeLog +++ b/mail-filter/opensmtpd-extras/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-filter/opensmtpd-extras # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/opensmtpd-extras/ChangeLog,v 1.4 2015/06/02 12:00:05 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/opensmtpd-extras/ChangeLog,v 1.5 2015/07/02 12:45:15 zx2c4 Exp $ + + 02 Jul 2015; Jason A. Donenfeld <zx2c4@gentoo.org> + opensmtpd-extras-5.4.5.201506020835.ebuild: + Nit *opensmtpd-extras-5.4.5.201506020835 (02 Jun 2015) diff --git a/mail-filter/opensmtpd-extras/opensmtpd-extras-5.4.5.201506020835.ebuild b/mail-filter/opensmtpd-extras/opensmtpd-extras-5.4.5.201506020835.ebuild index 1bfce2a61c35..6a951e1d8892 100644 --- a/mail-filter/opensmtpd-extras/opensmtpd-extras-5.4.5.201506020835.ebuild +++ b/mail-filter/opensmtpd-extras/opensmtpd-extras-5.4.5.201506020835.ebuild @@ -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/mail-filter/opensmtpd-extras/opensmtpd-extras-5.4.5.201506020835.ebuild,v 1.1 2015/06/02 12:00:05 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/opensmtpd-extras/opensmtpd-extras-5.4.5.201506020835.ebuild,v 1.2 2015/07/02 12:45:15 zx2c4 Exp $ EAPI=5 @@ -86,6 +86,6 @@ src_configure() { --with-privsep-user=smtpd \ --with-privsep-path=/var/empty \ --sysconfdir=/etc/opensmtpd \ - --with-lua-type=$(use luajit && echo luajit || echo lua) \ + --with-lua-type=$(usex luajit luajit lua) \ $(for use in $MY_COMPONENTS; do use_with $use; done) } |