diff options
author | Davide Pesavento <pesa@gentoo.org> | 2015-02-28 01:50:51 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2015-02-28 01:50:51 +0000 |
commit | b3477ba21a69d04c5eaf985fcd23251e7b561b4b (patch) | |
tree | d08a7b558838baf5e454d0771f83eb76be114069 /dev-util | |
parent | Drop old (uses deprecated dev-haskell/tls-extra). (diff) | |
download | gentoo-2-b3477ba21a69d04c5eaf985fcd23251e7b561b4b.tar.gz gentoo-2-b3477ba21a69d04c5eaf985fcd23251e7b561b4b.tar.bz2 gentoo-2-b3477ba21a69d04c5eaf985fcd23251e7b561b4b.zip |
Add missing USE deps, bug 541560.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/eric/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/eric/eric-4.5.25-r1.ebuild (renamed from dev-util/eric/eric-4.5.25.ebuild) | 5 |
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-util/eric/ChangeLog b/dev-util/eric/ChangeLog index fd5cd929c5d7..572ff607d378 100644 --- a/dev-util/eric/ChangeLog +++ b/dev-util/eric/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/eric -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.216 2014/12/09 03:29:55 pesa Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.217 2015/02/28 01:50:51 pesa Exp $ + +*eric-4.5.25-r1 (28 Feb 2015) + + 28 Feb 2015; Davide Pesavento <pesa@gentoo.org> +eric-4.5.25-r1.ebuild, + -eric-4.5.25.ebuild: + Add missing USE deps, bug 541560. *eric-5.5.2 (09 Dec 2014) diff --git a/dev-util/eric/eric-4.5.25.ebuild b/dev-util/eric/eric-4.5.25-r1.ebuild index 7426ad2f9e8c..a44f6133c698 100644 --- a/dev-util/eric/eric-4.5.25.ebuild +++ b/dev-util/eric/eric-4.5.25-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.5.25.ebuild,v 1.1 2014/10/08 00:27:21 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.5.25-r1.ebuild,v 1.1 2015/02/28 01:50:51 pesa Exp $ EAPI=4 @@ -8,6 +8,7 @@ PYTHON_DEPEND="2:2.7" SUPPORT_PYTHON_ABIS="1" # 2.4 and 2.5 are restricted to avoid conditional dependency on dev-python/simplejson RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython 2.7-pypy-*" +PYTHON_USE_WITH="sqlite xml" PLOCALES="cs de en es fr it ru tr zh_CN" |