public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bind-key/
@ 2022-04-26  2:15 Maciej Barć
  0 siblings, 0 replies; 12+ messages in thread
From: Maciej Barć @ 2022-04-26  2:15 UTC (permalink / raw
  To: gentoo-commits

commit:     78efac07ac38b7ff49925e861b303b8a8b5ec9bf
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 02:12:41 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 02:15:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78efac07

app-emacs/bind-key: fix elisp installtion

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/bind-key/{bind-key-2.4.1.ebuild => bind-key-2.4.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/bind-key/bind-key-2.4.1.ebuild b/app-emacs/bind-key/bind-key-2.4.1-r1.ebuild
similarity index 94%
rename from app-emacs/bind-key/bind-key-2.4.1.ebuild
rename to app-emacs/bind-key/bind-key-2.4.1-r1.ebuild
index eca71e9ca659..9a2527d8396d 100644
--- a/app-emacs/bind-key/bind-key-2.4.1.ebuild
+++ b/app-emacs/bind-key/bind-key-2.4.1-r1.ebuild
@@ -23,5 +23,5 @@ src_compile() {
 
 src_install() {
 	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	elisp-install ${PN}.el{,c}
+	elisp-install ${PN} ${PN}.el{,c}
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bind-key/
@ 2022-11-19  1:57 Maciej Barć
  0 siblings, 0 replies; 12+ messages in thread
From: Maciej Barć @ 2022-11-19  1:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c893850fc85fabc5f81e1d6fd70a9cc15330049d
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 01:56:42 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 01:57:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c893850f

app-emacs/bind-key: bump to 2.4.4

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/bind-key/Manifest              |  1 +
 app-emacs/bind-key/bind-key-2.4.4.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/app-emacs/bind-key/Manifest b/app-emacs/bind-key/Manifest
index 9aad8f0492a8..e7f307367441 100644
--- a/app-emacs/bind-key/Manifest
+++ b/app-emacs/bind-key/Manifest
@@ -1 +1,2 @@
 DIST use-package-2.4.1.tar.gz 124368 BLAKE2B 5eaa6f500234d86651e155fa5360362c5e2696a8b258d5785a02b94f4ccacc6a9815e0b53f663684cef1cc9aa6c6812a5f59e04de3a3d7c5ac36e9dfb6ea09ea SHA512 7248243dbddd939eb1ef9e76f9410265ed1cc48398745f593b57122261a6bb3bf4ab40392b6f29476ca33922f7087a52596a87968cf4914e5ed82db6c513bbbf
+DIST use-package-2.4.4.tar.gz 80065 BLAKE2B ee38736f011f1ea7522d24451bfa9dee4a17690cf7f3a885936a75bff1bb26950207b3111632826df54481b081ab1a109800f8857fceace622821dfef1324133 SHA512 09bca5a9a48fdbdf204a4b92f1f301a6bc63f57192868671d833d829f0eba0a4b95e706584158407bc8c9ee4549e699f6b43a333a4de15c6b0aabc74db2acc0e

diff --git a/app-emacs/bind-key/bind-key-2.4.4.ebuild b/app-emacs/bind-key/bind-key-2.4.4.ebuild
new file mode 100644
index 000000000000..5375860de36c
--- /dev/null
+++ b/app-emacs/bind-key/bind-key-2.4.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Simple way to manage personal keybindings"
+HOMEPAGE="https://github.com/jwiegley/use-package/"
+SRC_URI="https://github.com/jwiegley/use-package/archive/${PV}.tar.gz
+	-> use-package-${PV}.tar.gz"
+S="${WORKDIR}"/use-package-${PV}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+	elisp-compile ${PN}.el
+}
+
+src_install() {
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+	elisp-install ${PN} ${PN}.el{,c}
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bind-key/
@ 2022-12-22 13:10 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2022-12-22 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     38c696cec6db6e339859a9e847af8c04f39b7b88
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 13:10:15 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 13:10:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c696ce

app-emacs/bind-key: Stabilize 2.4.4 x86, #887957

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/bind-key/bind-key-2.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/bind-key/bind-key-2.4.4.ebuild b/app-emacs/bind-key/bind-key-2.4.4.ebuild
index 5375860de36c..8f7bfdb560f0 100644
--- a/app-emacs/bind-key/bind-key-2.4.4.ebuild
+++ b/app-emacs/bind-key/bind-key-2.4.4.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/use-package-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 SITEFILE="50${PN}-gentoo.el"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bind-key/
@ 2022-12-22 13:10 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2022-12-22 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     f6877384e8b50d7f6c7e402edb9fa293cd2f5856
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 13:10:19 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 13:10:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6877384

app-emacs/bind-key: Stabilize 2.4.4 amd64, #887957

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/bind-key/bind-key-2.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/bind-key/bind-key-2.4.4.ebuild b/app-emacs/bind-key/bind-key-2.4.4.ebuild
index 8f7bfdb560f0..5b5cc8256a7b 100644
--- a/app-emacs/bind-key/bind-key-2.4.4.ebuild
+++ b/app-emacs/bind-key/bind-key-2.4.4.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/use-package-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 SITEFILE="50${PN}-gentoo.el"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bind-key/
@ 2023-04-28  0:05 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-04-28  0:05 UTC (permalink / raw
  To: gentoo-commits

commit:     60d889139a291298fc7f249ed7af8fe6e18d39b8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 00:04:01 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 00:04:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d88913

app-emacs/bind-key: Keyword 2.4.4 ppc, #905201

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/bind-key/bind-key-2.4.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/bind-key/bind-key-2.4.4.ebuild b/app-emacs/bind-key/bind-key-2.4.4.ebuild
index 5b5cc8256a7b..cf82f4231f33 100644
--- a/app-emacs/bind-key/bind-key-2.4.4.ebuild
+++ b/app-emacs/bind-key/bind-key-2.4.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ S="${WORKDIR}"/use-package-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
 
 SITEFILE="50${PN}-gentoo.el"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bind-key/
@ 2023-04-28  0:05 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-04-28  0:05 UTC (permalink / raw
  To: gentoo-commits

commit:     8770c5c488c2d741a005665425bbced8b415d891
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 00:04:12 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 00:04:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8770c5c4

app-emacs/bind-key: Keyword 2.4.4 sparc, #905201

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/bind-key/bind-key-2.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/bind-key/bind-key-2.4.4.ebuild b/app-emacs/bind-key/bind-key-2.4.4.ebuild
index dae5d05f437d..d1d17aeee4fe 100644
--- a/app-emacs/bind-key/bind-key-2.4.4.ebuild
+++ b/app-emacs/bind-key/bind-key-2.4.4.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/use-package-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
 
 SITEFILE="50${PN}-gentoo.el"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bind-key/
@ 2023-04-28  0:05 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-04-28  0:05 UTC (permalink / raw
  To: gentoo-commits

commit:     b04dbebd69256b68b8243820093ae3a73f14a6e4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 00:04:06 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 00:04:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04dbebd

app-emacs/bind-key: Keyword 2.4.4 ppc64, #905201

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/bind-key/bind-key-2.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/bind-key/bind-key-2.4.4.ebuild b/app-emacs/bind-key/bind-key-2.4.4.ebuild
index cf82f4231f33..dae5d05f437d 100644
--- a/app-emacs/bind-key/bind-key-2.4.4.ebuild
+++ b/app-emacs/bind-key/bind-key-2.4.4.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/use-package-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 
 SITEFILE="50${PN}-gentoo.el"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bind-key/
@ 2023-04-28  0:20 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-04-28  0:20 UTC (permalink / raw
  To: gentoo-commits

commit:     f4151be76c8b90d6f80a4fae0e63eabb6fbbe8f0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 00:19:40 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 00:19:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4151be7

app-emacs/bind-key: Keyword 2.4.4 arm, #905201

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/bind-key/bind-key-2.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/bind-key/bind-key-2.4.4.ebuild b/app-emacs/bind-key/bind-key-2.4.4.ebuild
index d1d17aeee4fe..b090038e7907 100644
--- a/app-emacs/bind-key/bind-key-2.4.4.ebuild
+++ b/app-emacs/bind-key/bind-key-2.4.4.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/use-package-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
 
 SITEFILE="50${PN}-gentoo.el"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bind-key/
@ 2023-04-28  3:41 Yixun Lan
  0 siblings, 0 replies; 12+ messages in thread
From: Yixun Lan @ 2023-04-28  3:41 UTC (permalink / raw
  To: gentoo-commits

commit:     10f67ea7bd5fd2db6575f5545042eecfd7b625e9
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 02:49:52 2023 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 02:49:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f67ea7

app-emacs/bind-key: Keyword 2.4.4 riscv, #905201

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 app-emacs/bind-key/bind-key-2.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/bind-key/bind-key-2.4.4.ebuild b/app-emacs/bind-key/bind-key-2.4.4.ebuild
index b090038e7907..9434b87cf15c 100644
--- a/app-emacs/bind-key/bind-key-2.4.4.ebuild
+++ b/app-emacs/bind-key/bind-key-2.4.4.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/use-package-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc x86"
 
 SITEFILE="50${PN}-gentoo.el"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bind-key/
@ 2023-04-28 16:52 Maciej Barć
  0 siblings, 0 replies; 12+ messages in thread
From: Maciej Barć @ 2023-04-28 16:52 UTC (permalink / raw
  To: gentoo-commits

commit:     4bd807f1dc028993daef33d14346628f2a9ed6d5
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 16:49:43 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 16:52:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bd807f1

app-emacs/bind-key: drop old 2.4.1-r1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/bind-key/Manifest                 |  1 -
 app-emacs/bind-key/bind-key-2.4.1-r1.ebuild | 27 ---------------------------
 2 files changed, 28 deletions(-)

diff --git a/app-emacs/bind-key/Manifest b/app-emacs/bind-key/Manifest
index e7f307367441..76cd374617f0 100644
--- a/app-emacs/bind-key/Manifest
+++ b/app-emacs/bind-key/Manifest
@@ -1,2 +1 @@
-DIST use-package-2.4.1.tar.gz 124368 BLAKE2B 5eaa6f500234d86651e155fa5360362c5e2696a8b258d5785a02b94f4ccacc6a9815e0b53f663684cef1cc9aa6c6812a5f59e04de3a3d7c5ac36e9dfb6ea09ea SHA512 7248243dbddd939eb1ef9e76f9410265ed1cc48398745f593b57122261a6bb3bf4ab40392b6f29476ca33922f7087a52596a87968cf4914e5ed82db6c513bbbf
 DIST use-package-2.4.4.tar.gz 80065 BLAKE2B ee38736f011f1ea7522d24451bfa9dee4a17690cf7f3a885936a75bff1bb26950207b3111632826df54481b081ab1a109800f8857fceace622821dfef1324133 SHA512 09bca5a9a48fdbdf204a4b92f1f301a6bc63f57192868671d833d829f0eba0a4b95e706584158407bc8c9ee4549e699f6b43a333a4de15c6b0aabc74db2acc0e

diff --git a/app-emacs/bind-key/bind-key-2.4.1-r1.ebuild b/app-emacs/bind-key/bind-key-2.4.1-r1.ebuild
deleted file mode 100644
index 9a2527d8396d..000000000000
--- a/app-emacs/bind-key/bind-key-2.4.1-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Simple way to manage personal keybindings"
-HOMEPAGE="https://github.com/jwiegley/use-package/"
-SRC_URI="https://github.com/jwiegley/use-package/archive/${PV}.tar.gz
-			-> use-package-${PV}.tar.gz"
-S="${WORKDIR}"/use-package-${PV}
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-	elisp-compile ${PN}.el
-}
-
-src_install() {
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	elisp-install ${PN} ${PN}.el{,c}
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bind-key/
@ 2023-04-29 12:49 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2023-04-29 12:49 UTC (permalink / raw
  To: gentoo-commits

commit:     a579743512209bc5be0bc5e30c5ec939f58b1b70
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 12:49:31 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 12:49:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5797435

app-emacs/bind-key: Keyword 2.4.4 arm64, #905201

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/bind-key/bind-key-2.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/bind-key/bind-key-2.4.4.ebuild b/app-emacs/bind-key/bind-key-2.4.4.ebuild
index 9434b87cf15c..8afa8f8f87f9 100644
--- a/app-emacs/bind-key/bind-key-2.4.4.ebuild
+++ b/app-emacs/bind-key/bind-key-2.4.4.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/use-package-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 SITEFILE="50${PN}-gentoo.el"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/bind-key/
@ 2023-04-29 13:06 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2023-04-29 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     4756bc2c812efd7ad66c44aff05dfa16ae468cc6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 13:06:02 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 13:06:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4756bc2c

app-emacs/bind-key: Keyword 2.4.4 hppa, #905201

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/bind-key/bind-key-2.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/bind-key/bind-key-2.4.4.ebuild b/app-emacs/bind-key/bind-key-2.4.4.ebuild
index 8afa8f8f87f9..60a3fd183220 100644
--- a/app-emacs/bind-key/bind-key-2.4.4.ebuild
+++ b/app-emacs/bind-key/bind-key-2.4.4.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/use-package-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 
 SITEFILE="50${PN}-gentoo.el"
 


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

end of thread, other threads:[~2023-04-29 13:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-28  0:20 [gentoo-commits] repo/gentoo:master commit in: app-emacs/bind-key/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-04-29 13:06 Arthur Zamarin
2023-04-29 12:49 Arthur Zamarin
2023-04-28 16:52 Maciej Barć
2023-04-28  3:41 Yixun Lan
2023-04-28  0:05 Sam James
2023-04-28  0:05 Sam James
2023-04-28  0:05 Sam James
2022-12-22 13:10 Sam James
2022-12-22 13:10 Sam James
2022-11-19  1:57 Maciej Barć
2022-04-26  2:15 Maciej Barć

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