diff options
author | 2014-05-09 06:14:41 +0000 | |
---|---|---|
committer | 2014-05-09 06:14:41 +0000 | |
commit | faa555ddd9a1e0fd10d950954726d9f74c20f679 (patch) | |
tree | 88d82a41a8cbfcbc4d6ad83e36451c791320c99f /virtual | |
parent | Add USE=tk for tkinter modules. Update the list of cffi-compiled modules. Bug... (diff) | |
download | gentoo-2-faa555ddd9a1e0fd10d950954726d9f74c20f679.tar.gz gentoo-2-faa555ddd9a1e0fd10d950954726d9f74c20f679.tar.bz2 gentoo-2-faa555ddd9a1e0fd10d950954726d9f74c20f679.zip |
Add USE=tk for tkinter modules. Bug #509794.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/pypy/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/pypy/pypy-2.2.1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/virtual/pypy/ChangeLog b/virtual/pypy/ChangeLog index c034908a7bc5..dc1431405d13 100644 --- a/virtual/pypy/ChangeLog +++ b/virtual/pypy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/pypy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.7 2014/03/30 21:00:59 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.8 2014/05/09 06:14:41 mgorny Exp $ + + 09 May 2014; Michał Górny <mgorny@gentoo.org> pypy-2.2.1.ebuild: + Add USE=tk for tkinter modules. Bug #509794. *pypy-2.0.2-r1 (30 Mar 2014) diff --git a/virtual/pypy/pypy-2.2.1.ebuild b/virtual/pypy/pypy-2.2.1.ebuild index aa40a142ce2f..276477659014 100644 --- a/virtual/pypy/pypy-2.2.1.ebuild +++ b/virtual/pypy/pypy-2.2.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.2.1.ebuild,v 1.3 2014/03/30 21:00:58 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.2.1.ebuild,v 1.4 2014/05/09 06:14:41 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" +IUSE="bzip2 ncurses sqlite tk" RDEPEND=" || ( - >=dev-python/pypy-${PV}:${SLOT}[bzip2?,ncurses?,sqlite?,ssl(+)] - >=dev-python/pypy-bin-${PV}:${SLOT}[sqlite?] + >=dev-python/pypy-${PV}:${SLOT}[bzip2?,ncurses?,sqlite?,tk?] + >=dev-python/pypy-bin-${PV}:${SLOT}[sqlite?,tk?] )" |