diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-06-30 15:09:43 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-06-30 15:09:43 +0000 |
commit | 7a74bbe485ebafaa132f3104ed0c93eff94f7058 (patch) | |
tree | 01a99870dca131d3e170f79f04d24631eabb114b /dev-lang/yasm/yasm-1.2.0-r1.ebuild | |
parent | Stable for amd64, wrt bug #474066 (diff) | |
download | historical-7a74bbe485ebafaa132f3104ed0c93eff94f7058.tar.gz historical-7a74bbe485ebafaa132f3104ed0c93eff94f7058.tar.bz2 historical-7a74bbe485ebafaa132f3104ed0c93eff94f7058.zip |
dev-lang/yasm: Fix usage of python-r1.eclass
Package-Manager: portage-2.2.0_alpha186/cvs/Linux x86_64
Manifest-Sign-Key: 0x8009D6F070EB7916
Diffstat (limited to 'dev-lang/yasm/yasm-1.2.0-r1.ebuild')
-rw-r--r-- | dev-lang/yasm/yasm-1.2.0-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-lang/yasm/yasm-1.2.0-r1.ebuild b/dev-lang/yasm/yasm-1.2.0-r1.ebuild index 55e0026d9dc5..18afed96e34b 100644 --- a/dev-lang/yasm/yasm-1.2.0-r1.ebuild +++ b/dev-lang/yasm/yasm-1.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild,v 1.2 2013/05/11 18:37:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild,v 1.3 2013/06/30 15:09:42 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -16,6 +16,8 @@ SLOT="0" KEYWORDS="-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="nls python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + RDEPEND="nls? ( virtual/libintl )" DEPEND="nls? ( sys-devel/gettext ) python? ( |