diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-08-03 14:19:09 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-08-03 14:19:09 +0000 |
commit | 37ea3c5b3c4f2534bedb23b85c5aa674f1da9379 (patch) | |
tree | fe52ebe10d567ce1cfa26a75fb2b94f273fbf837 /net-im/pidgin | |
parent | Version bump as per bug 171137. Thanks, jakub, for the ebuild! (diff) | |
download | gentoo-2-37ea3c5b3c4f2534bedb23b85c5aa674f1da9379.tar.gz gentoo-2-37ea3c5b3c4f2534bedb23b85c5aa674f1da9379.tar.bz2 gentoo-2-37ea3c5b3c4f2534bedb23b85c5aa674f1da9379.zip |
Fix sqlite dependencies, bug #186800
(Portage version: 2.1.3.2)
Diffstat (limited to 'net-im/pidgin')
-rw-r--r-- | net-im/pidgin/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/pidgin/pidgin-2.0.0.ebuild | 4 | ||||
-rw-r--r-- | net-im/pidgin/pidgin-2.0.1.ebuild | 4 | ||||
-rw-r--r-- | net-im/pidgin/pidgin-2.0.2.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/net-im/pidgin/ChangeLog b/net-im/pidgin/ChangeLog index 4c89df618fd1..f7a7e144cd98 100644 --- a/net-im/pidgin/ChangeLog +++ b/net-im/pidgin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/pidgin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.18 2007/07/20 21:48:53 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.19 2007/08/03 14:19:09 nyhm Exp $ + + 03 Aug 2007; Tristan Heaven <nyhm@gentoo.org> pidgin-2.0.0.ebuild, + pidgin-2.0.1.ebuild, pidgin-2.0.2.ebuild: + Fix sqlite dependencies, bug #186800 20 Jul 2007; <tester@gentoo.org> pidgin-2.0.2.ebuild: Always enable msn protocol and remove ssl use flag since its not compulsory diff --git a/net-im/pidgin/pidgin-2.0.0.ebuild b/net-im/pidgin/pidgin-2.0.0.ebuild index a73c04a3097e..65b7c3e0000b 100644 --- a/net-im/pidgin/pidgin-2.0.0.ebuild +++ b/net-im/pidgin/pidgin-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.0.0.ebuild,v 1.7 2007/05/26 20:34:30 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.0.0.ebuild,v 1.8 2007/08/03 14:19:09 nyhm Exp $ inherit flag-o-matic eutils toolchain-funcs multilib autotools perl-app gnome2 @@ -52,7 +52,7 @@ RDEPEND=" doc? ( app-doc/doxygen ) dev-libs/libxml2 networkmanager? ( net-misc/networkmanager ) - prediction? ( =dev-db/sqlite-3.3* )" + prediction? ( =dev-db/sqlite-3* )" #mono? ( dev-lang/mono )" DEPEND="$RDEPEND diff --git a/net-im/pidgin/pidgin-2.0.1.ebuild b/net-im/pidgin/pidgin-2.0.1.ebuild index d6bd0b04ab4a..9d96c893cf56 100644 --- a/net-im/pidgin/pidgin-2.0.1.ebuild +++ b/net-im/pidgin/pidgin-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.0.1.ebuild,v 1.4 2007/05/29 17:15:59 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.0.1.ebuild,v 1.5 2007/08/03 14:19:09 nyhm Exp $ WANT_AUTOMAKE=1.9 @@ -53,7 +53,7 @@ RDEPEND=" doc? ( app-doc/doxygen ) dev-libs/libxml2 networkmanager? ( net-misc/networkmanager ) - prediction? ( =dev-db/sqlite-3.3* )" + prediction? ( =dev-db/sqlite-3* )" #mono? ( dev-lang/mono )" DEPEND="$RDEPEND diff --git a/net-im/pidgin/pidgin-2.0.2.ebuild b/net-im/pidgin/pidgin-2.0.2.ebuild index 82881b56696b..020ee1cc5829 100644 --- a/net-im/pidgin/pidgin-2.0.2.ebuild +++ b/net-im/pidgin/pidgin-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.0.2.ebuild,v 1.4 2007/07/20 21:48:53 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.0.2.ebuild,v 1.5 2007/08/03 14:19:09 nyhm Exp $ WANT_AUTOMAKE=1.9 @@ -47,7 +47,7 @@ RDEPEND=" doc? ( app-doc/doxygen ) dev-libs/libxml2 networkmanager? ( net-misc/networkmanager ) - prediction? ( =dev-db/sqlite-3.3* )" + prediction? ( =dev-db/sqlite-3* )" #mono? ( dev-lang/mono )" DEPEND="$RDEPEND |