diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2013-08-06 12:22:41 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2013-08-06 12:22:41 +0000 |
commit | d93629fd51343d6899730d2fa2f43910e216f683 (patch) | |
tree | 8e5b6141ed6203889e7aed60785dd989addb7998 /sys-libs/tevent | |
parent | version bump (diff) | |
download | gentoo-2-d93629fd51343d6899730d2fa2f43910e216f683.tar.gz gentoo-2-d93629fd51343d6899730d2fa2f43910e216f683.tar.bz2 gentoo-2-d93629fd51343d6899730d2fa2f43910e216f683.zip |
Added python_optimize function
(Portage version: 2.2.0_alpha194/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-libs/tevent')
-rw-r--r-- | sys-libs/tevent/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/tevent/tevent-0.9.19.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-libs/tevent/ChangeLog b/sys-libs/tevent/ChangeLog index 700cbdde2625..44e6e20fd4a2 100644 --- a/sys-libs/tevent/ChangeLog +++ b/sys-libs/tevent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/tevent # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.38 2013/08/06 11:55:07 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.39 2013/08/06 12:22:41 polynomial-c Exp $ + + 06 Aug 2013; Lars Wendler <polynomial-c@gentoo.org> tevent-0.9.19.ebuild: + Added python_optimize call. *tevent-0.9.19 (06 Aug 2013) diff --git a/sys-libs/tevent/tevent-0.9.19.ebuild b/sys-libs/tevent/tevent-0.9.19.ebuild index f91daca4209e..a5612c57471b 100644 --- a/sys-libs/tevent/tevent-0.9.19.ebuild +++ b/sys-libs/tevent/tevent-0.9.19.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/sys-libs/tevent/tevent-0.9.19.ebuild,v 1.1 2013/08/06 11:55:07 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.19.ebuild,v 1.2 2013/08/06 12:22:41 polynomial-c Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) @@ -35,4 +35,5 @@ src_install() { waf-utils_src_install insinto $(python_get_sitedir) doins tevent.py + python_optimize } |