vapier 14/05/18 17:26:27 Modified: dev86-0.16.20.ebuild ChangeLog Log: Add ppc/ppc64 keywords as this project can build on any arch (it will still generate x86 output, but that is what projects usually want). (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.2 sys-devel/dev86/dev86-0.16.20.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dev86/dev86-0.16.20.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dev86/dev86-0.16.20.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dev86/dev86-0.16.20.ebuild?r1=1.1&r2=1.2 Index: dev86-0.16.20.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/dev86/dev86-0.16.20.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dev86-0.16.20.ebuild 10 Nov 2013 10:56:18 -0000 1.1 +++ dev86-0.16.20.ebuild 18 May 2014 17:26:27 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/dev86/dev86-0.16.20.ebuild,v 1.1 2013/11/10 10:56:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/dev86/dev86-0.16.20.ebuild,v 1.2 2014/05/18 17:26:27 vapier Exp $ EAPI="5" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND="sys-devel/bin86" 1.29 sys-devel/dev86/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dev86/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dev86/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dev86/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/dev86/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 10 Nov 2013 10:56:18 -0000 1.28 +++ ChangeLog 18 May 2014 17:26:27 -0000 1.29 @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/dev86 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/dev86/ChangeLog,v 1.28 2013/11/10 10:56:18 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/dev86/ChangeLog,v 1.29 2014/05/18 17:26:27 vapier Exp $ + + 18 May 2014; Mike Frysinger <[email protected]> dev86-0.16.20.ebuild: + Add ppc/ppc64 keywords as this project can build on any arch (it will still + generate x86 output, but that is what projects usually want). *dev86-0.16.20 (10 Nov 2013)
