diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-07-07 04:20:06 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-07-07 04:20:06 +0000 |
commit | de952f6b493b0671ebb9971b4726294ad1f62076 (patch) | |
tree | 0f79849569c00ab6d38d5a8cf7f510e30df1c009 /sys-libs/tevent | |
parent | keyword ~x86-fbsd (diff) | |
download | gentoo-2-de952f6b493b0671ebb9971b4726294ad1f62076.tar.gz gentoo-2-de952f6b493b0671ebb9971b4726294ad1f62076.tar.bz2 gentoo-2-de952f6b493b0671ebb9971b4726294ad1f62076.zip |
keyword ~x86-fbsd
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/tevent')
-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 bbdd488cea7a..50d0dfd917eb 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.5 2011/06/28 17:21:52 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.6 2011/07/07 04:20:06 aballier Exp $ + + 07 Jul 2011; Alexis Ballier <aballier@gentoo.org> tevent-0.9.12.ebuild: + keyword ~x86-fbsd *tevent-0.9.12 (28 Jun 2011) diff --git a/sys-libs/tevent/tevent-0.9.12.ebuild b/sys-libs/tevent/tevent-0.9.12.ebuild index 148ecb8ae070..d1f953e23290 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.1 2011/06/28 17:21:52 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.12.ebuild,v 1.2 2011/07/07 04:20:06 aballier 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" +KEYWORDS="~amd64 ~hppa ~ppc64 ~x86 ~x86-fbsd" IUSE="" DEPEND=">=sys-libs/talloc-2.0.5 |