ago         15/02/28 17:40:30

  Modified:             simple-mtpfs-9999.ebuild simple-mtpfs-0.2.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                  sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild?r1=1.2&r2=1.3

Index: simple-mtpfs-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- simple-mtpfs-9999.ebuild    29 Dec 2013 17:16:47 -0000      1.2
+++ simple-mtpfs-9999.ebuild    28 Feb 2015 17:40:30 -0000      1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild,v 1.2 
2013/12/29 17:16:47 scarabeus Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-9999.ebuild,v 1.3 
2015/02/28 17:40:30 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,8 @@
 
 LICENSE="GPL-2+"
 SLOT="0"
-[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86"
+[[ ${PV} == 9999 ]] || \
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="



1.2                  sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild?r1=1.1&r2=1.2

Index: simple-mtpfs-0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- simple-mtpfs-0.2.ebuild     29 Dec 2013 17:16:47 -0000      1.1
+++ simple-mtpfs-0.2.ebuild     28 Feb 2015 17:40:30 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild,v 1.1 
2013/12/29 17:16:47 scarabeus Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/simple-mtpfs-0.2.ebuild,v 1.2 
2015/02/28 17:40:30 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,8 @@
 
 LICENSE="GPL-2+"
 SLOT="0"
-[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86"
+[[ ${PV} == 9999 ]] || \
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="



1.7                  sys-fs/simple-mtpfs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   29 Dec 2013 17:16:47 -0000      1.6
+++ ChangeLog   28 Feb 2015 17:40:30 -0000      1.7
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/simple-mtpfs
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog,v 1.6 
2013/12/29 17:16:47 scarabeus Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/simple-mtpfs/ChangeLog,v 1.7 
2015/02/28 17:40:30 ago Exp $
+
+  28 Feb 2015; Agostino Sarubbo <[email protected]> simple-mtpfs-0.2.ebuild,
+  simple-mtpfs-9999.ebuild:
+  Move KEYWORDS to another line to avoid bug #399061
 
 *simple-mtpfs-0.2 (29 Dec 2013)
 




Reply via email to