mgorny 14/12/26 18:11:21 Modified: cfv-1.18.3-r1.ebuild ChangeLog Log: Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE references. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 app-arch/cfv/cfv-1.18.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cfv/cfv-1.18.3-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cfv/cfv-1.18.3-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cfv/cfv-1.18.3-r1.ebuild?r1=1.1&r2=1.2 Index: cfv-1.18.3-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.18.3-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cfv-1.18.3-r1.ebuild 26 Dec 2014 18:03:27 -0000 1.1 +++ cfv-1.18.3-r1.ebuild 26 Dec 2014 18:11:21 -0000 1.2 @@ -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/app-arch/cfv/cfv-1.18.3-r1.ebuild,v 1.1 2014/12/26 18:03:27 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.18.3-r1.ebuild,v 1.2 2014/12/26 18:11:21 mgorny Exp $ EAPI=5 @@ -18,7 +18,8 @@ KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" DEPEND="" -RDEPEND="dev-python/python-fchksum[${PYTHON_USEDEP}] +RDEPEND="${PYTHON_DEPS} + dev-python/python-fchksum[${PYTHON_USEDEP}] bittorrent? ( || ( net-p2p/bittorrent[${PYTHON_USEDEP}] @@ -26,6 +27,8 @@ ) )" +REQUIRED_USE=${PYTHON_REQUIRED_USE} + src_compile() { : } 1.41 app-arch/cfv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cfv/ChangeLog?rev=1.41&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cfv/ChangeLog?rev=1.41&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/cfv/ChangeLog?r1=1.40&r2=1.41 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- ChangeLog 26 Dec 2014 18:03:27 -0000 1.40 +++ ChangeLog 26 Dec 2014 18:11:21 -0000 1.41 @@ -1,6 +1,9 @@ # ChangeLog for app-arch/cfv # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v 1.40 2014/12/26 18:03:27 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v 1.41 2014/12/26 18:11:21 mgorny Exp $ + + 26 Dec 2014; Michał Górny <[email protected]> cfv-1.18.3-r1.ebuild: + Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE references. *cfv-1.18.3-r1 (26 Dec 2014)
