From 3448cc1b5931a23e305c82da8334825bfac7a2b7 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 7 Mar 2011 13:12:11 +0000 Subject: Correct Slots for gtk 3 introduction to tree, keyworded for prefix linux (Portage version: 2.2.0_alpha26/cvs/Linux x86_64) --- sys-fs/pysize/ChangeLog | 7 +++++-- sys-fs/pysize/pysize-0.2.ebuild | 8 ++++---- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'sys-fs/pysize') 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 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}" -- cgit v1.2.3-65-gdbad