diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:12:03 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:12:54 +0100 |
commit | 84ee752b802c6ffca62de15668d7aa6533400c8f (patch) | |
tree | 11ab29f0a0c4fb88903ed4890de21783e2485cfe /app-eselect | |
parent | app-eselect/eselect-python: drop x86-macos (diff) | |
download | gentoo-84ee752b802c6ffca62de15668d7aa6533400c8f.tar.gz gentoo-84ee752b802c6ffca62de15668d7aa6533400c8f.tar.bz2 gentoo-84ee752b802c6ffca62de15668d7aa6533400c8f.zip |
app-eselect/eselect-rails: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/eselect-rails/eselect-rails-0.24.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-eselect/eselect-rails/eselect-rails-0.24.ebuild b/app-eselect/eselect-rails/eselect-rails-0.24.ebuild index 3f2e19ca964f..141902f0f68a 100644 --- a/app-eselect/eselect-rails/eselect-rails-0.24.ebuild +++ b/app-eselect/eselect-rails/eselect-rails-0.24.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~graaff/ruby-team/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=">=app-admin/eselect-1.2.0" |