summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-03-01 00:03:04 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-03-01 00:03:04 +0000
commit430c9f37a41956e046590c11a4cc5d7f8d38aae6 (patch)
treefbf396abec1994c2d30ffdb9dd1c4720cc4a2fe3 /app-dicts
parenttouchups (diff)
downloadgentoo-2-430c9f37a41956e046590c11a4cc5d7f8d38aae6.tar.gz
gentoo-2-430c9f37a41956e046590c11a4cc5d7f8d38aae6.tar.bz2
gentoo-2-430c9f37a41956e046590c11a4cc5d7f8d38aae6.zip
Prevent breakage with pygtk2
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/pydict/ChangeLog5
-rw-r--r--app-dicts/pydict/pydict-0.2.5.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-dicts/pydict/ChangeLog b/app-dicts/pydict/ChangeLog
index 70c5d8c4ad37..8701065373bd 100644
--- a/app-dicts/pydict/ChangeLog
+++ b/app-dicts/pydict/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for app-dicts/pydict
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/pydict/ChangeLog,v 1.2 2003/02/12 03:34:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/pydict/ChangeLog,v 1.3 2003/03/01 00:03:04 liquidx Exp $
*pydict-0.2.5.1 (12 Dec 2002)
+ 01 Mar 2003; Alastair Tse <liquidx@gentoo.org> pydict-0.2.5.1.ebuild :
+ Changed DEPEND to only use gtk1
+
12 Dec 2002; B.Lauwers <blauwers@gentoo.org> pydict-0.2.5.1.ebuild, Changelog :
initial submit of ebuild submitted by Lin Zhemin <ljm@ljm.idv.tw>.
diff --git a/app-dicts/pydict/pydict-0.2.5.1.ebuild b/app-dicts/pydict/pydict-0.2.5.1.ebuild
index e56d13418fcc..154a3298e2b8 100644
--- a/app-dicts/pydict/pydict-0.2.5.1.ebuild
+++ b/app-dicts/pydict/pydict-0.2.5.1.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/app-dicts/pydict/pydict-0.2.5.1.ebuild,v 1.2 2003/02/13 06:28:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/pydict/pydict-0.2.5.1.ebuild,v 1.3 2003/03/01 00:03:04 liquidx Exp $
DESCRIPTION="Chinese-English / English-Chinese dictionary"
HOMEPAGE="http://sourceforge.net/projects/pydict"
@@ -10,7 +10,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
DEPEND="virtual/python
- >=dev-python/pygtk-0.6.9"
+ =dev-python/pygtk-0.6*"
S="${WORKDIR}/dict"