idella4 14/10/18 13:34:53 Modified: psycopg-2.5.4.ebuild ChangeLog Log: add python-docs dep for doc build (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/psycopg/psycopg-2.5.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.4.ebuild?r1=1.1&r2=1.2 Index: psycopg-2.5.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- psycopg-2.5.4.ebuild 17 Oct 2014 16:47:06 -0000 1.1 +++ psycopg-2.5.4.ebuild 18 Oct 2014 13:34:53 -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/psycopg/psycopg-2.5.4.ebuild,v 1.1 2014/10/17 16:47:06 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.4.ebuild,v 1.2 2014/10/18 13:34:53 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) @@ -21,7 +21,8 @@ RDEPEND=">=dev-db/postgresql-base-8.1" DEPEND="${RDEPEND} - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] + >=dev-python/python-docs-2.7.6-r1:2.7 )" RESTRICT="test" # Remove py3.2 entry from intersphinx setting 1.176 dev-python/psycopg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.176&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.176&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?r1=1.175&r2=1.176 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v retrieving revision 1.175 retrieving revision 1.176 diff -u -r1.175 -r1.176 --- ChangeLog 17 Oct 2014 16:47:06 -0000 1.175 +++ ChangeLog 18 Oct 2014 13:34:53 -0000 1.176 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/psycopg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.175 2014/10/17 16:47:06 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.176 2014/10/18 13:34:53 idella4 Exp $ + + 18 Oct 2014; Ian Delaney <[email protected]> psycopg-2.5.4.ebuild: + add python-docs dep for doc build *psycopg-2.5.4 (17 Oct 2014)
