summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/PyQt/PyQt-3.14.1-r1.ebuild4
-rw-r--r--mail-filter/dspam/dspam-3.6.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/PyQt/PyQt-3.14.1-r1.ebuild b/dev-python/PyQt/PyQt-3.14.1-r1.ebuild
index bbf11990b92a..90063f14f1ce 100644
--- a/dev-python/PyQt/PyQt-3.14.1-r1.ebuild
+++ b/dev-python/PyQt/PyQt-3.14.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.14.1-r1.ebuild,v 1.1 2005/12/09 22:07:41 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.14.1-r1.ebuild,v 1.2 2005/12/12 15:10:22 swegener Exp $
inherit distutils eutils
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~ppc64"
IUSE="debug doc examples"
-RDEPEND="=x11-libs/qt*
+RDEPEND="x11-libs/qt
~dev-python/sip-4.2.1
<dev-python/qscintilla-1.6"
DEPEND="${RDEPEND}
diff --git a/mail-filter/dspam/dspam-3.6.0.ebuild b/mail-filter/dspam/dspam-3.6.0.ebuild
index c2f033f53e36..66e2decb6336 100644
--- a/mail-filter/dspam/dspam-3.6.0.ebuild
+++ b/mail-filter/dspam/dspam-3.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.6.0.ebuild,v 1.7 2005/11/20 01:37:41 sbriesen Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.6.0.ebuild,v 1.8 2005/12/12 15:14:12 swegener Exp $
inherit eutils
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
IUSE="clamav debug large-domain logrotate mysql neural oci8 postgres sqlite sqlite3 virtual-users user-homedirs"
DEPEND="clamav? ( >=app-antivirus/clamav-0.86 )
mysql? ( >=dev-db/mysql-3.23 )
- sqlite? ( <dev-db/sqlite-3* )
+ sqlite? ( <dev-db/sqlite-3 )
sqlite3? ( =dev-db/sqlite-3* )
postgres? ( >=dev-db/postgresql-7.4.3 )
>=sys-libs/db-4.0