public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/gkeys-gen/
@ 2016-02-22  0:49 Stephen Klimaszewski
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Klimaszewski @ 2016-02-22  0:49 UTC (permalink / raw
  To: gentoo-commits

commit:     8c24fd3936887e35822e7d4c835b5a836ad3a784
Author:     Steev Klimaszewski <steev <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 00:49:09 2016 +0000
Commit:     Stephen Klimaszewski <steev <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 00:49:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c24fd39

app-crypt/gkeys-gen: add ~arm64 keyword

Tested on Cortex A53

Package-Manager: portage-2.2.27

 app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild b/app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild
index a5b69e0..924b7be 100644
--- a/app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild
+++ b/app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 DEPEND=""
 RDEPEND="${DEPEND}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/gkeys-gen/
@ 2016-10-09  7:47 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-10-09  7:47 UTC (permalink / raw
  To: gentoo-commits

commit:     0595fbb7cd530c397f71d4db06156bab47e1ef7e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 07:43:07 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 07:46:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0595fbb7

app-crypt/gkeys-gen: Support python 3.5

Package-Manager: portage-2.3.1

 app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild  | 2 +-
 app-crypt/gkeys-gen/gkeys-gen-9999.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild b/app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild
index 924b7be..d21cf3c 100644
--- a/app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild
+++ b/app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=(python{2_7,3_3,3_4})
+PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5})
 
 inherit distutils-r1
 

diff --git a/app-crypt/gkeys-gen/gkeys-gen-9999.ebuild b/app-crypt/gkeys-gen/gkeys-gen-9999.ebuild
index 8efca2f..00028a8 100644
--- a/app-crypt/gkeys-gen/gkeys-gen-9999.ebuild
+++ b/app-crypt/gkeys-gen/gkeys-gen-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
 
-PYTHON_COMPAT=(python{2_7,3_3,3_4})
+PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5})
 
 EGIT_BRANCH="master"
 #EGIT_BRANCH="gen-update"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/gkeys-gen/
@ 2017-05-14  9:29 Zac Medico
  0 siblings, 0 replies; 3+ messages in thread
From: Zac Medico @ 2017-05-14  9:29 UTC (permalink / raw
  To: gentoo-commits

commit:     61a9984567b50044134c2b40fd5a68eb5f3d41b7
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 09:18:30 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun May 14 09:29:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a99845

app-crypt/gkeys-gen: Add python3.6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild  | 4 ++--
 app-crypt/gkeys-gen/gkeys-gen-9999.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild b/app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild
index 6dcaf8a3e85..b6b52f863d3 100644
--- a/app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild
+++ b/app-crypt/gkeys-gen/gkeys-gen-0.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-PYTHON_COMPAT=(python{2_7,3_4,3_5})
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
 
 inherit distutils-r1
 

diff --git a/app-crypt/gkeys-gen/gkeys-gen-9999.ebuild b/app-crypt/gkeys-gen/gkeys-gen-9999.ebuild
index 2449fa2867d..e72ae2a0bd3 100644
--- a/app-crypt/gkeys-gen/gkeys-gen-9999.ebuild
+++ b/app-crypt/gkeys-gen/gkeys-gen-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-PYTHON_COMPAT=(python{2_7,3_4,3_5})
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
 
 EGIT_BRANCH="master"
 #EGIT_BRANCH="gen-update"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-14  9:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-14  9:29 [gentoo-commits] repo/gentoo:master commit in: app-crypt/gkeys-gen/ Zac Medico
  -- strict thread matches above, loose matches on Subject: below --
2016-10-09  7:47 Pacho Ramos
2016-02-22  0:49 Stephen Klimaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox