diff options
author | 2021-01-06 19:24:24 +0100 | |
---|---|---|
committer | 2021-01-06 19:32:12 +0100 | |
commit | 10638d5f73c51f48ed9a1adfdd9d020f1db9c85c (patch) | |
tree | 82e79fc3650430791493ad45c237d4888218560c /dev-ruby/shorturl | |
parent | dev-ruby/sexp_processor: drop x86-macos (diff) | |
download | gentoo-10638d5f73c51f48ed9a1adfdd9d020f1db9c85c.tar.gz gentoo-10638d5f73c51f48ed9a1adfdd9d020f1db9c85c.tar.bz2 gentoo-10638d5f73c51f48ed9a1adfdd9d020f1db9c85c.zip |
dev-ruby/shorturl: 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/shorturl')
-rw-r--r-- | dev-ruby/shorturl/shorturl-1.0.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/shorturl/shorturl-1.0.0-r2.ebuild b/dev-ruby/shorturl/shorturl-1.0.0-r2.ebuild index acbf89602a12..d6d67b4e529f 100644 --- a/dev-ruby/shorturl/shorturl-1.0.0-r2.ebuild +++ b/dev-ruby/shorturl/shorturl-1.0.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/robbyrussell/shorturl/" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~x86-macos" +KEYWORDS="amd64 ~ppc x86" IUSE="" # All tests require network connectivity. |