hattya      14/06/08 11:08:24

  Modified:             hgdistver-0.16-r1.ebuild hgdistver-0.16.ebuild
                        ChangeLog
  Log:
  keyword ~ia64 wrt bug #503094
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 
EC917A6D)

Revision  Changes    Path
1.9                  dev-python/hgdistver/hgdistver-0.16-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgdistver/hgdistver-0.16-r1.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgdistver/hgdistver-0.16-r1.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgdistver/hgdistver-0.16-r1.ebuild?r1=1.8&r2=1.9

Index: hgdistver-0.16-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/hgdistver/hgdistver-0.16-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hgdistver-0.16-r1.ebuild    31 Mar 2014 21:06:45 -0000      1.8
+++ hgdistver-0.16-r1.ebuild    8 Jun 2014 11:08:24 -0000       1.9
@@ -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/hgdistver/hgdistver-0.16-r1.ebuild,v 1.8 
2014/03/31 21:06:45 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/hgdistver/hgdistver-0.16-r1.ebuild,v 1.9 
2014/06/08 11:08:24 hattya Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~mips x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips x86 ~x86-fbsd"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.3                  dev-python/hgdistver/hgdistver-0.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgdistver/hgdistver-0.16.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgdistver/hgdistver-0.16.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgdistver/hgdistver-0.16.ebuild?r1=1.2&r2=1.3

Index: hgdistver-0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/hgdistver/hgdistver-0.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hgdistver-0.16.ebuild       9 May 2013 12:20:56 -0000       1.2
+++ hgdistver-0.16.ebuild       8 Jun 2014 11:08:24 -0000       1.3
@@ -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/dev-python/hgdistver/hgdistver-0.16.ebuild,v 1.2 
2013/05/09 12:20:56 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/hgdistver/hgdistver-0.16.ebuild,v 1.3 
2014/06/08 11:08:24 hattya Exp $
 
 EAPI="4"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~x86"
 IUSE="test"
 
 DEPEND="dev-python/setuptools



1.11                 dev-python/hgdistver/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgdistver/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgdistver/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgdistver/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   31 Mar 2014 21:06:45 -0000      1.10
+++ ChangeLog   8 Jun 2014 11:08:24 -0000       1.11
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/hgdistver
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v 1.10 
2014/03/31 21:06:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v 1.11 
2014/06/08 11:08:24 hattya Exp $
+
+  08 Jun 2014; Akinori Hattori <[email protected]> hgdistver-0.16-r1.ebuild,
+  hgdistver-0.16.ebuild:
+  keyword ~ia64 wrt bug #503094
 
   31 Mar 2014; Michał Górny <[email protected]> hgdistver-0.16-r1.ebuild:
   Add support for the new PyPy slotting.




Reply via email to