summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2006-08-22 09:57:03 +0000
committerAlastair Tse <liquidx@gentoo.org>2006-08-22 09:57:03 +0000
commit0a427568d2dfb16f0a0d63e7bf3283acdcbe6763 (patch)
tree6c09285f633d4552dff44d0bb5570e087ced40d4 /net-irc/supybot
parentVersion bump, adding hotfix release for 2.4.33. (diff)
downloadgentoo-2-0a427568d2dfb16f0a0d63e7bf3283acdcbe6763.tar.gz
gentoo-2-0a427568d2dfb16f0a0d63e7bf3283acdcbe6763.tar.bz2
gentoo-2-0a427568d2dfb16f0a0d63e7bf3283acdcbe6763.zip
cleanup and fix pysqlite deps for slotted pysqlite-2 (#82511)
(Portage version: 2.1-r2)
Diffstat (limited to 'net-irc/supybot')
-rw-r--r--net-irc/supybot/ChangeLog6
-rw-r--r--net-irc/supybot/supybot-0.77.2.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/net-irc/supybot/ChangeLog b/net-irc/supybot/ChangeLog
index 9033615bd1ee..a08d2f6c3f44 100644
--- a/net-irc/supybot/ChangeLog
+++ b/net-irc/supybot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/supybot
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.15 2006/08/05 22:54:40 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.16 2006/08/22 09:57:03 liquidx Exp $
+
+ 22 Aug 2006; Alastair Tse <liquidx@gentoo.org> supybot-0.77.2.ebuild,
+ -supybot-0.80.1.ebuild, -supybot-0.83.0_rc3.ebuild:
+ cleanup and fix pysqlite deps for slotted pysqlite-2 (#82511)
05 Aug 2006; Jason Wever <weeve@gentoo.org> supybot-0.83.2.ebuild:
Added ~sparc keyword wrt bug #141096.
diff --git a/net-irc/supybot/supybot-0.77.2.ebuild b/net-irc/supybot/supybot-0.77.2.ebuild
index b4f428a352f3..bde34ffaa86f 100644
--- a/net-irc/supybot/supybot-0.77.2.ebuild
+++ b/net-irc/supybot/supybot-0.77.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.77.2.ebuild,v 1.8 2005/05/29 15:43:33 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.77.2.ebuild,v 1.9 2006/08/22 09:57:03 liquidx Exp $
inherit distutils eutils
@@ -17,7 +17,7 @@ KEYWORDS="~x86 ~ppc ppc-macos"
IUSE="sqlite"
DEPEND=">=dev-lang/python-2.3
- sqlite? ( >=dev-python/pysqlite-0.4.3 )"
+ sqlite? ( <dev-python/pysqlite-1.99 )"
S=${WORKDIR}/${MY_P}