blueness 15/07/01 17:35:49 Modified: grs-9999.ebuild ChangeLog Log: Restrict to python 3.4 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.3 app-portage/grs/grs-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/grs/grs-9999.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/grs/grs-9999.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/grs/grs-9999.ebuild?r1=1.2&r2=1.3 Index: grs-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/grs/grs-9999.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- grs-9999.ebuild 1 Jul 2015 10:51:44 -0000 1.2 +++ grs-9999.ebuild 1 Jul 2015 17:35:49 -0000 1.3 @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/grs/grs-9999.ebuild,v 1.2 2015/07/01 10:51:44 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/grs/grs-9999.ebuild,v 1.3 2015/07/01 17:35:49 blueness Exp $ EAPI="5" -PYTHON_COMPAT=( python{3_3,3_4} pypy ) +PYTHON_COMPAT=( python3_4 ) inherit distutils-r1 1.3 app-portage/grs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/grs/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/grs/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/grs/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/grs/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 1 Jul 2015 10:51:44 -0000 1.2 +++ ChangeLog 1 Jul 2015 17:35:49 -0000 1.3 @@ -1,6 +1,9 @@ # ChangeLog for app-portage/grs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/grs/ChangeLog,v 1.2 2015/07/01 10:51:44 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/grs/ChangeLog,v 1.3 2015/07/01 17:35:49 blueness Exp $ + + 01 Jul 2015; Anthony G. Basile <[email protected]> grs-9999.ebuild: + Restrict to python 3.4 01 Jul 2015; Anthony G. Basile <[email protected]> grs-9999.ebuild: Swtich to new EGIT_REPO_URI.
