prometheanfire 14/11/24 20:50:35 Modified: WSME-0.6.2.ebuild ChangeLog Log: fixes 530210, adding missing dep that was preventing install (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path 1.3 dev-python/WSME/WSME-0.6.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/WSME/WSME-0.6.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/WSME/WSME-0.6.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/WSME/WSME-0.6.2.ebuild?r1=1.2&r2=1.3 Index: WSME-0.6.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/WSME/WSME-0.6.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- WSME-0.6.2.ebuild 21 Nov 2014 23:53:11 -0000 1.2 +++ WSME-0.6.2.ebuild 24 Nov 2014 20:50:35 -0000 1.3 @@ -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/WSME/WSME-0.6.2.ebuild,v 1.2 2014/11/21 23:53:11 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/WSME/WSME-0.6.2.ebuild,v 1.3 2014/11/24 20:50:35 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_3 ) @@ -18,6 +18,7 @@ DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}] " RDEPEND=" dev-python/six[${PYTHON_USEDEP}] 1.3 dev-python/WSME/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/WSME/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/WSME/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/WSME/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/WSME/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 21 Nov 2014 23:53:11 -0000 1.2 +++ ChangeLog 24 Nov 2014 20:50:35 -0000 1.3 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/WSME # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/WSME/ChangeLog,v 1.2 2014/11/21 23:53:11 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/WSME/ChangeLog,v 1.3 2014/11/24 20:50:35 prometheanfire Exp $ + + 24 Nov 2014; Matthew Thode <[email protected]> WSME-0.6.2.ebuild: + fixes 530210, adding missing dep that was preventing install 21 Nov 2014; Matthew Thode <[email protected]> WSME-0.6.2.ebuild: adding missing dep
