summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/pysize/ChangeLog7
-rw-r--r--sys-fs/pysize/pysize-0.2.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/sys-fs/pysize/ChangeLog b/sys-fs/pysize/ChangeLog
index d990aa9cc914..b57f4edae079 100644
--- a/sys-fs/pysize/ChangeLog
+++ b/sys-fs/pysize/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/pysize
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/ChangeLog,v 1.1 2010/07/11 15:16:05 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/ChangeLog,v 1.2 2011/03/07 13:12:11 jlec Exp $
+
+ 07 Mar 2011; Justin Lecher <jlec@gentoo.org> pysize-0.2.ebuild:
+ Correct Slots for gtk 3 introduction to tree, keyworded for prefix linux
*pysize-0.2 (11 Jul 2010)
diff --git a/sys-fs/pysize/pysize-0.2.ebuild b/sys-fs/pysize/pysize-0.2.ebuild
index 5ab9c34460d6..fcc0d683a830 100644
--- a/sys-fs/pysize/pysize-0.2.ebuild
+++ b/sys-fs/pysize/pysize-0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild,v 1.1 2010/07/11 15:16:05 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild,v 1.2 2011/03/07 13:12:11 jlec Exp $
EAPI="3"
@@ -16,11 +16,11 @@ SRC_URI="http://guichaz.free.fr/${PN}/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="gtk ncurses psyco"
DEPEND="
- gtk? ( dev-python/pygtk )
+ gtk? ( dev-python/pygtk:2 )
ncurses? ( sys-libs/ncurses )
psyco? ( dev-python/psyco )"
RDEPEND="${DEPEND}"