diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 23:00:50 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 23:00:50 +0000 |
commit | 417fe79e32fc9953cff560fa48a354b36a91b217 (patch) | |
tree | 7af76129fae7016a236fcd3701336b1cd6a8ab7b /dev-python/anygui | |
parent | repoman fixes (diff) | |
download | historical-417fe79e32fc9953cff560fa48a354b36a91b217.tar.gz historical-417fe79e32fc9953cff560fa48a354b36a91b217.tar.bz2 historical-417fe79e32fc9953cff560fa48a354b36a91b217.zip |
repoman fixes
Diffstat (limited to 'dev-python/anygui')
-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 )" |