diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-25 18:04:59 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-25 18:04:59 +0000 |
commit | 2d5a7eca4d4c635409ebea7c6765437cc4a86ecc (patch) | |
tree | 872c429c10925c5f66fd12a1036c20a4779b12da /sys-libs/tevent | |
parent | stable ppc ppc64, bug #444686 (diff) | |
download | gentoo-2-2d5a7eca4d4c635409ebea7c6765437cc4a86ecc.tar.gz gentoo-2-2d5a7eca4d4c635409ebea7c6765437cc4a86ecc.tar.bz2 gentoo-2-2d5a7eca4d4c635409ebea7c6765437cc4a86ecc.zip |
stable ppc ppc64, bug #444686
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
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 e6d3630ec24b..6130558dafab 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.25 2012/11/25 16:48:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.26 2012/11/25 18:04:59 blueness Exp $ + + 25 Nov 2012; Anthony G. Basile <blueness@gentoo.org> tevent-0.9.17.ebuild: + stable ppc ppc64, bug #444686 25 Nov 2012; Agostino Sarubbo <ago@gentoo.org> tevent-0.9.17.ebuild: Stable for x86, wrt bug #444686 diff --git a/sys-libs/tevent/tevent-0.9.17.ebuild b/sys-libs/tevent/tevent-0.9.17.ebuild index 0fde5a05110a..3ab274b2b7a3 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.4 2012/11/25 16:48:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.5 2012/11/25 18:04:59 blueness 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]" |