diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-25 16:36:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-25 16:36:45 +0000 |
commit | a1c25c98115dbffd196b7af7a893d5204e8fd042 (patch) | |
tree | b01a23aa35881a35fd6eb37a9ab0f4743341767f /sys-libs | |
parent | Stable for amd64, wrt bug #405617 (diff) | |
download | gentoo-2-a1c25c98115dbffd196b7af7a893d5204e8fd042.tar.gz gentoo-2-a1c25c98115dbffd196b7af7a893d5204e8fd042.tar.bz2 gentoo-2-a1c25c98115dbffd196b7af7a893d5204e8fd042.zip |
Stable for amd64, wrt bug #405617
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/tevent/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/tevent/tevent-0.9.14-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/tevent/ChangeLog b/sys-libs/tevent/ChangeLog index f5212b1f8af4..cc269e923c7a 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.12 2012/02/18 19:44:43 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.13 2012/02/25 16:36:45 ago Exp $ + + 25 Feb 2012; Agostino Sarubbo <ago@gentoo.org> tevent-0.9.14-r1.ebuild: + Stable for amd64, wrt bug #405617 18 Feb 2012; Tobias Klausmann <klausman@gentoo.org> tevent-0.9.14-r1.ebuild: Keyworded on alpha, bug #377809 diff --git a/sys-libs/tevent/tevent-0.9.14-r1.ebuild b/sys-libs/tevent/tevent-0.9.14-r1.ebuild index 550cfceb8ddb..f82bdd7254ba 100644 --- a/sys-libs/tevent/tevent-0.9.14-r1.ebuild +++ b/sys-libs/tevent/tevent-0.9.14-r1.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.14-r1.ebuild,v 1.2 2012/02/18 19:44:43 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.14-r1.ebuild,v 1.3 2012/02/25 16:36:45 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="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=dev-lang/python-2.4.2 |