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 BCF51138359 for ; Mon, 20 Jul 2020 06:15:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F03EFE08CE; Mon, 20 Jul 2020 06:15:12 +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 A444DE08CE for ; Mon, 20 Jul 2020 06:15:12 +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 8BA6B34E9B4 for ; Mon, 20 Jul 2020 06:15:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC2AD2E1 for ; Mon, 20 Jul 2020 06:15:05 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1595225699.a181b3947ce3b8a0b47fc2e43049549f33509af9.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/image_processing/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/image_processing/image_processing-1.11.0.ebuild X-VCS-Directories: dev-ruby/image_processing/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: a181b3947ce3b8a0b47fc2e43049549f33509af9 X-VCS-Branch: master Date: Mon, 20 Jul 2020 06:15:05 +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: c14be615-ec13-4a49-a209-b30dd90a49b2 X-Archives-Hash: 7cb3295ab4b51cfa8010df196efb6daa commit: a181b3947ce3b8a0b47fc2e43049549f33509af9 Author: Hans de Graaff gentoo org> AuthorDate: Mon Jul 20 05:49:30 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jul 20 06:14:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a181b394 dev-ruby/image_processing: move ~x86 forward Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/image_processing/image_processing-1.11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/image_processing/image_processing-1.11.0.ebuild b/dev-ruby/image_processing/image_processing-1.11.0.ebuild index 80e6c6be300..04f40b5f8a5 100644 --- a/dev-ruby/image_processing/image_processing-1.11.0.ebuild +++ b/dev-ruby/image_processing/image_processing-1.11.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/janko/image_processing/archive/v${PV}.tar.gz -> ${P} LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND+=" test? ( media-gfx/imagemagick[jpeg,tiff] )"