summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-06 18:14:26 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-06 18:14:26 +0000
commitb078c6811ce406fd8b84195f3f3ca8e708d46eab (patch)
treea4de0024a54796a1e50cbe606fdafe61df5431c3 /app-emulation/vboxgtk
parentDelete older ebuild. (diff)
downloadgentoo-2-b078c6811ce406fd8b84195f3f3ca8e708d46eab.tar.gz
gentoo-2-b078c6811ce406fd8b84195f3f3ca8e708d46eab.tar.bz2
gentoo-2-b078c6811ce406fd8b84195f3f3ca8e708d46eab.zip
Fix dependencies. Restrict Jython ABIs.
(Portage version: 2.2.0_alpha29_p10/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/vboxgtk')
-rw-r--r--app-emulation/vboxgtk/vboxgtk-0.5.0-r1.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/app-emulation/vboxgtk/vboxgtk-0.5.0-r1.ebuild b/app-emulation/vboxgtk/vboxgtk-0.5.0-r1.ebuild
index 5d210acf996f..64e34b48cb62 100644
--- a/app-emulation/vboxgtk/vboxgtk-0.5.0-r1.ebuild
+++ b/app-emulation/vboxgtk/vboxgtk-0.5.0-r1.ebuild
@@ -1,10 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/vboxgtk-0.5.0-r1.ebuild,v 1.2 2011/01/07 15:20:50 polynomial-c Exp $
-
-EAPI="2"
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/vboxgtk-0.5.0-r1.ebuild,v 1.3 2011/04/06 18:14:26 arfrever Exp $
+EAPI="3"
+PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit gnome2-utils distutils
@@ -23,8 +24,6 @@ RDEPEND="
>=app-emulation/virtualbox-bin-2.2.2 )
>=dev-python/pygtk-2.14.0"
-RESTRICT_PYTHON_ABIS="3.*"
-
src_prepare() {
if ! use linguas_es; then
rm po/es.po || die "rm failed"