diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-11-04 22:11:22 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-11-04 22:11:22 +0000 |
commit | 1dec59067002bc28a440cd95cc51299a61b8f2c8 (patch) | |
tree | bd4990a50201964afc8986097571f5e4a2811c46 /virtual/pypy | |
parent | Add upstream patch for building with cmake-3 reported by zimous via bug #526624 (diff) | |
download | gentoo-2-1dec59067002bc28a440cd95cc51299a61b8f2c8.tar.gz gentoo-2-1dec59067002bc28a440cd95cc51299a61b8f2c8.tar.bz2 gentoo-2-1dec59067002bc28a440cd95cc51299a61b8f2c8.zip |
Add USE=gdbm to match updated PyPy ebuilds.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'virtual/pypy')
-rw-r--r-- | virtual/pypy/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/pypy/pypy-2.3.1.ebuild | 8 | ||||
-rw-r--r-- | virtual/pypy/pypy-2.4.0.ebuild | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/virtual/pypy/ChangeLog b/virtual/pypy/ChangeLog index d2f17a6fc7a0..c259a78cfa56 100644 --- a/virtual/pypy/ChangeLog +++ b/virtual/pypy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/pypy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.12 2014/10/21 01:10:22 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.13 2014/11/04 22:11:22 mgorny Exp $ + + 04 Nov 2014; Michał Górny <mgorny@gentoo.org> pypy-2.3.1.ebuild, + pypy-2.4.0.ebuild: + Add USE=gdbm to match updated PyPy ebuilds. *pypy-2.4.0 (21 Oct 2014) diff --git a/virtual/pypy/pypy-2.3.1.ebuild b/virtual/pypy/pypy-2.3.1.ebuild index 035bba229359..d3e76e30ee40 100644 --- a/virtual/pypy/pypy-2.3.1.ebuild +++ b/virtual/pypy/pypy-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.3.1.ebuild,v 1.1 2014/07/12 21:29:10 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.3.1.ebuild,v 1.2 2014/11/04 22:11:22 mgorny Exp $ EAPI=5 @@ -13,10 +13,10 @@ SRC_URI="" LICENSE="" SLOT="0/$(get_version_component_range 1-2 ${PV})" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="bzip2 ncurses sqlite tk" +IUSE="bzip2 gdbm ncurses sqlite tk" RDEPEND=" || ( - >=dev-python/pypy-${PV}:${SLOT}[bzip2?,ncurses?,sqlite?,tk?] - >=dev-python/pypy-bin-${PV}:${SLOT}[sqlite?,tk?] + >=dev-python/pypy-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?] + >=dev-python/pypy-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?] )" diff --git a/virtual/pypy/pypy-2.4.0.ebuild b/virtual/pypy/pypy-2.4.0.ebuild index 949d47155281..6881dfa30e55 100644 --- a/virtual/pypy/pypy-2.4.0.ebuild +++ b/virtual/pypy/pypy-2.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.4.0.ebuild,v 1.1 2014/10/21 01:10:22 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.4.0.ebuild,v 1.2 2014/11/04 22:11:22 mgorny Exp $ EAPI=5 @@ -13,10 +13,10 @@ SRC_URI="" LICENSE="" SLOT="0/$(get_version_component_range 1-2 ${PV})" #KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="bzip2 ncurses sqlite tk" +IUSE="bzip2 gdbm ncurses sqlite tk" RDEPEND=" || ( - >=dev-python/pypy-${PV}:${SLOT}[bzip2?,ncurses?,sqlite?,tk?] - >=dev-python/pypy-bin-${PV}:${SLOT}[sqlite?,tk?] + >=dev-python/pypy-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?] + >=dev-python/pypy-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?] )" |