commit:     a78eeb07acab68620b5e97deedd27efda17299b7
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 10:03:22 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 10:03:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78eeb07

app-text/iso-codes: Needs python3 as build depend (#584672 by pash)

Package-Manager: portage-2.3.0_rc1

 app-text/iso-codes/iso-codes-3.68.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-text/iso-codes/iso-codes-3.68.ebuild 
b/app-text/iso-codes/iso-codes-3.68.ebuild
index 80cd337..d5f1d86 100644
--- a/app-text/iso-codes/iso-codes-3.68.ebuild
+++ b/app-text/iso-codes/iso-codes-3.68.ebuild
@@ -3,10 +3,10 @@
 # $Id$
 
 EAPI=6
-
+PYTHON_COMPAT=( python3_{4,5} )
 PLOCALES="af am ar as ast az be bg bn bn_IN br bs byn ca crh cs cy da de dz el 
en eo es et eu fa fi fo fr ga gez gl gu haw he hi hr hu hy ia id is it ja ka kk 
km kn ko kok ku lt lv mi mk ml mn mr ms mt nb ne nl nn nso oc or pa pl ps pt 
pt_BR ro ru rw si sk sl so sq sr sr@latin sv sw ta te th ti tig tk tl tr tt 
tt@iqtelif ug uk ve vi wa wal wo xh zh_CN zh_HK zh_TW zu"
 
-inherit eutils l10n
+inherit eutils l10n python-any-r1
 
 DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
 HOMEPAGE="http://pkg-isocodes.alioth.debian.org/";
@@ -18,7 +18,7 @@ KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc 
~ppc64 ~sh ~sparc ~x86
 IUSE=""
 
 RDEPEND=""
-DEPEND="
+DEPEND="${PYTHON_DEPS}
        app-arch/xz-utils
        sys-devel/gettext
 "

Reply via email to