diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-11-29 15:38:17 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-11-29 15:38:17 +0000 |
commit | b062399ee3e4c24973ccdc45b67ec031a29aa799 (patch) | |
tree | 01a797e5089f61f6e1e3e39f73b70d2f897d8955 /sys-libs | |
parent | Correction to DocCheck to doc check (diff) | |
download | gentoo-2-b062399ee3e4c24973ccdc45b67ec031a29aa799.tar.gz gentoo-2-b062399ee3e4c24973ccdc45b67ec031a29aa799.tar.bz2 gentoo-2-b062399ee3e4c24973ccdc45b67ec031a29aa799.zip |
Stable for HPPA (bug #444686).
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)
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 6130558dafab..0d0d55a764d9 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.26 2012/11/25 18:04:59 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.27 2012/11/29 15:38:17 jer Exp $ + + 29 Nov 2012; Jeroen Roovers <jer@gentoo.org> tevent-0.9.17.ebuild: + Stable for HPPA (bug #444686). 25 Nov 2012; Anthony G. Basile <blueness@gentoo.org> tevent-0.9.17.ebuild: stable ppc ppc64, bug #444686 diff --git a/sys-libs/tevent/tevent-0.9.17.ebuild b/sys-libs/tevent/tevent-0.9.17.ebuild index 3ab274b2b7a3..00e6203c6356 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.5 2012/11/25 18:04:59 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.6 2012/11/29 15:38:17 jer 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]" |