From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E08EF13835A for ; Wed, 6 Jan 2021 18:32:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7646E0918; Wed, 6 Jan 2021 18:32:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF096E0918 for ; Wed, 6 Jan 2021 18:32:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB402340FD2 for ; Wed, 6 Jan 2021 18:32:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4642E4A0 for ; Wed, 6 Jan 2021 18:32:29 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1609957937.152b32dbf353530192b5bd4854a9bcf4bd951935.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/uuidtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/uuidtools/uuidtools-2.1.5-r1.ebuild dev-ruby/uuidtools/uuidtools-2.2.0.ebuild X-VCS-Directories: dev-ruby/uuidtools/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 152b32dbf353530192b5bd4854a9bcf4bd951935 X-VCS-Branch: master Date: Wed, 6 Jan 2021 18:32:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aba32ee8-08f4-4ecf-b8a4-bd22b7dca87d X-Archives-Hash: db6e6d9d8b805f3bad2636ae5ccc4592 commit: 152b32dbf353530192b5bd4854a9bcf4bd951935 Author: Fabian Groffen gentoo org> AuthorDate: Wed Jan 6 18:29:35 2021 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Jan 6 18:32:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=152b32db dev-ruby/uuidtools: drop x86-macos Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen gentoo.org> dev-ruby/uuidtools/uuidtools-2.1.5-r1.ebuild | 4 ++-- dev-ruby/uuidtools/uuidtools-2.2.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ruby/uuidtools/uuidtools-2.1.5-r1.ebuild b/dev-ruby/uuidtools/uuidtools-2.1.5-r1.ebuild index 7295bc532a7..19dc2e3780c 100644 --- a/dev-ruby/uuidtools/uuidtools-2.1.5-r1.ebuild +++ b/dev-ruby/uuidtools/uuidtools-2.1.5-r1.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=5 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/sporkmonger/uuidtools" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86 ~x86-macos" +KEYWORDS="amd64 x86" IUSE="doc" ruby_add_bdepend "doc? ( dev-ruby/yard )" diff --git a/dev-ruby/uuidtools/uuidtools-2.2.0.ebuild b/dev-ruby/uuidtools/uuidtools-2.2.0.ebuild index c6ce5fcee73..e8c48b65a05 100644 --- a/dev-ruby/uuidtools/uuidtools-2.2.0.ebuild +++ b/dev-ruby/uuidtools/uuidtools-2.2.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=7 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/sporkmonger/uuidtools" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-macos" +KEYWORDS="~amd64 ~x86" IUSE="doc" ruby_add_bdepend "doc? ( dev-ruby/yard )"