diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-27 19:25:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-27 19:25:15 +0000 |
commit | 5eb3af50d9fd7e01df0f91117a2a09c2434f1217 (patch) | |
tree | 610f70b4a6787d82a6656981b6e8f033ba84ab1b /net-mail | |
parent | Stable for amd64, wrt bug #530040 (diff) | |
download | gentoo-2-5eb3af50d9fd7e01df0f91117a2a09c2434f1217.tar.gz gentoo-2-5eb3af50d9fd7e01df0f91117a2a09c2434f1217.tar.bz2 gentoo-2-5eb3af50d9fd7e01df0f91117a2a09c2434f1217.zip |
Stable for amd64, wrt bug #496250
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/automx/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/automx/automx-0.10.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/automx/ChangeLog b/net-mail/automx/ChangeLog index 03c28dfaf429..01445d1490bb 100644 --- a/net-mail/automx/ChangeLog +++ b/net-mail/automx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/automx # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/automx/ChangeLog,v 1.14 2014/09/17 12:48:05 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/automx/ChangeLog,v 1.15 2014/12/27 19:25:15 ago Exp $ + + 27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> automx-0.10.2.ebuild: + Stable for amd64, wrt bug #496250 17 Sep 2014; Marc Schiffbauer <mschiff@gentoo.org> -automx-0.10.1.ebuild, automx-0.10.2.ebuild: diff --git a/net-mail/automx/automx-0.10.2.ebuild b/net-mail/automx/automx-0.10.2.ebuild index 61955238541d..0a1e0bddd427 100644 --- a/net-mail/automx/automx-0.10.2.ebuild +++ b/net-mail/automx/automx-0.10.2.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/net-mail/automx/automx-0.10.2.ebuild,v 1.2 2014/09/17 12:48:05 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/automx/automx-0.10.2.ebuild,v 1.3 2014/12/27 19:25:15 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/sys4/${PN}/archive/v${PV}.tar.gz -> automx-${PV}.tgz LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="ldap memcached sql +tools" DEPEND="${PYTHON_DEPS}" |