idella4 14/12/19 01:19:33 Modified: xcffib-0.1.8.ebuild ChangeLog Log: add missed dep, fixes Bug #529056 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/xcffib/xcffib-0.1.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xcffib/xcffib-0.1.8.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xcffib/xcffib-0.1.8.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xcffib/xcffib-0.1.8.ebuild?r1=1.1&r2=1.2 Index: xcffib-0.1.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/xcffib/xcffib-0.1.8.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xcffib-0.1.8.ebuild 1 Nov 2014 18:42:04 -0000 1.1 +++ xcffib-0.1.8.ebuild 19 Dec 2014 01:19:33 -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/dev-python/xcffib/xcffib-0.1.8.ebuild,v 1.1 2014/11/01 18:42:04 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xcffib/xcffib-0.1.8.ebuild,v 1.2 2014/12/19 01:19:33 idella4 Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -16,6 +16,12 @@ KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=dev-python/cffi-0.8.2[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +COMMON_DEPEND="x11-libs/libxcb" + +RDEPEND=" + >=dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + ${COMMON_DEPEND}" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + ${COMMON_DEPEND}" 1.3 dev-python/xcffib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xcffib/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xcffib/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/xcffib/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/xcffib/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 1 Nov 2014 18:42:04 -0000 1.2 +++ ChangeLog 19 Dec 2014 01:19:33 -0000 1.3 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/xcffib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/xcffib/ChangeLog,v 1.2 2014/11/01 18:42:04 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xcffib/ChangeLog,v 1.3 2014/12/19 01:19:33 idella4 Exp $ + + 19 Dec 2014; Ian Delaney <[email protected]> xcffib-0.1.8.ebuild: + add missed dep, fixes Bug #529056 *xcffib-0.1.8 (01 Nov 2014)
