diff options
author | 2003-07-12 23:00:50 +0000 | |
---|---|---|
committer | 2003-07-12 23:00:50 +0000 | |
commit | 296cd7e2c438281f2bdc7a58c07d78a46aae2634 (patch) | |
tree | 91d02c2b6230aecbf72648069da2c7fe366b770f /dev-python | |
parent | repoman fixes (diff) | |
download | gentoo-2-296cd7e2c438281f2bdc7a58c07d78a46aae2634.tar.gz gentoo-2-296cd7e2c438281f2bdc7a58c07d78a46aae2634.tar.bz2 gentoo-2-296cd7e2c438281f2bdc7a58c07d78a46aae2634.zip |
repoman fixes
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/anygui/anygui-0.1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/anygui/anygui-0.1.1-r1.ebuild b/dev-python/anygui/anygui-0.1.1-r1.ebuild index 33ab116f1e2f..a1bb2bb9418f 100644 --- a/dev-python/anygui/anygui-0.1.1-r1.ebuild +++ b/dev-python/anygui/anygui-0.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/anygui/anygui-0.1.1-r1.ebuild,v 1.15 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/anygui/anygui-0.1.1-r1.ebuild,v 1.16 2003/07/12 23:00:50 aliz Exp $ IUSE="wxwin gtk qt tcltk" @@ -11,7 +11,7 @@ HOMEPAGE="http://anygui.sourceforge.net/" DEPEND=">=dev-lang/python-2.0 sys-libs/ncurses - qt? ( =dev-python/PyQt-2.4* ) + qt? ( dev-python/PyQt ) gtk? ( dev-python/pygtk ) tcltk? ( dev-lang/tk ) wxwin? ( dev-python/wxPython )" |