floppym 14/12/23 21:24:50 Modified: pbr-0.8.2.ebuild ChangeLog Log: Move ~alpha keyword forward. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.3 dev-python/pbr/pbr-0.8.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pbr/pbr-0.8.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pbr/pbr-0.8.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pbr/pbr-0.8.2.ebuild?r1=1.2&r2=1.3 Index: pbr-0.8.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pbr/pbr-0.8.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pbr-0.8.2.ebuild 20 Aug 2014 20:37:21 -0000 1.2 +++ pbr-0.8.2.ebuild 23 Dec 2014 21:24:50 -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/pbr/pbr-0.8.2.ebuild,v 1.2 2014/08/20 20:37:21 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/pbr-0.8.2.ebuild,v 1.3 2014/12/23 21:24:50 floppym Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -14,7 +14,7 @@ LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] 1.21 dev-python/pbr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pbr/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pbr/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pbr/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pbr/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 20 Aug 2014 20:37:21 -0000 1.20 +++ ChangeLog 23 Dec 2014 21:24:50 -0000 1.21 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pbr # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/ChangeLog,v 1.20 2014/08/20 20:37:21 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/ChangeLog,v 1.21 2014/12/23 21:24:50 floppym Exp $ + + 23 Dec 2014; Mike Gilbert <[email protected]> pbr-0.8.2.ebuild: + Move ~alpha keyword forward. 20 Aug 2014; Anthony G. Basile <[email protected]> pbr-0.5.23-r2.ebuild, pbr-0.5.23.ebuild, pbr-0.7.0.ebuild, pbr-0.8.0.ebuild, pbr-0.8.2.ebuild:
