summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-11-04 22:11:28 +0000
committerMichał Górny <mgorny@gentoo.org>2014-11-04 22:11:28 +0000
commit3786940eb1b4c08ca01599694a41779d4cd6752b (patch)
tree023d955d5c3240afb8d0b3e79012071c9defbd92 /virtual/pypy/pypy-2.4.0.ebuild
parentAdd upstream patch for building with cmake-3 reported by zimous via bug #526624 (diff)
downloadhistorical-3786940eb1b4c08ca01599694a41779d4cd6752b.tar.gz
historical-3786940eb1b4c08ca01599694a41779d4cd6752b.tar.bz2
historical-3786940eb1b4c08ca01599694a41779d4cd6752b.zip
Add USE=gdbm to match updated PyPy ebuilds.
Package-Manager: portage-2.2.14/cvs/Linux x86_64 Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'virtual/pypy/pypy-2.4.0.ebuild')
-rw-r--r--virtual/pypy/pypy-2.4.0.ebuild8
1 files changed, 4 insertions, 4 deletions
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?]
)"