ago 15/02/28 17:21:06 Modified: unoconv-99999999.ebuild ChangeLog Log: Move KEYWORDS to another line to avoid bug #399061 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path 1.3 app-office/unoconv/unoconv-99999999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/unoconv/unoconv-99999999.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/unoconv/unoconv-99999999.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/unoconv/unoconv-99999999.ebuild?r1=1.2&r2=1.3 Index: unoconv-99999999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-99999999.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- unoconv-99999999.ebuild 31 Mar 2012 11:57:35 -0000 1.2 +++ unoconv-99999999.ebuild 28 Feb 2015 17:21:06 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-99999999.ebuild,v 1.2 2012/03/31 11:57:35 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-99999999.ebuild,v 1.3 2015/02/28 17:21:06 ago Exp $ EAPI=3 @@ -16,7 +16,8 @@ LICENSE="GPL-2" SLOT="0" -[[ ${PV} == 9999* ]] || KEYWORDS="~amd64 ~x86" +[[ ${PV} == 9999* ]] || \ +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" 1.17 app-office/unoconv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/unoconv/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/unoconv/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/unoconv/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 15 Feb 2015 21:21:49 -0000 1.16 +++ ChangeLog 28 Feb 2015 17:21:06 -0000 1.17 @@ -1,6 +1,9 @@ # ChangeLog for app-office/unoconv # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.16 2015/02/15 21:21:49 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.17 2015/02/28 17:21:06 ago Exp $ + + 28 Feb 2015; Agostino Sarubbo <[email protected]> unoconv-99999999.ebuild: + Move KEYWORDS to another line to avoid bug #399061 15 Feb 2015; Andreas K. Huettel <[email protected]> unoconv-0.6.ebuild, unoconv-0.6.20131229.ebuild:
