mschiff 14/09/17 12:48:05 Modified: automx-0.10.2.ebuild ChangeLog Removed: automx-0.10.1.ebuild Log: Removed automx-0.10.1.ebuild. Added DISTUTILS_SINGLE_IMPL=1 to 0.10.2 to fix installation with mod_wsgi (Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)
Revision Changes Path 1.2 net-mail/automx/automx-0.10.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/automx/automx-0.10.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/automx/automx-0.10.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/automx/automx-0.10.2.ebuild?r1=1.1&r2=1.2 Index: automx-0.10.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-mail/automx/automx-0.10.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- automx-0.10.2.ebuild 27 Apr 2014 20:58:21 -0000 1.1 +++ automx-0.10.2.ebuild 17 Sep 2014 12:48:05 -0000 1.2 @@ -1,10 +1,11 @@ # 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.1 2014/04/27 20:58:21 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/automx/automx-0.10.2.ebuild,v 1.2 2014/09/17 12:48:05 mschiff Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) +DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 1.14 net-mail/automx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/automx/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/automx/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/automx/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-mail/automx/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 27 Apr 2014 20:58:21 -0000 1.13 +++ ChangeLog 17 Sep 2014 12:48:05 -0000 1.14 @@ -1,6 +1,11 @@ # 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.13 2014/04/27 20:58:21 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/automx/ChangeLog,v 1.14 2014/09/17 12:48:05 mschiff Exp $ + + 17 Sep 2014; Marc Schiffbauer <[email protected]> -automx-0.10.1.ebuild, + automx-0.10.2.ebuild: + Removed automx-0.10.1.ebuild. Added DISTUTILS_SINGLE_IMPL=1 to 0.10.2 to fix + installation with mod_wsgi *automx-0.10.2 (27 Apr 2014)
