summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-07 13:12:11 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-07 13:12:11 +0000
commit3448cc1b5931a23e305c82da8334825bfac7a2b7 (patch)
tree229d5f2b263a5fbc65f4e57ee8bd5b13346a888a /sys-fs
parentCorrect Slots for gtk 3 introduction to tree (diff)
downloadgentoo-2-3448cc1b5931a23e305c82da8334825bfac7a2b7.tar.gz
gentoo-2-3448cc1b5931a23e305c82da8334825bfac7a2b7.tar.bz2
gentoo-2-3448cc1b5931a23e305c82da8334825bfac7a2b7.zip
Correct Slots for gtk 3 introduction to tree, keyworded for prefix linux
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
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}"