diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-03 19:45:28 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-03 19:45:28 +0000 |
commit | 9c02c75367d1d1406a052ee1713042dd9cf5f063 (patch) | |
tree | 2af13c07ec029aa698121ee993d4be55eb3215ad /sys-libs | |
parent | Stable for alpha, wrt bug #458712 (diff) | |
download | gentoo-2-9c02c75367d1d1406a052ee1713042dd9cf5f063.tar.gz gentoo-2-9c02c75367d1d1406a052ee1713042dd9cf5f063.tar.bz2 gentoo-2-9c02c75367d1d1406a052ee1713042dd9cf5f063.zip |
Stable for alpha, wrt bug #458712
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-libs')
-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 46012e9859bb..4b1286d3e50a 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.29 2013/03/03 19:43:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.30 2013/03/03 19:45:28 ago Exp $ + + 03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> tevent-0.9.17.ebuild: + Stable for alpha, wrt bug #458712 03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> tevent-0.9.17.ebuild: Stable for arm, wrt bug #458712 diff --git a/sys-libs/tevent/tevent-0.9.17.ebuild b/sys-libs/tevent/tevent-0.9.17.ebuild index 337cc41bc395..e035b2497ca1 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-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.17.ebuild,v 1.8 2013/03/03 19:43:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.9 2013/03/03 19:45:28 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 ~ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=sys-libs/talloc-2.0.6[python]" |