summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Bevin <gbevin@gentoo.org>2002-03-06 18:55:22 +0000
committerGeert Bevin <gbevin@gentoo.org>2002-03-06 18:55:22 +0000
commit0630e35e86283e37894a93aa49bf5e28a6da528d (patch)
tree210bfaf068600312542bd42e3b737414d737b33d /dev-python/anygui
parentFixed bug #980 (diff)
downloadhistorical-0630e35e86283e37894a93aa49bf5e28a6da528d.tar.gz
historical-0630e35e86283e37894a93aa49bf5e28a6da528d.tar.bz2
historical-0630e35e86283e37894a93aa49bf5e28a6da528d.zip
Dependency audit and fixes of bad syntaxes
Diffstat (limited to 'dev-python/anygui')
-rw-r--r--dev-python/anygui/anygui-0.1.1.ebuild2
-rw-r--r--dev-python/anygui/anygui-0.1_beta1-r1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/anygui/anygui-0.1.1.ebuild b/dev-python/anygui/anygui-0.1.1.ebuild
index 972bca1fdd52..c066fc54f260 100644
--- a/dev-python/anygui/anygui-0.1.1.ebuild
+++ b/dev-python/anygui/anygui-0.1.1.ebuild
@@ -12,7 +12,7 @@ DEPEND=">=dev-lang/python-2.0
sys-libs/ncurses
qt? ( =dev-python/PyQt-2.4* )
gtk? ( dev-python/pygtk )
- tcltk? ( dev-lang/tk-8.3.3 )
+ tcltk? ( dev-lang/tk )
wxwin? ( dev-python/wxPython )"
# Propsed wxwin use variable for wxGTK for wxWindows? ( dev-python/wxPython ) *NOT* official
diff --git a/dev-python/anygui/anygui-0.1_beta1-r1.ebuild b/dev-python/anygui/anygui-0.1_beta1-r1.ebuild
index 39757279d6a8..2df2e2901502 100644
--- a/dev-python/anygui/anygui-0.1_beta1-r1.ebuild
+++ b/dev-python/anygui/anygui-0.1_beta1-r1.ebuild
@@ -13,7 +13,7 @@ DEPEND=">=dev-lang/python-2.0
sys-libs/ncurses
qt? ( =dev-python/PyQt-2.4* )
gtk? ( dev-python/pygtk )
- tcltk? ( dev-lang/tk-8.3.3 )"
+ tcltk? ( dev-lang/tk )"
#future:
# might need a wxw use variable for wxGTK for wxw? ( dev-python/wxPython )
# also use variable fltk for fltk? ( dev-python/PyFLTK ) no ebuild for PyFLTK yet