diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-12 19:32:21 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-12 19:32:21 +0000 |
commit | 0f6badd2bfdc4414540b7a264ba4997bb16c0d58 (patch) | |
tree | 1242bb51150f4a356d8e608c2802e3fbeaf4a4df /sys-libs | |
parent | Fix dependency on libsdl to include video (opengl and X don't imply it). Than... (diff) | |
download | gentoo-2-0f6badd2bfdc4414540b7a264ba4997bb16c0d58.tar.gz gentoo-2-0f6badd2bfdc4414540b7a264ba4997bb16c0d58.tar.bz2 gentoo-2-0f6badd2bfdc4414540b7a264ba4997bb16c0d58.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha104/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.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/tevent/ChangeLog b/sys-libs/tevent/ChangeLog index 0b489c0f966a..2712c0df7c20 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.15 2012/05/04 07:33:12 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.16 2012/05/12 19:32:21 aballier Exp $ + + 12 May 2012; Alexis Ballier <aballier@gentoo.org> tevent-0.9.15.ebuild: + keyword ~amd64-fbsd 04 May 2012; Jeff Horelick <jdhore@gentoo.org> tevent-0.9.14-r1.ebuild, tevent-0.9.15.ebuild: diff --git a/sys-libs/tevent/tevent-0.9.15.ebuild b/sys-libs/tevent/tevent-0.9.15.ebuild index f4296595d394..7353b165ab3d 100644 --- a/sys-libs/tevent/tevent-0.9.15.ebuild +++ b/sys-libs/tevent/tevent-0.9.15.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.15.ebuild,v 1.3 2012/05/04 07:33:12 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.15.ebuild,v 1.4 2012/05/12 19:32:21 aballier 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 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=dev-lang/python-2.4.2 |