diff options
author | Rafael Martins <rafaelmartins@gentoo.org> | 2010-10-20 05:31:21 +0000 |
---|---|---|
committer | Rafael Martins <rafaelmartins@gentoo.org> | 2010-10-20 05:31:21 +0000 |
commit | 00c65ea64a012f28a9baa387ae73314eb379f823 (patch) | |
tree | a9a4545bc0ecf4ef3185c7ca0c03500c7445b146 | |
parent | remove non-maintainer rev bump; backport changes to stable ebuild to avoid po... (diff) | |
download | gentoo-2-00c65ea64a012f28a9baa387ae73314eb379f823.tar.gz gentoo-2-00c65ea64a012f28a9baa387ae73314eb379f823.tar.bz2 gentoo-2-00c65ea64a012f28a9baa387ae73314eb379f823.zip |
Fixed sqlite dependency. Thanks to Domen Kožar (bug #340245).
(Portage version: 2.2_rc89/cvs/Linux i686)
-rw-r--r-- | dev-vcs/fossil/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/fossil/fossil-20100918155143.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/fossil/fossil-20101005035549.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-vcs/fossil/ChangeLog b/dev-vcs/fossil/ChangeLog index 00016f484cce..b58d333998dc 100644 --- a/dev-vcs/fossil/ChangeLog +++ b/dev-vcs/fossil/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/fossil # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/ChangeLog,v 1.4 2010/10/19 21:38:36 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/ChangeLog,v 1.5 2010/10/20 05:31:21 rafaelmartins Exp $ + + 20 Oct 2010; Rafael G. Martins <rafaelmartins@gentoo.org> + fossil-20100918155143.ebuild, fossil-20101005035549.ebuild: + Fixed sqlite dependency. Thanks to Domen Kožar (bug #340245). *fossil-20101005035549 (19 Oct 2010) diff --git a/dev-vcs/fossil/fossil-20100918155143.ebuild b/dev-vcs/fossil/fossil-20100918155143.ebuild index 49bcf4f2c7ea..ec8ee9d2b87b 100644 --- a/dev-vcs/fossil/fossil-20100918155143.ebuild +++ b/dev-vcs/fossil/fossil-20100918155143.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/fossil-20100918155143.ebuild,v 1.1 2010/09/27 00:25:06 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/fossil-20100918155143.ebuild,v 1.2 2010/10/20 05:31:21 rafaelmartins Exp $ EAPI="2" @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-db/sqlite:3 +DEPEND=">=dev-db/sqlite-3.7.0 dev-libs/openssl sys-libs/zlib" RDEPEND="${DEPEND}" diff --git a/dev-vcs/fossil/fossil-20101005035549.ebuild b/dev-vcs/fossil/fossil-20101005035549.ebuild index 85b545f13f48..3b0de6d432b8 100644 --- a/dev-vcs/fossil/fossil-20101005035549.ebuild +++ b/dev-vcs/fossil/fossil-20101005035549.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/fossil-20101005035549.ebuild,v 1.1 2010/10/19 21:38:36 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/fossil-20101005035549.ebuild,v 1.2 2010/10/20 05:31:21 rafaelmartins Exp $ EAPI="2" @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-db/sqlite:3 +DEPEND=">=dev-db/sqlite-3.7.0 dev-libs/openssl sys-libs/zlib" RDEPEND="${DEPEND}" |