diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-05-29 15:32:40 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-05-29 15:32:40 +0000 |
commit | a430c2721aec5bbf081b5a3b345cfcb16083bf64 (patch) | |
tree | 2e41a17b62e5c492c7854f3114ea1511c2fc048c /dev-libs/newt/newt-0.52.15.ebuild | |
parent | x86/amd64 stable, bug #198632 (diff) | |
download | gentoo-2-a430c2721aec5bbf081b5a3b345cfcb16083bf64.tar.gz gentoo-2-a430c2721aec5bbf081b5a3b345cfcb16083bf64.tar.bz2 gentoo-2-a430c2721aec5bbf081b5a3b345cfcb16083bf64.zip |
dev-libs/newt: Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE)
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'dev-libs/newt/newt-0.52.15.ebuild')
-rw-r--r-- | dev-libs/newt/newt-0.52.15.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/newt/newt-0.52.15.ebuild b/dev-libs/newt/newt-0.52.15.ebuild index 69b260f9a61a..0a7c76929301 100644 --- a/dev-libs/newt/newt-0.52.15.ebuild +++ b/dev-libs/newt/newt-0.52.15.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild,v 1.1 2013/05/04 00:40:07 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild,v 1.2 2013/05/29 15:32:40 jlec Exp $ EAPI="5" + PYTHON_COMPAT=( python{2_6,2_7} ) inherit eutils multilib python-r1 autotools @@ -16,13 +17,15 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="gpm tcl nls" -RDEPEND="=sys-libs/slang-2* +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" >=dev-libs/popt-1.6 + =sys-libs/slang-2* elibc_uclibc? ( sys-libs/ncurses ) gpm? ( sys-libs/gpm ) tcl? ( >=dev-lang/tcl-8.5 ) " - DEPEND="${RDEPEND} ${PYTHON_DEPS}" |