[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sync/

2024-03-16 Thread Hans de Graaff
commit: be5dba64163a6dc3a1c466f3dce5afe64d8ea061
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 17 06:32:31 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar 17 06:46:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be5dba64

dev-ruby/sync: update EAPI 7 -> 8, fix tests

Closes: https://bugs.gentoo.org/912061
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/sync/Manifest |  1 +
 dev-ruby/sync/sync-0.5.0-r1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/sync/Manifest b/dev-ruby/sync/Manifest
index 05f6e166adc9..bb95b96b4a38 100644
--- a/dev-ruby/sync/Manifest
+++ b/dev-ruby/sync/Manifest
@@ -1 +1,2 @@
+DIST sync-0.5.0-mjit.patch 705 BLAKE2B 
3235e6fb9689a046a04802d0e46087970ce80283aea989b598f756953175026ad63a686339ce5767b316bc67a2f1e9d4bb280cbee32408243ba0b6dd7c424c6b
 SHA512 
9b639bafaf262d5ccd4f851ad5969e83b5e8d296a98daa4d12373e714aa0f80b7e242d508149be3da1cbad7d51ac6daf4f326a5f5043c7fcf828c8fc352e5bfc
 DIST sync-0.5.0.tar.gz 4957 BLAKE2B 
9b4b1710d2468068387d782109199dd45c783b6d7bb0357851f800df2ac4961a72143cfc2b42f522524cf7148694545ae8eab47ee6629062d8ea1505d9095ba0
 SHA512 
5f887d9169e0be834c7fa17ae42b71078f25ce3d83e695490cd136adc1799d6b92e4aed41ce3f3d57b3ad193a1ac4de940b37212c2864bbf6331ba3582128166

diff --git a/dev-ruby/sync/sync-0.5.0-r1.ebuild 
b/dev-ruby/sync/sync-0.5.0-r1.ebuild
new file mode 100644
index ..471eb2d7da3f
--- /dev/null
+++ b/dev-ruby/sync/sync-0.5.0-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A module that provides a two-phase lock with a counter"
+HOMEPAGE="https://github.com/ruby/sync";
+SRC_URI="https://github.com/ruby/sync/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   
https://github.com/ruby/sync/commit/8f2821d0819ee7c08506f204c7676f12c5ab1397.patch
 -> ${P}-mjit.patch"
+
+LICENSE="BSD-2"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+all_ruby_prepare() {
+   eapply "${DISTDIR}/${P}-mjit.patch"
+
+   sed -i -e 's:require_relative ":require "./:' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sync/

2023-03-27 Thread Sam James
commit: 1166c3b5c5be8faa61e537bb61a2d169782055b2
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 27 10:55:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 27 10:59:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1166c3b5

dev-ruby/sync: enable ruby32

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/sync/sync-0.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/sync/sync-0.5.0.ebuild b/dev-ruby/sync/sync-0.5.0.ebuild
index 200296ae3b38..6719a035b36d 100644
--- a/dev-ruby/sync/sync-0.5.0.ebuild
+++ b/dev-ruby/sync/sync-0.5.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sync/

2022-04-16 Thread Hans de Graaff
commit: 1c7249dc319af24efbb028a76daaca0d8cca0067
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 17 06:23:25 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 17 06:56:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7249dc

dev-ruby/sync: enable ruby31

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/sync/sync-0.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/sync/sync-0.5.0.ebuild b/dev-ruby/sync/sync-0.5.0.ebuild
index 8bd4bff82435..200296ae3b38 100644
--- a/dev-ruby/sync/sync-0.5.0.ebuild
+++ b/dev-ruby/sync/sync-0.5.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sync/

2021-10-02 Thread Sam James
commit: 878a554ca09ee6b368264227abe23ff7e98a3101
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  2 23:00:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  2 23:00:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=878a554c

dev-ruby/sync: Stabilize 0.5.0 arm, #813792

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/sync/sync-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/sync/sync-0.5.0.ebuild b/dev-ruby/sync/sync-0.5.0.ebuild
index 2b1f245135e..8bd4bff8243 100644
--- a/dev-ruby/sync/sync-0.5.0.ebuild
+++ b/dev-ruby/sync/sync-0.5.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/ruby/sync/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sync/

2021-09-24 Thread Agostino Sarubbo
commit: 08488c8b7d231b196ea638362dc30be92f2d59a7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Sep 25 05:16:17 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Sep 25 05:16:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08488c8b

dev-ruby/sync: ppc stable wrt bug #813792

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/sync/sync-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/sync/sync-0.5.0.ebuild b/dev-ruby/sync/sync-0.5.0.ebuild
index 0c462000562..2b1f245135e 100644
--- a/dev-ruby/sync/sync-0.5.0.ebuild
+++ b/dev-ruby/sync/sync-0.5.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/ruby/sync/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sync/

2021-09-21 Thread Agostino Sarubbo
commit: 12fd4dabdb6dcca9ffcf9136f4d7ffbc164bf531
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 22 06:58:22 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 22 06:58:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12fd4dab

dev-ruby/sync: x86 stable wrt bug #813792

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/sync/sync-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/sync/sync-0.5.0.ebuild b/dev-ruby/sync/sync-0.5.0.ebuild
index 6cab0f7db86..0c462000562 100644
--- a/dev-ruby/sync/sync-0.5.0.ebuild
+++ b/dev-ruby/sync/sync-0.5.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/ruby/sync/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sync/

2021-09-19 Thread Agostino Sarubbo
commit: 912aedc2b42dafa39dc9ec4076af2190fb0964e4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep 20 06:26:36 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep 20 06:26:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912aedc2

dev-ruby/sync: ppc64 stable wrt bug #813792

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/sync/sync-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/sync/sync-0.5.0.ebuild b/dev-ruby/sync/sync-0.5.0.ebuild
index f60875fe384..6cab0f7db86 100644
--- a/dev-ruby/sync/sync-0.5.0.ebuild
+++ b/dev-ruby/sync/sync-0.5.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/ruby/sync/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sync/

2021-09-19 Thread Agostino Sarubbo
commit: 981171f19f4757d6004b59197c5824bbfc5ca597
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep 19 21:34:02 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep 19 21:34:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=981171f1

dev-ruby/sync: amd64 stable wrt bug #813792

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/sync/sync-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/sync/sync-0.5.0.ebuild b/dev-ruby/sync/sync-0.5.0.ebuild
index ddc891dd0ac..f60875fe384 100644
--- a/dev-ruby/sync/sync-0.5.0.ebuild
+++ b/dev-ruby/sync/sync-0.5.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/ruby/sync/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sync/

2021-01-14 Thread Hans de Graaff
commit: dd3463e7d7ef3fb59345b0fc235a7734fa547e04
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 15 07:00:26 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 15 07:08:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3463e7

dev-ruby/sync: add 0.5.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/sync/sync-0.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/sync/sync-0.5.0.ebuild b/dev-ruby/sync/sync-0.5.0.ebuild
index c134212a381..ddc891dd0ac 100644
--- a/dev-ruby/sync/sync-0.5.0.ebuild
+++ b/dev-ruby/sync/sync-0.5.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby26 ruby27"
+USE_RUBY="ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sync/

2020-07-26 Thread Sam James
commit: 48ef490b6361aab5867a0460ec317cbb33b34d1b
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 02:07:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 02:07:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ef490b

dev-ruby/sync: arm64 keyworded (bug #733784)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-ruby/sync/sync-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/sync/sync-0.5.0.ebuild b/dev-ruby/sync/sync-0.5.0.ebuild
index 99c471f508e..c134212a381 100644
--- a/dev-ruby/sync/sync-0.5.0.ebuild
+++ b/dev-ruby/sync/sync-0.5.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/ruby/sync/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sync/

2020-04-07 Thread Hans de Graaff
commit: ce81af292db0314660b4cb58b9acf4d47d4b6ae9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr  8 06:00:30 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr  8 06:18:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce81af29

dev-ruby/sync: sort keywords

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/sync/sync-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/sync/sync-0.5.0.ebuild b/dev-ruby/sync/sync-0.5.0.ebuild
index d0673833598..945f4f0590f 100644
--- a/dev-ruby/sync/sync-0.5.0.ebuild
+++ b/dev-ruby/sync/sync-0.5.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/ruby/sync/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~hppa ~sparc"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sync/

2020-04-07 Thread Hans de Graaff
commit: 12116cd411eac85f604e4e517c0a76ab2bf42b66
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr  7 18:22:52 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  7 18:53:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12116cd4

dev-ruby/sync: initial import of 0.5.0

New dependency for dev-ruby/tins

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/sync/Manifest  |  1 +
 dev-ruby/sync/metadata.xml  | 11 +++
 dev-ruby/sync/sync-0.5.0.ebuild | 26 ++
 3 files changed, 38 insertions(+)

diff --git a/dev-ruby/sync/Manifest b/dev-ruby/sync/Manifest
new file mode 100644
index 000..05f6e166adc
--- /dev/null
+++ b/dev-ruby/sync/Manifest
@@ -0,0 +1 @@
+DIST sync-0.5.0.tar.gz 4957 BLAKE2B 
9b4b1710d2468068387d782109199dd45c783b6d7bb0357851f800df2ac4961a72143cfc2b42f522524cf7148694545ae8eab47ee6629062d8ea1505d9095ba0
 SHA512 
5f887d9169e0be834c7fa17ae42b71078f25ce3d83e695490cd136adc1799d6b92e4aed41ce3f3d57b3ad193a1ac4de940b37212c2864bbf6331ba3582128166

diff --git a/dev-ruby/sync/metadata.xml b/dev-ruby/sync/metadata.xml
new file mode 100644
index 000..b57e873
--- /dev/null
+++ b/dev-ruby/sync/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+ruby/sync
+  
+

diff --git a/dev-ruby/sync/sync-0.5.0.ebuild b/dev-ruby/sync/sync-0.5.0.ebuild
new file mode 100644
index 000..750cc826b25
--- /dev/null
+++ b/dev-ruby/sync/sync-0.5.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A module that provides a two-phase lock with a counter"
+HOMEPAGE="https://github.com/ruby/sync";
+SRC_URI="https://github.com/ruby/sync/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e 's:require_relative ":require "./:' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sync/

2020-04-07 Thread Hans de Graaff
commit: 41d0627f745d5f0a4edb62925da19e1fe0b83c5f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr  7 18:30:36 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  7 18:53:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d0627f

dev-ruby/sync: add keywords

This code was extracted from dev-lang/ruby, so add keywords
relevant for the dev-ruby/tins dependency.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/sync/sync-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/sync/sync-0.5.0.ebuild b/dev-ruby/sync/sync-0.5.0.ebuild
index 750cc826b25..d0673833598 100644
--- a/dev-ruby/sync/sync-0.5.0.ebuild
+++ b/dev-ruby/sync/sync-0.5.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/ruby/sync/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~hppa ~sparc"
 IUSE=""
 
 all_ruby_prepare() {