diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:26:02 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:32:13 +0100 |
commit | 99a73eaa27159357f192221726e2c29ec4bb53c8 (patch) | |
tree | 39753491b68b117c56408f5d3ed137d3e5ae6c98 /dev-ruby | |
parent | dev-ruby/syntax: drop x86-macos (diff) | |
download | gentoo-99a73eaa27159357f192221726e2c29ec4bb53c8.tar.gz gentoo-99a73eaa27159357f192221726e2c29ec4bb53c8.tar.bz2 gentoo-99a73eaa27159357f192221726e2c29ec4bb53c8.zip |
dev-ruby/tdiff: 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')
-rw-r--r-- | dev-ruby/tdiff/tdiff-0.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/tdiff/tdiff-0.3.4.ebuild b/dev-ruby/tdiff/tdiff-0.3.4.ebuild index 247d4f18ee65..b90c0bc1487d 100644 --- a/dev-ruby/tdiff/tdiff-0.3.4.ebuild +++ b/dev-ruby/tdiff/tdiff-0.3.4.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 @@ -16,6 +16,6 @@ DESCRIPTION="Calculates the differences between two tree-like structures" HOMEPAGE="https://github.com/postmodern/tdiff" LICENSE="MIT" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86 ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="" |