diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 18:56:34 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:31:49 +0100 |
commit | 92447fa70b60bde8607deb4fe13fbe89d667834d (patch) | |
tree | 59ce3218b028467f8d95d0158227e41cfb25cc1a /dev-ruby/acts_as_list | |
parent | dev-ruby/activesupport: drop x86-macos (diff) | |
download | gentoo-92447fa70b60bde8607deb4fe13fbe89d667834d.tar.gz gentoo-92447fa70b60bde8607deb4fe13fbe89d667834d.tar.bz2 gentoo-92447fa70b60bde8607deb4fe13fbe89d667834d.zip |
dev-ruby/acts_as_list: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-ruby/acts_as_list')
-rw-r--r-- | dev-ruby/acts_as_list/acts_as_list-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/acts_as_list/acts_as_list-1.0.1.ebuild b/dev-ruby/acts_as_list/acts_as_list-1.0.1.ebuild index b9195b5a0852..600bb27fcc37 100644 --- a/dev-ruby/acts_as_list/acts_as_list-1.0.1.ebuild +++ b/dev-ruby/acts_as_list/acts_as_list-1.0.1.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=7 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/swanandp/acts_as_list" LICENSE="MIT" SLOT="3" -KEYWORDS="~amd64 ~x86-macos" +KEYWORDS="~amd64" IUSE="" ruby_add_rdepend ">=dev-ruby/activerecord-4.2:*" |