summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/pyinotify/ChangeLog5
-rw-r--r--dev-python/pyinotify/pyinotify-0.8.9.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyinotify/ChangeLog b/dev-python/pyinotify/ChangeLog
index 17dee8db553a..acf8db5422c0 100644
--- a/dev-python/pyinotify/ChangeLog
+++ b/dev-python/pyinotify/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyinotify
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.23 2010/02/23 11:23:22 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.24 2010/03/03 21:29:39 darkside Exp $
+
+ 03 Mar 2010; Jeremy Olexa <darkside@gentoo.org> pyinotify-0.8.9.ebuild:
+ Add ~amd64-linux, tested by myself
23 Feb 2010; Christian Faulhammer <fauli@gentoo.org>
pyinotify-0.8.9.ebuild:
diff --git a/dev-python/pyinotify/pyinotify-0.8.9.ebuild b/dev-python/pyinotify/pyinotify-0.8.9.ebuild
index 43fe0c364766..b661be70eca4 100644
--- a/dev-python/pyinotify/pyinotify-0.8.9.ebuild
+++ b/dev-python/pyinotify/pyinotify-0.8.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.8.9.ebuild,v 1.4 2010/02/23 11:23:22 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.8.9.ebuild,v 1.5 2010/03/03 21:29:39 darkside Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@ SRC_URI="http://seb.dbzteam.org/pub/pyinotify/releases/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc sparc x86"
+KEYWORDS="~amd64 ppc sparc x86 ~amd64-linux"
IUSE="doc examples"
DEPEND=""