diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-25 16:45:27 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-25 16:45:27 +0000 |
commit | e7b2bbe1dad668fb99ea9005ff34fc5a15f72623 (patch) | |
tree | 2f7ea7d553957cde7afa1a36e9ab2f9cfbde1a7b /sys-libs/tevent | |
parent | Switch to EAPI 4, bug #398715. (diff) | |
download | gentoo-2-e7b2bbe1dad668fb99ea9005ff34fc5a15f72623.tar.gz gentoo-2-e7b2bbe1dad668fb99ea9005ff34fc5a15f72623.tar.bz2 gentoo-2-e7b2bbe1dad668fb99ea9005ff34fc5a15f72623.zip |
Stable for amd64, wrt bug #444686
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-libs/tevent')
-rw-r--r-- | sys-libs/tevent/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/tevent/tevent-0.9.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/tevent/ChangeLog b/sys-libs/tevent/ChangeLog index e85e8cc63616..6443ebfcc848 100644 --- a/sys-libs/tevent/ChangeLog +++ b/sys-libs/tevent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/tevent # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.23 2012/09/30 17:56:53 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.24 2012/11/25 16:45:27 ago Exp $ + + 25 Nov 2012; Agostino Sarubbo <ago@gentoo.org> tevent-0.9.17.ebuild: + Stable for amd64, wrt bug #444686 30 Sep 2012; Mike Gilbert <floppym@gentoo.org> tevent-0.9.16.ebuild, tevent-0.9.17.ebuild: diff --git a/sys-libs/tevent/tevent-0.9.17.ebuild b/sys-libs/tevent/tevent-0.9.17.ebuild index 78148692fa1c..3c025dbd46e2 100644 --- a/sys-libs/tevent/tevent-0.9.17.ebuild +++ b/sys-libs/tevent/tevent-0.9.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.2 2012/09/30 17:56:53 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.3 2012/11/25 16:45:27 ago Exp $ EAPI=4 PYTHON_DEPEND="2" @@ -13,7 +13,7 @@ SRC_URI="http://samba.org/ftp/tevent/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=sys-libs/talloc-2.0.6[python]" |