diff options
author | 2013-03-20 07:30:00 +0000 | |
---|---|---|
committer | 2013-03-20 07:30:00 +0000 | |
commit | 10545c655ecc28173ac9b9a8011239bd5c90cbe6 (patch) | |
tree | 3383e805c774bd514a8cd46de47071491a6d6078 /sys-apps/entropy | |
parent | Revert subslot operator addition to poppler dependency, wrt bug #462020 (diff) | |
download | gentoo-2-10545c655ecc28173ac9b9a8011239bd5c90cbe6.tar.gz gentoo-2-10545c655ecc28173ac9b9a8011239bd5c90cbe6.tar.bz2 gentoo-2-10545c655ecc28173ac9b9a8011239bd5c90cbe6.zip |
update dev-db/sqlite dependencies as per bug #462398
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key ADC916E5)
Diffstat (limited to 'sys-apps/entropy')
-rw-r--r-- | sys-apps/entropy/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/entropy/entropy-136.ebuild | 8 | ||||
-rw-r--r-- | sys-apps/entropy/entropy-144.ebuild | 8 | ||||
-rw-r--r-- | sys-apps/entropy/entropy-183.ebuild | 6 |
4 files changed, 16 insertions, 12 deletions
diff --git a/sys-apps/entropy/ChangeLog b/sys-apps/entropy/ChangeLog index 20093afb2bab..6e9db4cc6e53 100644 --- a/sys-apps/entropy/ChangeLog +++ b/sys-apps/entropy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/entropy # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy/ChangeLog,v 1.32 2013/03/14 18:08:47 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy/ChangeLog,v 1.33 2013/03/20 07:30:00 lxnay Exp $ + + 20 Mar 2013; Fabio Erculiani <lxnay@gentoo.org> entropy-136.ebuild, + entropy-144.ebuild, entropy-183.ebuild: + update dev-db/sqlite dependencies as per bug #462398 *entropy-183 (14 Mar 2013) diff --git a/sys-apps/entropy/entropy-136.ebuild b/sys-apps/entropy/entropy-136.ebuild index 87911072b69b..c11c626fa519 100644 --- a/sys-apps/entropy/entropy-136.ebuild +++ b/sys-apps/entropy/entropy-136.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy/entropy-136.ebuild,v 1.1 2012/08/24 14:21:57 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy/entropy-136.ebuild,v 1.2 2013/03/20 07:30:00 lxnay Exp $ -EAPI="3" +EAPI="4" PYTHON_DEPEND="2" PYTHON_USE_WITH="sqlite" inherit eutils python user @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm ~x86" IUSE="" SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2" -RDEPEND="dev-db/sqlite[soundex] +RDEPEND="dev-db/sqlite[soundex(+)] net-misc/rsync sys-apps/diffutils sys-apps/sandbox diff --git a/sys-apps/entropy/entropy-144.ebuild b/sys-apps/entropy/entropy-144.ebuild index 3c6ba9324ad9..dc57b58461aa 100644 --- a/sys-apps/entropy/entropy-144.ebuild +++ b/sys-apps/entropy/entropy-144.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy/entropy-144.ebuild,v 1.2 2012/12/31 18:19:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy/entropy-144.ebuild,v 1.3 2013/03/20 07:30:00 lxnay Exp $ -EAPI="3" +EAPI="4" PYTHON_DEPEND="2" PYTHON_USE_WITH="sqlite" inherit eutils python user @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" IUSE="" SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2" -RDEPEND="dev-db/sqlite[soundex] +RDEPEND="dev-db/sqlite[soundex(+)] net-misc/rsync sys-apps/diffutils sys-apps/sandbox diff --git a/sys-apps/entropy/entropy-183.ebuild b/sys-apps/entropy/entropy-183.ebuild index 30549f7c534e..6c98c4e2e156 100644 --- a/sys-apps/entropy/entropy-183.ebuild +++ b/sys-apps/entropy/entropy-183.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy/entropy-183.ebuild,v 1.1 2013/03/14 18:08:47 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/entropy/entropy-183.ebuild,v 1.2 2013/03/20 07:30:00 lxnay Exp $ -EAPI="3" +EAPI="4" PYTHON_DEPEND="2" PYTHON_USE_WITH="sqlite" inherit eutils python user @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm ~x86" IUSE="" SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2" -RDEPEND="dev-db/sqlite[soundex] +RDEPEND="dev-db/sqlite[soundex(+)] net-misc/rsync sys-apps/diffutils sys-apps/sandbox |