diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:14:00 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:32:03 +0100 |
commit | 4269aca086f0f25deae8ef1fda1adf45f2ed8b77 (patch) | |
tree | fa839be9305a142da575e92e80ac755cc82eb768 /dev-ruby/plist | |
parent | dev-ruby/pg: drop x86-macos (diff) | |
download | gentoo-4269aca086f0f25deae8ef1fda1adf45f2ed8b77.tar.gz gentoo-4269aca086f0f25deae8ef1fda1adf45f2ed8b77.tar.bz2 gentoo-4269aca086f0f25deae8ef1fda1adf45f2ed8b77.zip |
dev-ruby/plist: 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/plist')
-rw-r--r-- | dev-ruby/plist/plist-3.5.0.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/plist/plist-3.6.0.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/plist/plist-3.5.0.ebuild b/dev-ruby/plist/plist-3.5.0.ebuild index b07ffde2a478..eb0ca18ca57f 100644 --- a/dev-ruby/plist/plist-3.5.0.ebuild +++ b/dev-ruby/plist/plist-3.5.0.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 @@ -19,7 +19,7 @@ SRC_URI="https://github.com/patsplat/plist/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="" all_ruby_prepare() { diff --git a/dev-ruby/plist/plist-3.6.0.ebuild b/dev-ruby/plist/plist-3.6.0.ebuild index eea486931d7f..3d6bd85d776b 100644 --- a/dev-ruby/plist/plist-3.6.0.ebuild +++ b/dev-ruby/plist/plist-3.6.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/patsplat/plist/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="" all_ruby_prepare() { |