floppym 15/05/19 21:25:26 Modified: cffi-1.0.0.ebuild ChangeLog Log: Add ~alpha keyword to unbreak the depgraph. (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.2 dev-python/cffi/cffi-1.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-1.0.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-1.0.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-1.0.0.ebuild?r1=1.1&r2=1.2 Index: cffi-1.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-1.0.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cffi-1.0.0.ebuild 19 May 2015 17:55:23 -0000 1.1 +++ cffi-1.0.0.ebuild 19 May 2015 21:25:26 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-1.0.0.ebuild,v 1.1 2015/05/19 17:55:23 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-1.0.0.ebuild,v 1.2 2015/05/19 21:25:26 floppym Exp $ EAPI="5" @@ -14,7 +14,7 @@ LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="doc" RDEPEND=" 1.60 dev-python/cffi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?rev=1.60&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?rev=1.60&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?r1=1.59&r2=1.60 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- ChangeLog 19 May 2015 17:55:23 -0000 1.59 +++ ChangeLog 19 May 2015 21:25:26 -0000 1.60 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cffi # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.59 2015/05/19 17:55:23 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.60 2015/05/19 21:25:26 floppym Exp $ + + 19 May 2015; Mike Gilbert <[email protected]> cffi-1.0.0.ebuild: + Add ~alpha keyword to unbreak the depgraph. *cffi-1.0.0 (19 May 2015)
