diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-08-14 09:58:07 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-08-14 09:58:07 +0000 |
commit | a7085392f55bce73b395a609231a13de5e049381 (patch) | |
tree | ec117fb4d4a8ea8a01227c3d98e4e544be8eb20f /sys-libs | |
parent | Marked ~ppc/~ppc64 wrt #377497 (diff) | |
download | gentoo-2-a7085392f55bce73b395a609231a13de5e049381.tar.gz gentoo-2-a7085392f55bce73b395a609231a13de5e049381.tar.bz2 gentoo-2-a7085392f55bce73b395a609231a13de5e049381.zip |
Marked ~ppc/~ppc64 wrt #377809
(Portage version: 2.2.0_alpha50/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.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/tevent/ChangeLog b/sys-libs/tevent/ChangeLog index 50d0dfd917eb..339dc50a6166 100644 --- a/sys-libs/tevent/ChangeLog +++ b/sys-libs/tevent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/tevent # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.6 2011/07/07 04:20:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.7 2011/08/14 09:58:07 xarthisius Exp $ + + 14 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> tevent-0.9.12.ebuild: + Marked ~ppc/~ppc64 wrt #377809 07 Jul 2011; Alexis Ballier <aballier@gentoo.org> tevent-0.9.12.ebuild: keyword ~x86-fbsd diff --git a/sys-libs/tevent/tevent-0.9.12.ebuild b/sys-libs/tevent/tevent-0.9.12.ebuild index d1f953e23290..e24a92e5670e 100644 --- a/sys-libs/tevent/tevent-0.9.12.ebuild +++ b/sys-libs/tevent/tevent-0.9.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.12.ebuild,v 1.2 2011/07/07 04:20:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.12.ebuild,v 1.3 2011/08/14 09:58:07 xarthisius Exp $ EAPI=3 PYTHON_DEPEND="2" @@ -13,7 +13,7 @@ SRC_URI="http://samba.org/ftp/tevent/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="" DEPEND=">=sys-libs/talloc-2.0.5 |